Back to Apps

Mapbox MCP Server
Supports UIby mapbox
Bring geospatial intelligence to AI agents with geocoding, routing, and map image generation.
0 stars
Works in:VS Code CopilotCursorGoose
Exposes:ToolsResources
What it does
Provides AI agents with comprehensive location intelligence via Mapbox APIs, enabling tasks like finding POIs, calculating travel times, and generating static maps.
Tools
search_and_geocode: Search for POIs, addresses, and places.directions: Get routing directions for driving, walking, and cycling.static_image: Generate static map images with markers and polylines.isochrone: Compute reachable areas within specific time/distance constraints.matrix: Calculate travel times and distances between multiple points.map_matching: Snap GPS traces to the road network.optimization: Find the optimal route through multiple locations.reverse_geocoding: Convert coordinates to human-readable addresses.distance,bearing,midpoint,centroid,area,bounding_box,buffer,simplify: Offline geospatial calculations using Turf.js.
Installation
Use the hosted endpoint https://mcp.mapbox.com/mcp or configure the local server in claude_desktop_config.json:
{
"mcpServers": {
"mapbox": {
"command": "npx",
"args": ["-y", "@mapbox/mcp-server"],
"env": {
"MAPBOX_ACCESS_TOKEN": "your_token_here"
}
}
}
}
Supported hosts
- Claude Desktop
- VS Code Copilot
- Claude Code
- Goose
- Cursor
Quick install
npx -y @mapbox/mcp-serverInformation
- Pricing
- freemium
- Published
- 4/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the MCP server configuration to cursor settings using npx @mapbox/mcp-server.Claude Desktop
{
"mcpServers": {
"mapbox": {
"command": "npx",
"args": ["-y", "@mapbox/mcp-server"],
"env": {
"MAPBOX_ACCESS_TOKEN": "your_token_here"
}
}
}
}





