MCP server that enables AI agents to control CesiumJS 3D globe with natural language. Supports camera flight, entity management, imagery layers, terrain, GeoJSON, trajectory playback, and interactive picking. Works with Claude Desktop, VS Code Copilot, Cursor and any MCP-compatible client.
Tools
flyTo
addGeoJsonLayer
addLabel
addHeatmap
removeLayer
setBasemap
screenshot
highlight
setView
getView
zoomToExtent
addMarker
setLayerVisibility
listLayers
updateLayerStyle
playTrajectory
load3dTiles
loadTerrain
loadImageryService
Server Config
{
"mcpServers": {
"cesium-mcp-runtime": {
"command": "npx",
"args": [
"-y",
"cesium-mcp-runtime"
]
}
}
}