cesium-ai-integrations
by CesiumGS·★ 70·Score 46
Reference integrations connecting Cesium ecosystem with AI systems including MCP tools.
Overview
Cesium AI Integrations is a collection of reference implementations and patterns for connecting Cesium's geospatial visualization capabilities with AI systems. The repository focuses on Model Context Protocol (MCP) servers that enable AI assistants to interact with 3D geospatial data, ground AI responses with geospatial context, and demonstrate AI-assisted exploration of 3D content. It's designed as modular and composable components that can be adapted for real-world applications.
Try asking AI
After installing, here are 4 things you can ask your AI assistant:
When to choose this
Choose this when you're building geospatial applications that need to integrate AI capabilities with 3D visualization and data processing.
When NOT to choose this
Not ideal for projects outside the geospatial domain or those requiring a different protocol than MCP for AI integration.
Comparable tools
Installation
Installation depends on which MCP integration you want to use. Generally:
- Clone the repository:
git clone https://github.com/CesiumGS/cesium-ai-integrations.git - Navigate to the specific integration folder under
mcp/orskills/ - Follow the setup instructions in that integration's README
For Claude Desktop integration, you would typically add the MCP server configuration to your claude_desktop_config.json:
{
"mcpServers": {
"cesium-mcp": {
"command": "node",
"args": ["path/to/cesium-mcp/server.js"]
}
}
}FAQ
- What is this repository for?
- Cesium AI Integrations provides reference implementations and patterns for connecting Cesium's geospatial capabilities with AI systems, especially through Model Context Protocol servers.
- Which MCP servers are included?
- The repository primarily showcases MCP servers in the mcp/ directory, including examples like gaopengbin-cesium-mcp for camera control, entity management, and working with 3D Tiles, terrain, and imagery layers.
Compare cesium-ai-integrations with
Last updated · Auto-generated from public README + GitHub signals.