Cesium MCP Runtime
Rank #44,240io.github.gaopengbin/cesium-mcp-runtime
MCP server providing cesium-runtime capabilities
Cesium MCP Runtime is a Model Context Protocol (MCP) server published by gaopengbin. It ranks #44,240 of 115,591 servers tracked on MCP Toplist, and its repository has 131 GitHub stars. Cesium MCP Runtime is listed across 5 registries — Official MCP, PulseMCP, Smithery, Glama and mcp.so, with 2 tracked versions. It was first listed on Mar 14, 2026 and most recently updated on Mar 14, 2026.
Ranks ahead of 71,351 of 115,591 servers on MCP Toplist.
Use Cesium MCP Runtime
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http cesium-mcp-runtime https://server.smithery.ai/gaopengbin/cesium-mcp-runtime/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add cesium-mcp-runtime -- npx -y cesium-mcp-dev[mcp_servers.cesium-mcp-runtime]
url = "https://server.smithery.ai/gaopengbin/cesium-mcp-runtime/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.cesium-mcp-runtime]
command = "npx"
args = ["-y", "cesium-mcp-dev"]Add to ~/.codex/config.toml.
https://server.smithery.ai/gaopengbin/cesium-mcp-runtime/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cesium-mcp-runtime": {
"command": "npx",
"args": [
"-y",
"cesium-mcp-dev"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cesium-mcp-runtime": {
"url": "https://server.smithery.ai/gaopengbin/cesium-mcp-runtime/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cesium-mcp-runtime": {
"command": "npx",
"args": [
"-y",
"cesium-mcp-dev"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cesium-mcp-runtime": {
"type": "http",
"url": "https://server.smithery.ai/gaopengbin/cesium-mcp-runtime/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"cesium-mcp-runtime": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cesium-mcp-dev"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cesium-mcp-runtime": {
"serverUrl": "https://server.smithery.ai/gaopengbin/cesium-mcp-runtime/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cesium-mcp-runtime": {
"command": "npx",
"args": [
"-y",
"cesium-mcp-dev"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cesium-mcp-runtime": {
"url": "https://server.smithery.ai/gaopengbin/cesium-mcp-runtime/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"cesium-mcp-runtime": {
"command": "npx",
"args": [
"-y",
"cesium-mcp-dev"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.gaopengbin%2Fcesium-mcp-runtime)<a href="https://mcptoplist.com/server/io.github.gaopengbin%2Fcesium-mcp-runtime"><img src="https://mcptoplist.com/badge/io.github.gaopengbin%2Fcesium-mcp-runtime.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (2 delisted)
gaopengbin
Other servers by gaopengbin
View all gaopengbin servers →Available versions (2)
| Version | Published |
|---|---|
| 1.139.2 | Mar 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cesium MCP Runtime?
- Cesium MCP Runtime is maintained by gaopengbin, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Cesium MCP Runtime listed on the Official MCP Registry?
- Yes — Cesium MCP Runtime is listed on the Official MCP Registry, alongside PulseMCP, Smithery, Glama and mcp.so.
- How many versions does Cesium MCP Runtime have?
- MCP Toplist tracks 2 versions of Cesium MCP Runtime, most recently published on Mar 14, 2026.
- Where can I find the source code for Cesium MCP Runtime?
- The source code for Cesium MCP Runtime is hosted at github.com/gaopengbin/cesium-mcp/tree/HEAD/packages/cesium-mcp-dev.