MCP Catalogs
Home

cesium-ai-integrations

by CesiumGS·70·Score 46

Reference integrations connecting Cesium ecosystem with AI systems including MCP tools.

ai-llmdeveloper-toolsother
9
Forks
11
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Building geospatially aware AI applications that reason about 3D data
you:Enabling AI assistants to control CesiumJS camera and manage entities
you:Creating retrieval pipelines for geospatial data analysis
you:Which MCP servers are included?

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

gaopengbin-cesium-mcpmap-servercesium-mcp-streamgeospatial-mcp3d-tiles-mcp

Installation

Installation depends on which MCP integration you want to use. Generally:

  1. Clone the repository: git clone https://github.com/CesiumGS/cesium-ai-integrations.git
  2. Navigate to the specific integration folder under mcp/ or skills/
  3. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.