https://github.com/CesiumGS/cesium-ai-integrations
Cesium AI Integrations is a collection of reference integrations and experiments connecting the Cesium ecosystem with AI systems including Model Context Protocol (MCP) tools, retrieval pipelines, and agent skills.
https://github.com/CesiumGS/cesium-ai-integrations
3d-visualization agent-skills ai ai-agents ai-tools cesium cesiumjs geospatial mcp mcp-apps model-context-protocol
Last synced: 2 months ago
JSON representation
Cesium AI Integrations is a collection of reference integrations and experiments connecting the Cesium ecosystem with AI systems including Model Context Protocol (MCP) tools, retrieval pipelines, and agent skills.
- Host: GitHub
- URL: https://github.com/CesiumGS/cesium-ai-integrations
- Owner: CesiumGS
- License: apache-2.0
- Created: 2026-02-04T15:31:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-02T08:56:53.000Z (3 months ago)
- Last Synced: 2026-04-03T22:38:40.651Z (3 months ago)
- Topics: 3d-visualization, agent-skills, ai, ai-agents, ai-tools, cesium, cesiumjs, geospatial, mcp, mcp-apps, model-context-protocol
- Language: TypeScript
- Homepage:
- Size: 979 KB
- Stars: 45
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-cesium - cesium-ai-integrations -  Official Cesium collection of MCP servers, apps, and agent skills for connecting AI systems with CesiumJS. (AI Integration / MCP Servers)
README
# Cesium AI Integrations
[Cesium](https://cesium.com/) :earth_asia: [CesiumJS](https://cesium.com/cesiumjs) :earth_americas: [Forum](https://community.cesium.com/) :earth_africa: [Issues](https://github.com/CesiumGS/cesium-ai-integrations/issues)
---
Cesium AI Integrations is a collection of reference integrations, experiments, and patterns that connect the Cesium ecosystem with AI systems such as LLMs, retrieval pipelines, and agent workflows. The goal is to help developers build geospatially aware applications that can reason about 3D data and geospatial context.
Built on open standards, these integrations are designed to be modular, composable, and easy to adapt for real-world products.
## 🚀 Get started
1. Browse the repository folders to find the integration or example relevant to your use case.
2. Follow the setup instructions in each integration's README.
3. Use the examples as a starting point for your own applications and workflows.
## ✅ What's inside
- Reference patterns for connecting Cesium apps to AI assistants and tools
- Approaches for grounding AI responses with geospatial context
- Example workflows for data ingestion, retrieval, and analysis
- Prototypes that demonstrate AI-assisted exploration of 3D geospatial content
### 📂 Repository Structure
- **[mcp/](mcp/README.md)** - Model Context Protocol servers and applications that integrate Cesium with AI assistants
- **[skills/](skills/README.md)** - Agent skills for automatic activation of Cesium-related capabilities in AI assistants
## 📚 Documentation
- Each integration includes its own setup and usage guide.
- For general CesiumJS learning resources, see the [CesiumJS Learn hub](https://cesium.com/learn/cesiumjs-learn/).
## 🌟 Awesome community examples
These community projects are great references for Cesium + AI integrations. **We welcome contributions!** If you've built something cool with Cesium and AI, feel free to open a PR to add your project to this list.
### 🔌 MCP Servers:
- [gaopengbin-cesium-mcp](https://github.com/gaopengbin/cesium-mcp) – A community MCP bridge for CesiumJS that provides tools for camera control, entity management, 3D Tiles, terrain, imagery layers, and more. Supports both local (stdio) and remote (Streamable HTTP) modes.
### 🔌 [MCP Apps](https://blog.modelcontextprotocol.io/posts/2026-01-26-mcp-apps/)
- [Interactive 3D globe map](https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/map-server) – Interactive 3D globe viewer using CesiumJS with OpenStreetMap tiles. Demonstrates geocoding integration and full MCP App capabilities.
📹 View demo video
## 🤝 Contributing
Interested in contributing? Please read [CONTRIBUTING.md](CONTRIBUTING.md). We also ask that you follow the [Code of Conduct](CODE_OF_CONDUCT.md).
## 📗 License
Apache 2.0. See [LICENSE](LICENSE).