Skip to content
VS Code

cesium mcp runtime for VS Code

io.github.gaopengbin/cesium-mcp-runtime

Control CesiumJS 3D globes via MCP: camera, layers, entities, animation, and interaction.

client:VS Code transport:stdio runtime:npm

Install cesium mcp runtime in VS Code

.vscode/mcp.json

{
  "servers": {
    "cesium-mcp-runtime": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cesium-mcp-runtime"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

cesium mcp runtime in other clients