Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ—ΊοΈ Location Services
  3. Cesium MCP
Cesium MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 12:18:11 PM

Cesium MCP

User RatingsBe the first to rate and review this MCP server!
View Repository136 GitHub StarsTotal stargazers on GitHub for the source repository (136 stars).Visit Website
cesium3d-globegeospatialbrowser-toolsdeveloper-tools

Controls CesiumJS globes through MCP, including camera movement, layers, markers, spatial analysis, and heatmaps.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "gaopengbin-cesium-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "serve"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ—ΊοΈ More in Location Services

Overview

The gaopengbin/cesium-mcp MCP server connects MCP-compatible agents to CesiumJS for controlling a live 3D globe. It provides commands for camera flights, GeoJSON and 3D Tiles, markers, spatial analysis, and heatmaps through a browser bridge and an MCP runtime. Use the local runtime when Claude Desktop, Cursor, or another external MCP host needs to reach a Cesium Viewer; browser-only and WebMCP integrations can run without that runtime. The project also supports function-calling integrations inside existing web applications.

Use cases

β€’Control a Cesium camera from an external AI client
β€’Add GeoJSON or 3D Tiles to a live globe
β€’Place map markers from natural-language requests
β€’Run spatial analysis through browser tools
β€’Embed Cesium commands in a web app's function-calling flow

Key features

β€’CesiumJS Viewer control
β€’Camera flights and movement
β€’GeoJSON and 3D Tiles handling
β€’Markers and heatmaps
β€’Spatial analysis commands
β€’MCP, WebMCP, and function-calling adapters

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Cesium MCP.

Extracted Tool Capabilities
CesiumJS Viewer control
Camera flights and movement
GeoJSON and 3D Tiles handling
Markers and heatmaps
Spatial analysis commands
MCP, WebMCP, and function-calling adapters

How Cesium MCP works

What gaopengbin/cesium-mcp MCP server does

The gaopengbin/cesium-mcp MCP server exposes CesiumJS operations to AI-driven applications. Its command layer can manipulate a Cesium Viewer, including changing the camera, adding or working with GeoJSON and 3D Tiles layers, placing markers, and running spatial or visualization-oriented operations such as heatmaps.

The repository is organized around several packages rather than a single adapter. cesium-mcp-bridge contains the protocol-independent command executor, cesium-mcp-contracts defines shared tool names and JSON Schemas, and cesium-mcp-runtime provides the MCP server for external hosts. Browser integrations are provided through WebMCP and a browser-agent example, while the bridge can also be embedded in an application using function calling.

How it works

A browser-based Cesium Viewer remains the execution target. The bridge receives structured commands and applies them to that Viewer, while the selected adapter determines how an agent discovers and invokes those commands. The same execution layer can therefore serve page-local browser agents, native WebMCP, application-specific function calling, or a standard MCP client.

For external MCP hosts, the runtime exposes the server over stdio and HTTP. The architecture may use a local WebSocket connection when an external host must control a Viewer running in a browser. That connection is not needed for the hosted browser demo or for integrations that execute directly inside the web application.

The bridge is described as supporting more than 60 commands. The WebMCP adapter exposes 61 browser-safe commands arranged into 12 selectable toolsets, and its example can automatically route requests among toolsets while limiting the number of tools presented for a normal request.

Setup and configuration

The quickest evaluation path is the hosted browser-agent demo, which requires no installation or signup. For a local WebMCP example, the repository documents building the bridge and WebMCP packages, serving the project directory, and opening the browser-agent example. WebMCP testing requires a compatible experimental browser configuration; the README specifically identifies Chrome 149+ and browser flags for local testing.

Application developers can install cesium-mcp-webmcp and register a Cesium Viewer with the adapter. The registration supports selecting toolsets and excluding tools, such as omitting the built-in geocoder when an application supplies its own. End users of an integrated website do not need to install npm packages or run an MCP server.

To connect an external MCP host, install and run the cesium-mcp-runtime package. The repository identifies Claude Desktop, Cursor, and Dify as runtime consumers, although this listing only covers client compatibility where supported by the directory schema. No API key or environment variable is specified in the provided material.

Tools and capabilities

The gaopengbin/cesium-mcp MCP server is suitable for agents that need to:

  • Move or fly the Cesium camera to a requested location.
  • Add or manage GeoJSON and 3D Tiles content.
  • Place markers on the globe.
  • Perform supported spatial analysis operations.
  • Generate or control heatmap visualizations.
  • Discover Cesium browser tools through WebMCP.
  • Invoke the same Cesium command layer through MCP, function calling, or browser-agent integrations.

The shared contracts package keeps tool descriptions and schemas transport-neutral. This allows the browser and MCP adapters to expose related commands without requiring separate Cesium implementations for each protocol.

Limitations and notes

This project controls a CesiumJS Viewer; it is not presented as a general geospatial database, hosted map service, or standalone desktop globe. The MCP runtime is only necessary when an external MCP host must reach a live browser Viewer. Browser-agent, WebMCP, and function-calling paths can execute commands in the web application without a backend MCP server.

The WebMCP path depends on browser support for document.modelContext and is described as experimental in the setup guidance. The live demo uses a hosted model and does not require a browser API key, but the provided material does not define authentication, deployment requirements for every integration path, or the full schema of each command. The gaopengbin/cesium-mcp MCP server is released under the MIT license.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Location Services View all alternatives
  • Geoserver MCP logoGeoserver MCP

    A Model Context Protocol (MCP) server implementation that connects LLMs to the GeoServer REST API, enabling AI assistants to interact with geospatial data and services.

    πŸ—ΊοΈ Location Services4 views
    Compare vs Geoserver MCP β†’
  • MCP Google Map logoMCP Google Map

    Google Maps MCP server with 8 tools (geocode, search, directions, elevation), stdio + StreamableHTTP transport, Agent Skill definitions, and standalone exec CLI mode.

    πŸ—ΊοΈ Location Services4 views
    Compare vs MCP Google Map β†’
  • Emem logoEmem

    Earth memory MCP server that gives AI agents signed geospatial facts and cite-able receipts for place-based questions. Covers elevation, land cover, surface water, vegetation, and built-up context. Public endpoint at https://emem.dev/mcp.

    πŸ—ΊοΈ Location Services8 views
    Compare vs Emem β†’
  • Open Streetmap MCP logoOpen Streetmap MCP

    An OpenStreetMap MCP server with location-based services and geospatial data.

    πŸ—ΊοΈ Location Services3 views
    Compare vs Open Streetmap MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
136
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Cesium MCP

For an external MCP host, run the `cesium-mcp-runtime` npm package. Browser-agent and WebMCP integrations use the web application instead of requiring end users to install or run an MCP server.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCesium MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/gaopengbin-cesium-mcp?style=directory)](https://allmcps.com/mcp/gaopengbin-cesium-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/gaopengbin-cesium-mcp"><img src="https://allmcps.com/api/badge/gaopengbin-cesium-mcp?style=directory" alt="Cesium MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ—ΊοΈLocation Services
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 3, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars136
GitHub Star CountTotal stargazers on GitHub representing community popularity (136 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 5, 2026
48Quality signal: Fair Β· 48/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership4/20
Documentation & tools24/30
Adoption & activity7/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

5 high-severity advisories on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage β€” this is a directional signal, not a security audit.

Critical 0High 5Medium 4Low 0

Scanned 18d ago via OSV.dev Β· serve (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ—ΊοΈ Location Services β†’Best MCP servers for Maps & Location β†’Alternatives to Cesium MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code