Developer Tools
Trust: 37/100 (Limited)io.github.iamvibhorsingh/bbox-mcp-server Guide
Bounding box(bbox) GIS tool: coords conversion, EPSG, WKT, GeoJSON, H3, Overpass, POI, map viz
by iamvibhorsingh
Quick Start
Install
npx bbox-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-iamvibhorsingh-bbox-mcp-server": {
"command": "npx",
"args": [
"bbox-mcp-server"
]
}
}
}