cesium mcp runtime for Grok
io.github.gaopengbin/cesium-mcp-runtime
Control CesiumJS 3D globes via MCP: camera, layers, entities, animation, and interaction.
client:Grok
transport:stdio
runtime:npm
Install cesium mcp runtime in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cesium-mcp-runtime": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cesium-mcp-runtime"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs