bbox-mcp-server
About
Geospatial toolkit for AI: spatial queries, coord conversion, H3, OSM search, map verification links
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MAPBOX_ACCESS_TOKEN OVERPASS_API_URL MAX_H3_CELLSClaude Code
claude mcp add --env MAPBOX_ACCESS_TOKEN= --env OVERPASS_API_URL= --env MAX_H3_CELLS= bbox-mcp-server -- npx bbox-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"bbox-mcp-server","command":"npx","args":["bbox-mcp-server"],"env":{"MAPBOX_ACCESS_TOKEN":"","OVERPASS_API_URL":"","MAX_H3_CELLS":""}}'
JSON
{
"mcpServers": {
"bbox-mcp-server": {
"command": "npx",
"args": [
"bbox-mcp-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "",
"OVERPASS_API_URL": "",
"MAX_H3_CELLS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.