MCP Devkit Server
Rank #1340io.github.mapbox/mcp-devkit-server
Provides AI assistants with direct access to Mapbox developer APIs and documentation.
MCP Devkit Server is a Model Context Protocol (MCP) server published by mapbox. It ranks #1340 of 58,832 servers tracked on MCP Toplist, and its repository has 56 GitHub stars. MCP Devkit Server is listed across 2 registries — Official MCP and PulseMCP, with 8 tracked versions. It was first listed on Jul 28, 2025 and most recently updated on May 5, 2026.
Ranks ahead of 57,492 of 58,832 servers on MCP Toplist.
Use MCP Devkit Server
Add MCP Devkit Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"mcp-devkit-server": {
"url": "https://mcp-devkit.mapbox.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-devkit-server": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-devkit-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<your MAPBOX_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries
mapbox
Other servers by mapbox
View all mapbox servers →Available versions (8)
| Version | Published |
|---|---|
| 0.8.0 | May 5, 2026 |
| 0.7.1-dev | May 5, 2026 |
| 0.6.0 | Apr 1, 2026 |
| 0.5.2-dev | Mar 13, 2026 |
| 0.5.0 | Feb 24, 2026 |
| 0.4.6 | Oct 28, 2025 |
| 0.4.6-dev-2 | Oct 28, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is MCP Devkit Server?
- Provides AI assistants with direct access to Mapbox developer APIs and documentation.
- Who maintains MCP Devkit Server?
- MCP Devkit Server is maintained by mapbox, which publishes 3 MCP servers (21 total versions) tracked on MCP Toplist.
- Is MCP Devkit Server an official MCP server?
- Yes — MCP Devkit Server is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does MCP Devkit Server have?
- MCP Toplist tracks 8 versions of MCP Devkit Server, most recently published on May 5, 2026.
- Where can I find the source code for MCP Devkit Server?
- The source code for MCP Devkit Server is hosted at github.com/mapbox/mcp-devkit-server.