Mcp Server
Rank #770io.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 #770 of 58,832 servers tracked on MCP Toplist, and its repository has 341 GitHub stars. Mcp Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 8 tracked versions. It was first listed on Jun 6, 2025 and most recently updated on Apr 1, 2026.
Ranks ahead of 58,062 of 58,832 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 4 registries
mapbox
Other servers by mapbox
View all mapbox servers →Available versions (8)
| Version | Published |
|---|---|
| 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
- What is Mcp Server?
- Provides geospatial intelligence to AI agents through Mapbox APIs, enabling geocoding, routing, POI search, map images, and offline spatial calculations.
- Who maintains Mcp Server?
- Mcp Server is maintained by mapbox, which publishes 3 MCP servers (21 total versions) tracked on MCP Toplist.
- Is Mcp Server an official MCP server?
- 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 8 versions of Mcp Server, most recently published on Apr 1, 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.