Knowledge Systems
Trust: 44/100 (Fair)io.github.mapbox/mcp-devkit-server Guide
Provides AI assistants with direct access to Mapbox developer APIs and documentation.
43 starsby mapbox
Quick Start
Install
npx @mapbox/mcp-devkit-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-mapbox-mcp-devkit-server": {
"command": "npx",
"args": [
"@mapbox/mcp-devkit-server"
]
}
}
}