Skip to content
Cursor

cesium mcp runtime for Cursor

io.github.gaopengbin/cesium-mcp-runtime

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

client:Cursor transport:stdio runtime:npm

Install cesium mcp runtime in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cesium mcp runtime in other clients