mcpbeat Sign in

Cesium MCP Runtime MCP Server

local only

Cesium MCP Runtime runs on your own machine — the client starts it, so there is no endpoint to ping. 129 installs a week from npm. Last commit 17 Sep 2026.

Control CesiumJS 3D globes via MCP: camera, layers, entities, animation, and interaction.

Installs per day peak 392 · avg 65 · +145% w/w
a month agotoday
129
Installs / week
npm · cesium-mcp-runtime
138
Stars
1 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Cesium MCP Runtime every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cesium-mcp-runtime -- npx -y cesium-mcp-runtime
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cesium-mcp-runtime": {
      "args": [
        "-y",
        "cesium-mcp-runtime"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cesium-mcp-runtime]
command = "npx"
args = ["-y", "cesium-mcp-runtime"]
.cursor/mcp.json
{
  "mcpServers": {
    "cesium-mcp-runtime": {
      "args": [
        "-y",
        "cesium-mcp-runtime"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cesium-mcp-runtime": {
      "args": [
        "-y",
        "cesium-mcp-runtime"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Cesium MCP Runtime

same job, measured the same way
Samgov
by pipeworx-io

SAM.gov MCP — Federal contract opportunities and entity registration data

36 tools answering
Android Puppeteer MCP
by pedro-rivas

MCP server for Android automation with UI interaction, screenshots, and device control

78 installs/wk local only
AutoMobile
by jasonpearson

Mobile device interaction automation via MCP

2 078 installs/wk local only
Intercom
by pipeworx-io

Intercom MCP Pack — contacts, conversations, companies via OAuth.

36 tools answering
Entrapulse Polyarchy
by darrenjrobinson

Interactive Entra ID identity relationship visualization — the 2003 polyarchy, live as an MCP App

61 installs/wk local only
Interactive Leetcode MCP
by sperekrestova

Interactive LeetCode MCP server with authorization and solution submission capabilities

102 installs/wk local only
Android
by martingeidobler

Control Android devices and emulators via ADB — screenshots, UI automation, and logcat.

156 installs/wk local only
Sunaiva Gate — Agent Rule Enforcement
by sunaivacore

MCP enforcement layer that intercepts AI agent actions and blocks rule violations before execution.

45 installs/wk 16 tools answering

Cesium MCP Runtime — questions

Answers built from our own checks of this server.

Why is there no uptime for Cesium MCP Runtime?
Cesium MCP Runtime runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package cesium-mcp-runtime was installed 129 times last week.
How do I connect Cesium MCP Runtime?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cesium-mcp-runtime straight from npm; nothing to host, nothing to sign up for.
How many people use Cesium MCP Runtime?
The npm package cesium-mcp-runtime was installed 129 times in the last week. Week over week that is +145%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cesium MCP Runtime open source?
Yes — it is published under the MIT licence, written in JavaScript, 138 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.