Bbox MCP Server
Rank #22,847io.github.iamvibhorsingh/bbox-mcp-server
Geospatial toolkit for AI: spatial queries, coord conversion, H3, OSM search, map verification links
Bbox MCP Server is a Model Context Protocol (MCP) server published by iamvibhorsingh. It ranks #22,847 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Bbox MCP Server is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 6 tracked versions. It was first listed on Mar 2, 2026 and most recently updated on Apr 6, 2026.
Ranks ahead of 109,199 of 132,046 servers on MCP Toplist.
Use Bbox MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add bbox-mcp-server -e "MAPBOX_ACCESS_TOKEN=<your MAPBOX_ACCESS_TOKEN>" -e "OVERPASS_API_URL=<your OVERPASS_API_URL>" -e "MAX_H3_CELLS=<your MAX_H3_CELLS>" -- npx -y bbox-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.bbox-mcp-server]
command = "npx"
args = ["-y", "bbox-mcp-server"]
[mcp_servers.bbox-mcp-server.env]
MAPBOX_ACCESS_TOKEN = "<your MAPBOX_ACCESS_TOKEN>"
OVERPASS_API_URL = "<your OVERPASS_API_URL>"
MAX_H3_CELLS = "<your MAX_H3_CELLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bbox-mcp-server": {
"command": "npx",
"args": [
"-y",
"bbox-mcp-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<your MAPBOX_ACCESS_TOKEN>",
"OVERPASS_API_URL": "<your OVERPASS_API_URL>",
"MAX_H3_CELLS": "<your MAX_H3_CELLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bbox-mcp-server": {
"command": "npx",
"args": [
"-y",
"bbox-mcp-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<your MAPBOX_ACCESS_TOKEN>",
"OVERPASS_API_URL": "<your OVERPASS_API_URL>",
"MAX_H3_CELLS": "<your MAX_H3_CELLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bbox-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bbox-mcp-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<your MAPBOX_ACCESS_TOKEN>",
"OVERPASS_API_URL": "<your OVERPASS_API_URL>",
"MAX_H3_CELLS": "<your MAX_H3_CELLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bbox-mcp-server": {
"command": "npx",
"args": [
"-y",
"bbox-mcp-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<your MAPBOX_ACCESS_TOKEN>",
"OVERPASS_API_URL": "<your OVERPASS_API_URL>",
"MAX_H3_CELLS": "<your MAX_H3_CELLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bbox-mcp-server": {
"command": "npx",
"args": [
"-y",
"bbox-mcp-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<your MAPBOX_ACCESS_TOKEN>",
"OVERPASS_API_URL": "<your OVERPASS_API_URL>",
"MAX_H3_CELLS": "<your MAX_H3_CELLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.iamvibhorsingh%2Fbbox-mcp-server)<a href="https://mcptoplist.com/server/io.github.iamvibhorsingh%2Fbbox-mcp-server"><img src="https://mcptoplist.com/badge/io.github.iamvibhorsingh%2Fbbox-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
iamvibhorsingh
Available versions (6)
| Version | Published |
|---|---|
| 1.2.6 | Apr 6, 2026 |
| 1.2.5 | Apr 4, 2026 |
| 1.2.4 | Mar 3, 2026 |
| 1.2.3 | Mar 3, 2026 |
| 1.2.2 | Mar 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Bbox MCP Server?
- Bbox MCP Server is maintained by iamvibhorsingh, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is Bbox MCP Server listed on the Official MCP Registry?
- Yes — Bbox MCP Server is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Bbox MCP Server have?
- MCP Toplist tracks 6 versions of Bbox MCP Server, most recently published on Apr 6, 2026.
- Where can I find the source code for Bbox MCP Server?
- The source code for Bbox MCP Server is hosted at github.com/iamvibhorsingh/bbox-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.