Mapbox
OfficialbyMapbox
Full geospatial: geocoding, routing, POI search, isochrones, and static maps.
API Key Required
Configuration
{
"mcpServers": {
"mapbox": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mapbox"
],
"env": {
"MAPBOX_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.