mapbox-mcp.md

Mapbox MCP

UI AppFeatured
from"mapbox"
2.1k

Official Mapbox MCP for geocoding, routing, isochrones, and offline geospatial calculations

Visualization
Mapboxmapsgeocodingrouting
install.sh
# Clone the repository
$git clone https://github.com/mapbox/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve