An MCP server that gives AI agents geospatial superpowers — coordinate conversion, EPSG projections, H3 indexing, and shareable map links.
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"
]
}
}
}
Run in terminal:
claude mcp add bbox-mcp-server npx -y iamvibhorsingh/bbox-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"bbox-mcp-server": {
"command": "npx",
"args": [
"-y",
"iamvibhorsingh/bbox-mcp-server"
]
}
}
}