Help us improve
Share bugs, ideas, or general feedback.
From cesium-mcp
Connects to Cesium ion to access 3D geospatial content and provides tools for tileset generation, terrain editing, and spatial data processing. Requires a Cesium ion token.
npx claudepluginhub gaopengbin/cesium-mcp --plugin cesium-mcpCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cesium": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/packages/cesium-mcp-runtime/dist/cli.js"
],
"env": {
"CESIUM_WS_PORT": "9100",
"CESIUM_TOOLSETS": "all",
"CESIUM_ION_TOKEN": "<your-cesium-ion-token>"
}
}
}
}Replace placeholder values for: CESIUM_ION_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
CESIUM_WS_PORT=9100CESIUM_TOOLSETS=allCESIUM_ION_TOKEN=Sensitive values you must provide — never committed to source control
Share bugs, ideas, or general feedback.