MCP server for IDE integration that provides CesiumJS API lookup, code generation, and entity builder tools. Helps developers write CesiumJS code with AI-powered assistance directly in VS Code, Cursor, or any MCP-compatible IDE.
Server Config
{
"mcpServers": {
"cesium-mcp-dev": {
"command": "npx",
"args": [
"-y",
"cesium-mcp-dev"
]
}
}
}