MCP Server
io.github.mapbox/mcp-devkit-server MCP Server
io.github.mapbox/mcp-devkit-server
What is the io.github.mapbox/mcp-devkit-server MCP server?
Provides AI assistants with direct access to Mapbox developer APIs and documentation.
How to install io.github.mapbox/mcp-devkit-server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
MAPBOX_ACCESS_TOKENrequiredsecretYour Mapbox access token. See docs for required scopes.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-devkit-server": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-devkit-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<YOUR_MAPBOX_ACCESS_TOKEN>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-devkit-server": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-devkit-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<YOUR_MAPBOX_ACCESS_TOKEN>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-devkit-server": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-devkit-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<YOUR_MAPBOX_ACCESS_TOKEN>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-devkit-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-devkit-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<YOUR_MAPBOX_ACCESS_TOKEN>"
}
}
}
}Claude Code
claude mcp add mcp-devkit-server --env MAPBOX_ACCESS_TOKEN=<YOUR_MAPBOX_ACCESS_TOKEN> -- npx -y @mapbox/mcp-devkit-serverRelated MCP servers
AI access to Mapbox docs, API references, style specs, and guides. No token required.
View repository →Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.
View repository →