Loading MCP server directory, please wait...
Provides AI assistants with direct access to Mapbox developer APIs and documentation.
npx @getmcp/cli add io.github.mapbox/mcp-devkit-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
MAPBOX_ACCESS_TOKENYour Mapbox access token. See docs for required scopes.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mapbox/mcp-devkit-server": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-devkit-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": ""
}
}
}
}