Cesium

v1.139.2Browser Automationstable

📇 🏠 🍎 🪟 🐧 - AI-powered 3D globe control via MCP. Connect any MCP-compatible AI agent to Ces

3d-globe3d-visualizationaiai-agentcesium
Share:
105
Stars
0
Downloads
0
Weekly
0/5

What is Cesium?

Cesium is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 📇 🏠 🍎 🪟 🐧 - ai-powered 3d globe control via mcp. connect any mcp-compatible ai agent to ces

📇 🏠 🍎 🪟 🐧 - AI-powered 3D globe control via MCP. Connect any MCP-compatible AI agent to Ces

This server falls under the Browser Automation category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP protocol support

Use Cases

3D globe visualization
Geospatial data control
AI-powered mapping
gaopengbin

Maintainer

LicenseMIT License
Languagejavascript
Versionv1.139.2
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y cesium-mcp-dev

Manual Installation

npx -y cesium-mcp-dev

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Cesium

Cesium MCP connects any MCP-compatible AI agent to a CesiumJS 3D globe running in a web browser, enabling natural language control of geospatial visualization. Through the server's 58 tools across 12 toolsets, an AI can fly the camera to any location, add markers, labels, 3D models, polygons, and polylines, load GeoJSON layers, take screenshots, and measure distances — all by responding to plain English commands. It is designed for GIS developers, geospatial analysts, and data visualization teams who want to drive CesiumJS interactively without writing JavaScript manually.

Prerequisites

  • Node.js 18+ and npx available on your machine
  • A CesiumJS application running in a web browser (use the provided demo or your own app)
  • The cesium-mcp-bridge npm package installed in your CesiumJS app to receive commands
  • An MCP-compatible client such as Claude Desktop, Cursor, or VS Code with MCP support
  • Optional: a Cesium ion account and access token for terrain and imagery layers
1

Install the cesium-mcp-bridge in your CesiumJS app

Add the bridge package to your CesiumJS web application so it can receive commands from the MCP server.

npm install cesium-mcp-bridge
2

Try the live demo first

Before setting up locally, try the live browser demo at the official demo URL to verify the concept works with your MCP client.

# Open in your browser:
# https://cesium-browser-agent.pages.dev/
3

Configure your MCP client to use cesium-mcp-runtime

Add the cesium-mcp-runtime server to your Claude Desktop or Cursor configuration. By default, 4 core toolsets with ~31 tools are enabled.

4

Enable all 12 toolsets (optional)

To unlock all 58 tools including camera animation, heatmaps, trajectory visualization, and geolocation, set the CESIUM_TOOLSETS environment variable.

# In your MCP config env block, add:
# "CESIUM_TOOLSETS": "all"
5

Start the MCP server in HTTP mode for web integration

For integration with web-based CesiumJS apps, run the server in HTTP mode on a specified port.

npx cesium-mcp-runtime --transport http --port 3000
6

Verify the connection

Ask your AI client to fly to a known location to confirm the server is controlling the 3D globe.

Cesium Examples

Client configuration

Claude Desktop or Cursor configuration for the cesium-mcp-runtime server using the cesium-mcp-dev npm package. Add the CESIUM_TOOLSETS env var to enable all tools.

{
  "mcpServers": {
    "cesium": {
      "command": "npx",
      "args": ["-y", "cesium-mcp-runtime"],
      "env": {
        "CESIUM_TOOLSETS": "all",
        "CESIUM_LOCALE": "en"
      }
    }
  }
}

Prompts to try

Example prompts to control the CesiumJS 3D globe through your AI client.

- "Fly to the Eiffel Tower and drop a red marker labeled 'Eiffel Tower'."
- "Load the GeoJSON file at /data/countries.geojson as a new layer and set its visibility to true."
- "Show me all currently loaded layers and toggle off the terrain layer."
- "Zoom to the extent of the United States and take a screenshot."
- "Add a polyline connecting New York, London, and Tokyo and measure the total distance."

Troubleshooting Cesium

AI commands do not move the globe in the browser

Ensure the cesium-mcp-bridge package is installed and initialized in your CesiumJS application. The bridge must be imported and connected to the same server port that cesium-mcp-runtime is using. Check the browser console for WebSocket connection errors.

Only 31 tools are available instead of 58

By default only 4 core toolsets are enabled. Set CESIUM_TOOLSETS=all in the env block of your MCP configuration to enable all 12 toolsets with the full 58 tools, then restart the server.

Terrain or imagery layers fail to load

Cesium ion terrain and imagery assets require a valid Cesium ion access token. Set your token in the CesiumJS application with `Cesium.Ion.defaultAccessToken = 'your-token'`. Get a free token at cesium.com/ion.

Frequently Asked Questions about Cesium

What is Cesium?

Cesium is a Model Context Protocol (MCP) server that 📇 🏠 🍎 🪟 🐧 - ai-powered 3d globe control via mcp. connect any mcp-compatible ai agent to ces It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Cesium?

Install via npm with the command: npx -y cesium-mcp-dev. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Cesium?

Cesium works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Cesium free to use?

Yes, Cesium is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Browser Automation MCP Servers

Explore all browser automation servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "cesium": { "command": "npx", "args": ["-y", "cesium-mcp-dev"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Cesium?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides