Submit

Cesium Mcp Dev

@gaopengbin

MCP server for IDE integration that provides CesiumJS API lookup, code generation, and entity builder tools. Helps developers write CesiumJS code with AI-powered assistance directly in VS Code, Cursor, or any MCP-compatible IDE.
Overview

Features

  • 3 MCP Tools for CesiumJS development assistance
    • api_lookup: Search CesiumJS API documentation
    • code_gen: Generate CesiumJS code snippets from natural language
    • entity_builder: Build complex Entity configurations interactively

Use Cases

  • "How to add a polygon with transparency in CesiumJS?"
  • "Generate code for a 3D Tiles tileset loader"
  • "Create an entity with a billboard and label"

Quick Start

Configure in your MCP client: { "mcpServers": { "cesium-mcp-dev": { "command": "npx", "args": ["-y", "cesium-mcp-dev"] } } }

Server Config

{
  "mcpServers": {
    "cesium-mcp-dev": {
      "command": "npx",
      "args": [
        "-y",
        "cesium-mcp-dev"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.