Catalog
MCP Devkit Server
Officialby mapbox · TypeScript
Provides AI assistants with direct access to Mapbox developer APIs and documentation.
Enables AI assistants to access Mapbox developer APIs and documentation directly.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
MAPBOX_ACCESS_TOKENrequiredsecretYour Mapbox access token. See docs for required scopes.
claude_desktop_config.json
{
"mcpServers": {
"mcp-devkit-server": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-devkit-server@0.8.1"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<YOUR_MAPBOX_ACCESS_TOKEN>"
}
}
}
}