← Index

io.github.iamvibhorsingh/bbox-mcp-server

io.github.iamvibhorsingh/bbox-mcp-server·v1.2.6·Search
Quality Score
90
/100

Geospatial toolkit for AI: spatial queries, coord conversion, H3, OSM search, map verification links

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "bbox-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bbox-mcp-server"
      ],
      "env": {
        "MAPBOX_ACCESS_TOKEN": "<your-mapbox_access_token>",
        "OVERPASS_API_URL": "<overpass_api_url>",
        "MAX_H3_CELLS": "<max_h3_cells>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "bbox-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bbox-mcp-server"
      ],
      "env": {
        "MAPBOX_ACCESS_TOKEN": "<your-mapbox_access_token>",
        "OVERPASS_API_URL": "<overpass_api_url>",
        "MAX_H3_CELLS": "<max_h3_cells>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y bbox-mcp-server
§02  Environment variables
MAPBOX_ACCESS_TOKEN
secret

Mapbox token for natural-language location search (e.g. 'San Francisco')

OVERPASS_API_URL

Custom Overpass API endpoint URL (defaults rotate between public instances)

MAX_H3_CELLS

Safety cap for H3 grid generation (default: 50000)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Search