MCP Devkit Server
Rank #1,547io.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,547 of 115,460 servers tracked on MCP Toplist, and its repository has 60 GitHub stars. MCP Devkit Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 10 tracked versions. It was first listed on Jul 28, 2025 and most recently updated on Jul 30, 2026.
Ranks ahead of 113,913 of 115,460 servers on MCP Toplist.
Use MCP Devkit Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp-devkit-server https://mcp-devkit.mapbox.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add mcp-devkit-server -e "MAPBOX_ACCESS_TOKEN=<your MAPBOX_ACCESS_TOKEN>" -- npx -y @mapbox/mcp-devkit-serverReplace each placeholder with your own value before saving.
[mcp_servers.mcp-devkit-server]
url = "https://mcp-devkit.mapbox.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mcp-devkit-server]
command = "npx"
args = ["-y", "@mapbox/mcp-devkit-server"]
[mcp_servers.mcp-devkit-server.env]
MAPBOX_ACCESS_TOKEN = "<your MAPBOX_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp-devkit.mapbox.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. 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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-devkit-server": {
"url": "https://mcp-devkit.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": {
"mcp-devkit-server": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-devkit-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": {
"mcp-devkit-server": {
"type": "http",
"url": "https://mcp-devkit.mapbox.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mcp-devkit-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-devkit-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": {
"mcp-devkit-server": {
"serverUrl": "https://mcp-devkit.mapbox.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. 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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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.
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-devkit-server)<a href="https://mcptoplist.com/server/io.github.mapbox%2Fmcp-devkit-server"><img src="https://mcptoplist.com/badge/io.github.mapbox%2Fmcp-devkit-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
mapbox
Other servers by mapbox
View all mapbox servers →Available versions (10)
| Version | Published |
|---|---|
| 0.8.2 | Jul 30, 2026 |
| 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 (28 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 10 versions of MCP Devkit Server, most recently published on Jul 30, 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.