MCP Devkit Server
Rank #1,682io.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 #1,682 of 76,851 servers tracked on MCP Toplist, and its repository has 58 GitHub stars. MCP Devkit Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Jul 28, 2025 and most recently updated on Jun 11, 2026.
Ranks ahead of 75,169 of 76,851 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 (1 delisted)
mapbox
Other servers by mapbox
View all mapbox servers →Available versions (9)
| Version | Published |
|---|---|
| 0.8.1 | Jun 11, 2026 |
| 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
- Who maintains MCP Devkit Server?
- MCP Devkit Server is maintained by mapbox, which publishes 3 MCP servers (25 total versions) tracked on MCP Toplist.
- Is MCP Devkit Server listed on the Official MCP Registry?
- Yes — MCP Devkit Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Devkit Server have?
- MCP Toplist tracks 9 versions of MCP Devkit Server, most recently published on Jun 11, 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.