MCP.so
Sign In
Servers

Mapbox MCP Server

@AidenYangX

MCP Server for the Mapbox API.

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

Tags

More from Other