bbox-mcp-server

iamvibhorsingh/bbox-mcp-server
★ 3 stars JavaScript 🤖 AI/LLM Updated 18d ago
An MCP server that gives AI agents geospatial superpowers — coordinate conversion, EPSG projections, H3 indexing, and shareable map links.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bbox-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "iamvibhorsingh/bbox-mcp-server"
      ]
    }
  }
}