Mapbox MCP Server
@AidenYangX
About Mapbox MCP Server
MCP Server for the Mapbox API.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mapbox-mcp-server": {
"command": "node",
"args": [
"/absolute/path/to/mapbox-mcp-server/build/index.js"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "your-api-key"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mapbox MCP Server?
Mapbox MCP Server is a Model Context Protocol server that integrates with the Mapbox API to provide navigation and geocoding tools. It is designed for AI assistants like Claude to enable route planning, travel time matrices, and place search through natural language interactions.
How to use Mapbox MCP Server?
Install Node.js 16+, TypeScript 4.5+, and obtain a Mapbox API key. Add the server configuration to your Claude Desktop config file (claude_desktop_config.json) with the command node, an absolute path to the built server, and the MAPBOX_ACCESS_TOKEN environment variable. Then invoke tools like mapbox_directions, mapbox_matrix, or mapbox_geocoding with the required parameters.
Key features of Mapbox MCP Server
- Directions between coordinates or place names
- Travel time and distance matrices for multiple points
- Geocoding places into coordinates with fuzzy matching
- Support for multiple travel profiles (driving, walking, cycling)
- Language selection for geocoding and route results
- Comprehensive error handling for all API calls
Use cases of Mapbox MCP Server
- Get turn-by-turn directions between two or more addresses
- Calculate travel time matrices for logistics or delivery planning
- Convert place names or addresses to geographic coordinates
- Find nearby points of interest with type filtering
- Compare travel times and distances across different profiles
FAQ from Mapbox MCP Server
What are the prerequisites for using Mapbox MCP Server?
Node.js 16 or higher, TypeScript 4.5 or higher, and a valid Mapbox API key obtained from the Mapbox console.
How do I configure the server for Claude Desktop?
Add an entry under mcpServers in claude_desktop_config.json with command: "node", args pointing to the server build file, and env containing MAPBOX_ACCESS_TOKEN.
What rate limits apply to the Mapbox APIs used?
Directions API: 300 requests per minute. Matrix API: 60 requests per minute for driving/walking/cycling, 30 for driving-traffic. Geocoding API: 600 requests per minute.
What tools are available in Mapbox MCP Server?
Five tools: mapbox_directions, mapbox_directions_by_places, `map
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Servers
modelcontextprotocolModel Context Protocol Servers
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments