MCP Server
Rank #872io.github.mapbox/mcp-server
Provides geospatial intelligence to AI agents through Mapbox APIs, enabling geocoding, routing, POI search, map images, and offline spatial calculations.
MCP Server is a Model Context Protocol (MCP) server published by mapbox. It ranks #872 of 76,851 servers tracked on MCP Toplist, and its repository has 348 GitHub stars. MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 10 tracked versions. It was first listed on Jun 6, 2025 and most recently updated on Jun 15, 2026.
Ranks ahead of 75,979 of 76,851 servers on MCP Toplist.
Use MCP Server
Add MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"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.
Listed on 1 registry (3 delisted)
mapbox
Other servers by mapbox
View all mapbox servers →Available versions (10)
| Version | Published |
|---|---|
| 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 (25 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 10 versions of MCP Server, most recently published on Jun 15, 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.