Loading MCP server directory, please wait...
Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.
npx @getmcp/cli add io.github.mapbox/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
MAPBOX_ACCESS_TOKENYour Mapbox access token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mapbox/mcp-server": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": ""
}
}
}
}