About
Overview
The Mapbox MCP Server enables AI agents to use Mapbox's geospatial platform. It provides tools for geocoding, reverse geocoding, route calculation, generating static map images, and accessing geospatial datasets.
Capabilities
Tools & Capabilities
⚡geocode
Convert address to coordinates
⚡reverse_geocode
Convert coordinates to address
⚡directions
Get route between two points
⚡static_map
Generate a static map image
Setup
Installation
bash
Install
npx -y mcp-server-mapboxExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"mapbox": {
"command": "npx",
"args": ["-y", "mcp-server-mapbox"],
"env": {
"MAPBOX_ACCESS_TOKEN": "your-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 35
Last UpdatedFeb 12, 2026