Skip to content

Server Map

Free

by MCP Community

MCP App Server example with CesiumJS 3D globe and geocoding

v1.5.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Server Map MCP Server

MCP App Server example with CesiumJS 3D globe and geocoding

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @modelcontextprotocol/server-map
Add to claude_desktop_config.json
{
  "mcpServers": {
    "server-map": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-map"]
    }
  }
}