Server Map
Freeby MCP Community
MCP App Server example with CesiumJS 3D globe and geocoding
v1.5.0Added Apr 12, 2026
Server Map MCP Server
MCP App Server example with CesiumJS 3D globe and geocoding
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-map
Add to claude_desktop_config.json
{
"mcpServers": {
"server-map": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-map"]
}
}
}