Mapbox MCP Server
@AidenYangX
关于 Mapbox MCP Server
MCP Server for the Mapbox API.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mapbox-mcp-server": {
"command": "node",
"args": [
"/absolute/path/to/mapbox-mcp-server/build/index.js"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "your-api-key"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论