mcpbeat Sign in

Bbox MCP Server

by iamvibhorsingh Your server? Claim it
local only

Bbox MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 7 Aug 2026.

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

Installs per day peak 31 · avg 10 · -42% w/w
a month agotoday
63
Installs / week
npm · bbox-mcp-server
3
Stars
0 open issues
7 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Bbox MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bbox-mcp-server -- npx -y bbox-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bbox-mcp-server": {
      "args": [
        "-y",
        "bbox-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bbox-mcp-server]
command = "npx"
args = ["-y", "bbox-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "bbox-mcp-server": {
      "args": [
        "-y",
        "bbox-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bbox-mcp-server": {
      "args": [
        "-y",
        "bbox-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MAPBOX_ACCESS_TOKEN (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bbox MCP Server

same job, measured the same way
DaedalMap Disaster and Geospatial Data
by daedalmap

Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries.

34 tools answering
Htag Spatial
by htagai

HTAG H3 spatial tools for price/rent, indicators, geometry, and concordance.

answering
Sqlite MCP Server
by neverinfamous

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

8 installs/wk local only
Planwire MCP
by beshogun

UK planning application data for AI agents: search, geo-query and fetch applications.

40 installs/wk local only
Arcgis Hub
by pipeworx-io

ArcGIS Hub — open government geospatial data (search + Feature Service query).

39 tools answering
Mapsource Geospatial API
by robit-man

OSM queries, raster tiles, elevation. Check status: queries currently use fixtures; x402 is testnet.

13 tools answering
Openstreetmap MCP Server
by cyanheads

Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.

1 303 installs/wk 6 tools answering
Mapa Societario — Spanish Company Registry (BORME)
by mapasocietario

Search Spanish companies and directors from the official BORME registry and map their links.

4 tools answering

Bbox MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Bbox MCP Server?
Bbox MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package bbox-mcp-server was installed 63 times last week.
How do I connect Bbox MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bbox-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Bbox MCP Server?
The npm package bbox-mcp-server was installed 63 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bbox MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.