Help us improve
Share bugs, ideas, or general feedback.
From cesium-mcp
Guides users through first interactions with the Cesium 3D globe via MCP tools, including camera navigation, entity creation, and layer loading.
npx claudepluginhub gaopengbin/cesium-mcp --plugin cesium-mcpHow this skill is triggered — by the user, by Claude, or both
Slash command
/cesium-mcp:cesium-quickstartThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin gives you control over a 3D globe in the browser. The viewer should already be open at http://localhost:9101.
Sets up CesiumJS Viewer and Scene configuration including Ion tokens, Google Maps, iTwin, widgets, and geocoders. Use when initializing a 3D globe application.
Adds 3D layers including SceneLayer, IntegratedMeshLayer, PointCloudLayer, VoxelLayer, and DimensionLayer to ArcGIS SceneView for buildings, LiDAR, volumetric data, glTF models, and measurements.
Builds interactive 3D web scenes with Three.js using WebGL/WebGPU. Guides on scenes, cameras, renderers, geometries, materials, meshes, lights, animations, and OrbitControls.
Share bugs, ideas, or general feedback.
This plugin gives you control over a 3D globe in the browser. The viewer should already be open at http://localhost:9101.
| Category | Examples |
|---|---|
| Camera | flyTo, setView, getView, startOrbit |
| Entities | addMarker, addPolygon, addPolyline, addModel |
| Layers | addGeoJsonLayer, load3dTiles, loadImageryService |
| Style | updateLayerStyle (color, show, 3D Tiles conditional) |
| Animation | createAnimation, controlAnimation, controlClock |
| Scene | setSceneOptions, setPostProcess, setGlobeLighting |
| Query | queryEntities, getEntityProperties, getLayerSchema |
| Interaction | screenshot, highlight, measure |
| Discovery | list_toolsets, enable_toolset |
Try these commands in order:
list_toolsets to see all available tool groupsenable_toolset to activate additional tools (camera, animation, scene, etc.)