MCP Server
Rank #556io.github.mapbox/mcp-server
Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.
MCP Server is a Model Context Protocol (MCP) server published by mapbox. It ranks #556 of 115,460 servers tracked on MCP Toplist, and its repository has 353 GitHub stars. MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 12 tracked versions. It was first listed on Jun 6, 2025 and most recently updated on Jul 30, 2026.
Ranks ahead of 114,904 of 115,460 servers on MCP Toplist.
Use MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mapbox https://mcp.mapbox.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add mapbox -e "MAPBOX_ACCESS_TOKEN=<your MAPBOX_ACCESS_TOKEN>" -- npx -y @mapbox/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.mapbox]
url = "https://mcp.mapbox.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mapbox]
command = "npx"
args = ["-y", "@mapbox/mcp-server"]
[mcp_servers.mapbox.env]
MAPBOX_ACCESS_TOKEN = "<your MAPBOX_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.mapbox.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mapbox": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<your MAPBOX_ACCESS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mapbox": {
"url": "https://mcp.mapbox.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mapbox": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<your MAPBOX_ACCESS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mapbox": {
"type": "http",
"url": "https://mcp.mapbox.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mapbox": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<your MAPBOX_ACCESS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mapbox": {
"serverUrl": "https://mcp.mapbox.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mapbox": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<your MAPBOX_ACCESS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mapbox": {
"url": "https://mcp.mapbox.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mapbox": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<your MAPBOX_ACCESS_TOKEN>"
}
}
}
}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.mapbox%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.mapbox%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.mapbox%2Fmcp-server.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
mapbox
Other servers by mapbox
View all mapbox servers →Available versions (12)
| Version | Published |
|---|---|
| 0.13.0 | Jul 30, 2026 |
| 0.13.0-dev | Jul 29, 2026 |
| 0.12.5 | Jun 15, 2026 |
| 0.12.3 | Jun 11, 2026 |
| 0.11.0 | Apr 1, 2026 |
| 0.9.2-dev | Mar 13, 2026 |
| 99.0.0-dev | Mar 10, 2026 |
| 0.9.0 | Feb 24, 2026 |
| 0.6.1 | Oct 28, 2025 |
| 0.5.5 | Oct 7, 2025 |
| 0.5.4-dev-5 | Sep 30, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by mapbox, which publishes 3 MCP servers (28 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does MCP Server have?
- MCP Toplist tracks 12 versions of MCP Server, most recently published on Jul 30, 2026.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/mapbox/mcp-server.