Discover and explore top open-source AI tools and projects—updated daily.
Empower AI with global location intelligence
Top 97.9% on SourcePulse
Mapbox MCP Server transforms AI agents into geospatially-aware systems by providing seamless access to Mapbox's location intelligence platform. It enables AI applications to understand, reason about, and interact with geographic data, benefiting developers building location-aware AI tools.
How It Works
This Node.js server implements the Model Context Protocol (MCP), acting as a bridge between AI applications and various Mapbox APIs. It offers a suite of tools for geocoding, routing, points of interest search, static map generation, and isochrone calculations, allowing AI to leverage comprehensive geospatial data.
Quick Start & Requirements
npm run build
and inspection via npx @modelcontextprotocol/inspector node dist/index.js
. Docker usage requires docker build -t mapbox-mcp-server .
and inspection via npx @modelcontextprotocol/inspector docker run -i --rm --env MAPBOX_ACCESS_TOKEN="YOUR_TOKEN" mapbox-mcp-server
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
Requires a Mapbox access token, potentially incurring costs beyond free tier usage. Functionality is tied to Mapbox's specific geospatial service offerings.
17 hours ago
Inactive