PluginBench
MCP Server

io.github.gaopengbin/cesium-mcp-dev MCP Server

io.github.gaopengbin/cesium-mcp-dev

What is the io.github.gaopengbin/cesium-mcp-dev MCP server?

CesiumJS API docs, code generation and development tools for IDE AI assistants.

How to install io.github.gaopengbin/cesium-mcp-dev

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cesium-mcp-dev": {
      "command": "npx",
      "args": [
        "-y",
        "cesium-mcp-dev"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cesium-mcp-dev": {
      "command": "npx",
      "args": [
        "-y",
        "cesium-mcp-dev"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cesium-mcp-dev": {
      "command": "npx",
      "args": [
        "-y",
        "cesium-mcp-dev"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cesium-mcp-dev": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cesium-mcp-dev"
      ]
    }
  }
}
Claude Code
claude mcp add cesium-mcp-dev -- npx -y cesium-mcp-dev

Related MCP servers

AI-powered 3D globe control via MCP. Camera, layers, markers, spatial analysis with CesiumJS.

View repository →