CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
gaopengbin avatar

Cesium Mcp Runtime

gaopengbin/cesium-mcp
11043 toolsSTDIOregistry active
Summary

Brings CesiumJS 3D globe control to Claude and other MCP clients through 60+ tools organized into 12 toolsets. Out of the box you get camera movement, entity management (markers, labels, polygons, models), layer loading (GeoJSON, 3D tiles, terrain), and spatial queries. The bridge architecture means you can drive the same toolset from browser-based agents, function calling in your own web app, or stdio/HTTP MCP runtimes. Covers the full span from basic flyTo commands to advanced features like heatmaps, CZML playback, and post-processing effects. Natively incorporates functionality from CesiumGS's official Camera, Entity, and Animation servers into a unified runtime, so you don't need multiple processes running.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

43 tools
flyTo飞行到指定经纬度位置(带动画过渡)6 params

飞行到指定经纬度位置(带动画过渡)

Parameters* required
durationnumber
飞行动画时长(秒)default: 2
headingnumber
航向角(度),0 为正北default: 0
heightnumber
相机高度(米),默认 50000default: 50000
latitudenumber
纬度(-90 ~ 90)
longitudenumber
经度(-180 ~ 180)
pitchnumber
俯仰角(度),-90 为正下方default: -45
addGeoJsonLayer添加 GeoJSON 图层到地图(支持 Point/Line/Polygon,可配置颜色/分级/分类渲染)4 params

添加 GeoJSON 图层到地图(支持 Point/Line/Polygon,可配置颜色/分级/分类渲染)

Parameters* required
dataobject
GeoJSON FeatureCollection 对象
idstring
图层ID(不传则自动生成)
namestring
图层显示名称
styleobject
样式配置(color, opacity, pointSize, choropleth, category)
addLabel为 GeoJSON 要素添加文本标注(显示属性值)3 params

为 GeoJSON 要素添加文本标注(显示属性值)

Parameters* required
dataobject
GeoJSON FeatureCollection 对象
fieldstring
用作标注文本的属性字段名(如 "name"、"population")
styleobject
标注样式(font, fillColor, outlineColor, scale 等)
addHeatmap添加热力图图层(基于 GeoJSON 点数据生成热力可视化)2 params

添加热力图图层(基于 GeoJSON 点数据生成热力可视化)

Parameters* required
dataobject
GeoJSON Point FeatureCollection
radiusnumber
热力影响半径(像素)default: 30
removeLayer从地图上移除指定图层(按图层ID)1 params

从地图上移除指定图层(按图层ID)

Parameters* required
idstring
要移除的图层ID(可通过 listLayers 获取)
setBasemap切换底图风格(暗色/卫星影像/标准)1 params

切换底图风格(暗色/卫星影像/标准)

Parameters* required
basemapstring
底图类型:dark=暗色, satellite=卫星影像, standard=标准one of dark · satellite · standard
screenshot截取当前地图视图(返回 base64 PNG)

截取当前地图视图(返回 base64 PNG)

No parameter schema in public metadata yet.

highlight高亮指定图层的要素3 params

高亮指定图层的要素

Parameters* required
colorstring
高亮颜色(CSS 格式)default: #FFFF00
featureIndexnumber
要素索引(不传则高亮全部)
layerIdstring
图层ID
setView瞬间切换到指定经纬度视角(无动画)6 params

瞬间切换到指定经纬度视角(无动画)

Parameters* required
headingnumber
航向角(度)default: 0
heightnumber
高度(米)default: 50000
latitudenumber
纬度(-90 ~ 90)
longitudenumber
经度(-180 ~ 180)
pitchnumber
俯仰角(度)default: -90
rollnumber
翻滚角(度)default: 0
getView获取当前相机视角信息(经纬度、高度、角度)

获取当前相机视角信息(经纬度、高度、角度)

No parameter schema in public metadata yet.

zoomToExtent缩放到指定地理范围5 params

缩放到指定地理范围

Parameters* required
durationnumber
动画时长(秒)default: 2
eastnumber
东边界经度(度)
northnumber
北边界纬度(度)
southnumber
南边界纬度(度)
westnumber
西边界经度(度)
addMarker在指定经纬度添加标注点,返回 layerId 供后续操作6 params

在指定经纬度添加标注点,返回 layerId 供后续操作

Parameters* required
colorstring
标注颜色(CSS 格式)default: #3B82F6
idstring
自定义图层ID(不传则自动生成)
labelstring
标注文本
latitudenumber
纬度(-90 ~ 90)
longitudenumber
经度(-180 ~ 180)
sizenumber
点大小(像素)default: 12
addPolyline在地图上添加折线(路径、线段),返回 entityId5 params

在地图上添加折线(路径、线段),返回 entityId

Parameters* required
clampToGroundboolean
是否贴地default: true
colorstring
线条颜色(CSS 格式)default: #3B82F6
coordinatesarray
折线坐标数组 [[lon, lat, height?], ...]
labelstring
折线标注文本
widthnumber
线条宽度(像素)default: 3
addPolygon在地图上添加多边形区域(面积、边界),返回 entityId7 params

在地图上添加多边形区域(面积、边界),返回 entityId

Parameters* required
clampToGroundboolean
是否贴地default: true
colorstring
填充颜色(CSS 格式)default: #3B82F6
coordinatesarray
多边形外环坐标 [[lon, lat, height?], ...]
extrudedHeightnumber
拉伸高度(米),可用于创建立体效果
labelstring
多边形标注文本
opacitynumber
填充透明度(0~1)default: 0.6
outlineColorstring
描边颜色default: #FFFFFF
addModel在指定经纬度放置 3D 模型(glTF/GLB),返回 entityId9 params

在指定经纬度放置 3D 模型(glTF/GLB),返回 entityId

Parameters* required
headingnumber
航向角(度),0=正北default: 0
heightnumber
放置高度(米)default: 0
labelstring
模型标注文本
latitudenumber
纬度(-90 ~ 90)
longitudenumber
经度(-180 ~ 180)
pitchnumber
俯仰角(度)default: 0
rollnumber
翻滚角(度)default: 0
scalenumber
模型缩放比例default: 1
urlstring
glTF/GLB 模型文件 URL
updateEntity更新已有实体的属性(位置、颜色、标签、缩放、可见性)6 params

更新已有实体的属性(位置、颜色、标签、缩放、可见性)

Parameters* required
colorstring
新颜色(CSS 格式)
entityIdstring
实体ID(addMarker/addPolyline 等返回的 entityId)
labelstring
新标注文本
positionobject
新位置坐标
scalenumber
新缩放比例
showboolean
是否显示
removeEntity移除单个实体(通过 entityId)1 params

移除单个实体(通过 entityId)

Parameters* required
entityIdstring
要移除的实体ID
setLayerVisibility设置图层可见性2 params

设置图层可见性

Parameters* required
idstring
图层ID
visibleboolean
是否可见
listLayers获取当前所有图层列表(含 ID、名称、类型、可见性)

获取当前所有图层列表(含 ID、名称、类型、可见性)

No parameter schema in public metadata yet.

updateLayerStyle修改已有图层的样式(颜色、透明度、标注样式等)3 params

修改已有图层的样式(颜色、透明度、标注样式等)

Parameters* required
labelStyleobject
标注样式(font, fillColor, outlineColor, outlineWidth, scale 等)
layerIdstring
图层ID
layerStyleobject
图层样式(color, opacity, strokeWidth, pointSize)
playTrajectory播放移动轨迹动画6 params

播放移动轨迹动画

Parameters* required
coordinatesarray
轨迹坐标数组 [[lon, lat, alt?], ...]
durationSecondsnumber
动画时长(秒)default: 10
idstring
轨迹图层ID
labelstring
移动体标签
namestring
轨迹名称
trailSecondsnumber
尾迹长度(秒)default: 2
load3dTiles加载 3D Tiles 数据集(如建筑白膜、城市模型)5 params

加载 3D Tiles 数据集(如建筑白膜、城市模型)

Parameters* required
heightOffsetnumber
高度偏移(米)
idstring
图层ID
maximumScreenSpaceErrornumber
最大屏幕空间误差(值越小越精细)default: 16
namestring
图层名称
urlstring
tileset.json 的 URL
loadTerrain加载或切换地形(平坦/ArcGIS/CesiumIon/自定义 URL)3 params

加载或切换地形(平坦/ArcGIS/CesiumIon/自定义 URL)

Parameters* required
cesiumIonAssetIdnumber
Cesium Ion 资产ID(provider=cesiumion 时需要)
providerstring
地形提供者类型one of flat · arcgis · cesiumion
urlstring
自定义地形服务 URL
loadImageryService加载影像服务图层(WMS/WMTS/XYZ/ArcGIS MapServer)6 params

加载影像服务图层(WMS/WMTS/XYZ/ArcGIS MapServer)

Parameters* required
idstring
图层ID
layerNamestring
WMS/WMTS 图层名
namestring
图层名称
opacitynumber
透明度(0~1)default: 1
serviceTypestring
服务类型one of wms · wmts · xyz · arcgis_mapserver
urlstring
影像服务 URL
lookAtTransform环绕式相机注视某位置(ENU变换 + 朝向/俯仰/距离)6 params

环绕式相机注视某位置(ENU变换 + 朝向/俯仰/距离)

Parameters* required
headingnumber
朝向角(度)default: 0
heightnumber
目标高度(米)default: 0
latitudenumber
目标纬度
longitudenumber
目标经度
pitchnumber
俯仰角(度)default: -45
rangenumber
与目标的距离(米)default: 5000
startOrbit开始相机环绕当前中心旋转2 params

开始相机环绕当前中心旋转

Parameters* required
directionstring
one of clockwise · counterclockwisedefault: clockwise
speednumber
旋转速度(度/秒)default: 1
stopOrbit停止环绕动画

停止环绕动画

No parameter schema in public metadata yet.

setCameraOptions配置相机控制器(启用/禁用旋转、缩放、倾斜等)5 params

配置相机控制器(启用/禁用旋转、缩放、倾斜等)

Parameters* required
enableLookboolean
启用环视
enableRotateboolean
启用旋转
enableTiltboolean
启用倾斜
enableTranslateboolean
启用平移
enableZoomboolean
启用缩放
addBillboard在指定位置添加图片图标6 params

在指定位置添加图片图标

Parameters* required
colorstring
叠加颜色
idstring
实体ID
imagestring
图片URL
namestring
名称
positionobject
scalenumber
缩放default: 1
addBox添加带尺寸和材质的3D盒体8 params

添加带尺寸和材质的3D盒体

Parameters* required
dimensionsobject
idstring
materialvalue
材质(颜色字符串或材质对象)
namestring
orientationobject
outlineboolean
outlineColorstring
positionobject
addCorridor添加走廊(带宽度的路径)6 params

添加走廊(带宽度的路径)

Parameters* required
extrudedHeightnumber
idstring
materialvalue
材质
namestring
positionsarray
widthnumber
走廊宽度(米)
addCylinder添加圆柱体或圆锥体9 params

添加圆柱体或圆锥体

Parameters* required
bottomRadiusnumber
底部半径
idstring
lengthnumber
高度(米)
materialvalue
材质
namestring
outlineboolean
outlineColorstring
positionobject
topRadiusnumber
顶部半径
addEllipse添加椭圆9 params

添加椭圆

Parameters* required
extrudedHeightnumber
idstring
materialvalue
材质
namestring
outlineboolean
outlineColorstring
positionobject
semiMajorAxisnumber
长半轴(米)
semiMinorAxisnumber
短半轴(米)
addRectangle按地理范围添加矩形8 params

按地理范围添加矩形

Parameters* required
coordinatesobject
extrudedHeightnumber
heightnumber
idstring
materialvalue
材质
namestring
outlineboolean
outlineColorstring
addWall沿路径添加墙体8 params

沿路径添加墙体

Parameters* required
idstring
materialvalue
材质
maximumHeightsarray
minimumHeightsarray
namestring
outlineboolean
outlineColorstring
positionsarray
createAnimation创建基于时间的路径动画(实体沿路径运动)7 params

创建基于时间的路径动画(实体沿路径运动)

Parameters* required
entityIdstring
动画实体ID
loopboolean
default: false
modelstring
3D模型URL或预设名称(cesium_man, cesium_air, ground_vehicle, cesium_drone)
modelScalenumber
default: 1
pathColorstring
default: YELLOW
pathWidthnumber
default: 2
waypointsarray
controlAnimation播放或暂停动画2 params

播放或暂停动画

Parameters* required
actionstring
one of play · pause
entityIdstring
removeAnimation删除动画实体1 params

删除动画实体

Parameters* required
entityIdstring
listAnimations列出所有活跃的动画

列出所有活跃的动画

No parameter schema in public metadata yet.

updateAnimationPath更新动画路径的可视属性4 params

更新动画路径的可视属性

Parameters* required
colorstring
entityIdstring
showboolean
widthnumber
trackEntity相机追踪实体1 params

相机追踪实体

Parameters* required
entityIdstring
controlClock配置Cesium时钟(时间范围、速度、动画状态)6 params

配置Cesium时钟(时间范围、速度、动画状态)

Parameters* required
clockRangestring
one of UNBOUNDED · CLAMPED · LOOP_STOP
currentTimestring
ISO 8601 当前时间
multipliernumber
时钟速度倍率
shouldAnimateboolean
startTimestring
ISO 8601 开始时间
stopTimestring
ISO 8601 结束时间
setGlobeLighting启用/禁用地球光照和大气效果4 params

启用/禁用地球光照和大气效果

Parameters* required
enableFogboolean
启用雾效
enableGroundAtmosphereboolean
启用地表大气
enableLightingboolean
启用光照
enableSkyAtmosphereboolean
启用天空大气
ChatGPT Image 2026年7月5日 22_13_19

A protocol-agnostic Cesium AI control runtime for MCP, WebMCP, function calling, and browser agents

cesium-mcp-bridge is the protocol-agnostic Cesium command executor. Separate adapters expose it to browser-only agents, WebMCP browser agents, function calling, or MCP — your choice.

Four integration paths: Browser Agent (simplest, zero backend) · WebMCP (page-local browser tools) · function calling (embed in your web app) · MCP runtime (Claude Desktop / Cursor / Dify)

The local Runtime is only required for external MCP hosts. Browser Agent, WebMCP, and function-calling integrations execute the same commands directly in the web application.

Try it now — open the live browser demo, no install, no signup.

Website · 中文 · Getting Started · API Reference

License: MIT CI GitHub stars Runtime downloads

bridge npm runtime npm dev npm


Demo

https://github.com/user-attachments/assets/8a40565a-fcdd-47bf-ae67-bc870611c908

Packages & Entry Points

ModuleRoleStatusLinks
cesium-mcp-contractsTransport-neutral names, descriptions, and JSON Schemas for browser toolsNew shared layersource
cesium-mcp-bridgeProtocol- and transport-free Cesium command executor (60+ commands)Mainline, actively iteratednpm · source
cesium-mcp-webmcpOne-package Viewer integration plus the native document.modelContext adapterBrowser integrationsource
examples/webmcp-integrationFocused npm + Vite integration without a chat UI or MCP serverDeveloper exampleexample
examples/browser-agentBrowser-only AI agent with automatic WebMCP exposureRecommendedexample · live demo
cesium-mcp-runtimeMCP server (stdio + HTTP)Stable MCP SDK v2npm · source
cesium-mcp-devCesiumJS API knowledge base for coding assistantsMaintainednpm · source

Which one? Personal project or quick try → browser-agent. Let a compatible browser agent discover page-local Cesium tools → WebMCP. Existing web app embedding an AI assistant → bridge + your own function calling. Calling from Claude Desktop / Cursor / Dify → MCP runtime.

Architecture

flowchart LR
  subgraph clients ["AI Drivers (pick one)"]
    BA["Browser Agent\n(in the same page)"]
    WM["WebMCP Agent\n(browser-provided)"]
    FC["Your web app\nfunction calling"]
    MCP["Claude / Cursor / Dify\nvia MCP runtime"]
  end

  CONTRACTS["cesium-mcp-contracts\ntool definitions"]
  WEBMCP["cesium-mcp-webmcp\nnative adapter"]

  subgraph core ["cesium-mcp-bridge (browser)"]
    B["60+ tools\nprotocol-agnostic dispatcher"]
    C["CesiumJS Viewer"]
  end

  CONTRACTS -.-> BA
  CONTRACTS -.-> WEBMCP
  BA -- "in-page call" --> B
  WM -- "document.modelContext" --> WEBMCP
  WEBMCP --> B
  FC -- "in-page call" --> B
  MCP -- "WebSocket / JSON-RPC" --> B
  B --> C

  style clients fill:#1e293b,stroke:#528bff,color:#e2e8f0
  style core fill:#1e293b,stroke:#12B76A,color:#e2e8f0

The bridge remains the execution core, while contracts and protocol adapters stay separate. Pick whichever driver matches your scenario — they all reach the same Cesium command layer. On WebMCP-capable browsers, cesium-mcp-webmcp can expose 61 browser-safe commands in 12 selectable toolsets through document.modelContext without adding an MCP transport or backend server.

Relationship to the CesiumGS AI ecosystem

CesiumGS's newer AI work is split between cesiumjs-ai-starter-app, a deployable application template, and cesiumjs-skills, development-time guidance for coding agents. The earlier cesium-ai-integrations repository contains the first-generation experiments and community contributions that helped explore this space.

cesium-mcp is an independent runtime and integration toolkit, not a continuation of the earlier WebSocket-only reference architecture. Its reusable Bridge and shared contracts work unchanged across browser-only function calling, native WebMCP, standard MCP over stdio/HTTP, and embedded desktop shells. A local WebSocket bridge is used only when an external MCP host needs to reach a live browser Viewer; it is not required for the hosted demo or page-local integrations.

The project author was an early contributor to CesiumGS/cesium-ai-integrations, contributing the Imagery server, Terrain server, and unified MCP Gateway. Those experiments informed this project's multi-protocol architecture, while the implementation, release lifecycle, and roadmap remain independent.

Quick Start

Path 0 — Try in 30 seconds (browser agent, recommended)

Open the live demo and ask—the hosted model is ready without a browser API key:

"Fly to the Eiffel Tower and drop a red marker"

Fork the examples/browser-agent folder to deploy your own.

Path 1 — Expose Cesium tools through WebMCP (Chrome 149+ experimental)

The browser-agent example automatically registers all 61 browser-safe page tools when document.modelContext is available. Its built-in chat uses automatic toolset routing to keep each normal request at 20 tools or fewer, while still offering explicit core, single-toolset, and all-61 modes:

npm run build -w packages/cesium-mcp-bridge
npm run build -w packages/cesium-mcp-webmcp
npx serve . -l 4173

Open http://localhost:4173/examples/browser-agent/, click Start, then inspect or execute the tools in DevTools → Application → WebMCP. Enable #enable-webmcp-testing and #devtools-webmcp-support in chrome://flags for local testing.

Application developers install the adapter separately. End users only open the integrated website; they do not install npm packages or run an MCP server.

npm install cesium-mcp-webmcp
import { registerCesiumViewerWebMcp } from 'cesium-mcp-webmcp/viewer'

const registration = await registerCesiumViewerWebMcp(viewer, {
  toolsets: 'all',
  excludeTools: ['geocode'], // add your own browser geocoder to expose this tool
})

// Later, if the page is unmounted:
registration.unregister()

See the WebMCP adapter API for custom integrations. For a complete npm + Vite application, start from the WebMCP integration example.

Path 2 — Embed in your own web app (function calling)

npm install cesium-mcp-bridge
import { CesiumBridge } from 'cesium-mcp-bridge';

const bridge = new CesiumBridge(viewer);
// Then: send the bridge's tool schema to any LLM that supports function/tool calling,
// route the model's tool calls to bridge.execute(name, params).

See examples/browser-agent/index.html for a complete loop with OpenAI-compatible APIs.

Path 3 — Use from Claude Desktop / Cursor / Dify (MCP)

Ordinary MCP users need only the Runtime package. It includes the browser Bridge bundle and a built-in Viewer at http://localhost:9100/; install cesium-mcp-bridge separately only when integrating a custom page.

# Stable channel — npm latest, MCP SDK v2
npx -y cesium-mcp-runtime

# HTTP mode
npx -y cesium-mcp-runtime --transport http --port 3000

The stable release serves existing MCP 2025-11-25 clients and the new 2026-07-28 protocol from the same stdio/HTTP entry. It uses the stable TypeScript SDK v2 and passes the official server-stateless conformance scenario (28/28).

MCP client config:

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

62 Available Command Tools

Tools are organized into 12 toolsets. Default mode enables 4 core toolsets (30 tools). Set CESIUM_TOOLSETS=all for everything, or let the AI discover and activate toolsets dynamically at runtime.

Canonical contracts: Tool descriptions default to English; set CESIUM_LOCALE=zh-CN for Chinese. Titles, behavior annotations, localized descriptions, defaults, input validation, MCP output schemas, and structured results all come from the shared JSON Schemas in cesium-mcp-contracts. Text content remains available for older clients.

ToolsetTools
view (default)flyTo, setView, getView, zoomToExtent, saveViewpoint, loadViewpoint, listViewpoints, exportScene
entity (default)addMarker, addLabel, addModel, addPolygon, addPolyline, updateEntity, removeEntity, batchAddEntities, queryEntities, getEntityProperties
layer (default)addGeoJsonLayer, addGeoJsonPrimitive, listLayers, removeLayer, clearAll, setLayerVisibility, updateLayerStyle, getLayerSchema, setBasemap
interaction (default)screenshot, highlight, measure
cameralookAtTransform, startOrbit, stopOrbit, setCameraOptions
entity-extaddBillboard, addBox, addCorridor, addCylinder, addEllipse, addRectangle, addWall
animationcreateAnimation, controlAnimation, removeAnimation, listAnimations, updateAnimationPath, trackEntity, controlClock, setGlobeLighting
tilesload3dTiles, load3dGaussianSplat, loadTerrain, loadImageryService, loadCzml, loadKml, setEdgeDisplayMode
trajectoryplayTrajectory
heatmapaddHeatmap
scenesetSceneOptions, setPostProcess, setIonToken (Runtime only)
geolocationgeocode

Examples

See examples/minimal/ for a complete working demo.

Development

git clone https://github.com/gaopengbin/cesium-mcp.git
cd cesium-mcp
npm install
npm run build
npm test
npm run test:contracts
npm run test:schema-compat
npm run test:routing
npm run test:model-tools
npm run eval:model-tools
npm run test:e2e:packed

test:contracts is the focused parity gate for MCP Runtime metadata, WebMCP registration, Function Calling definitions, provider Schema portability, and the 60-tool Bridge Executor Registry. Run test:schema-compat directly for actionable OpenAI, Azure, VS Code MCP, and WebMCP Schema diagnostics. test:routing evaluates bilingual and multi-intent Browser Agent requests across all 12 toolsets, checking required-tool recall and the 20-tool automatic-routing budget. test:model-tools verifies the provider-neutral multi-turn scoring harness. eval:model-tools performs a no-network routing preflight by default; add an explicit provider and --live to measure real tool choice, argument validity, and required-tool completion. See Model Tool Evaluation. test:e2e:packed builds npm tarballs, installs them in a clean temporary project, opens the real Cesium Viewer, and verifies a Runtime-WebSocket-Bridge command round trip.

Version Policy

Version format: {CesiumMajor}.{CesiumMinor}.{MCPPatch}

SegmentMeaningExample
1.143Tracks CesiumJS version — built & tested against Cesium ~1.143.01.143.0 → Cesium 1.143
.xMCP patch — independent iterations for new tools, bug fixes, docs1.143.0 → 1.143.1

Official CesiumJS releases are reviewed before the compatibility baseline is bumped; the project does not automatically claim support for a newer release without Bridge verification.

Related Projects

  • mapbox-mcp — AI control for Mapbox GL JS
  • openlayers-mcp — AI control for OpenLayers

Community

This project recognizes LINUX DO as a community for open-source exchange, technical discussion, and developer feedback.

Star History

Star History Chart

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Design & CreativeMedia & Entertainment
Registryactive
Packagecesium-mcp-runtime
TransportSTDIO
UpdatedMar 14, 2026
View on GitHub

More from gaopengbin

  • Cesium Mcp Dev110

Related Design & Creative MCP Servers

View all →
taylorwilsdon avatar
QuantConnect

taylorwilsdon/quantconnect-mcp

QuantConnect Algorithmic Trading Platform Orchestration MCP - Agentic LLM Driven Trading Strategy Design, Research & Implementation
101
tathagat22 avatar
Plumb Mcp

tathagat22/plumb-mcp

Figma → code MCP: no rate limits, no metered quotas, verification loop. Works on every Figma plan.
60
salvo10f avatar
Godotiq

salvo10f/godotiq

Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.
49
themesberg avatar
Flowbite Mcp

themesberg/flowbite-mcp

MCP server to convert Figma designs to Flowbite UI components in Tailwind CSS
36
mybolide avatar
Mcp Probe Kit

mybolide/mcp-probe-kit

AI-Powered Development Toolkit with 21 tools for code quality, project management, and UI/UX design.
33
apology-is-policy avatar
Hyades

apology-is-policy/hyades

Render LaTeX math as pure Unicode text art for terminals, code comments, and emails.
26