mapbox-mcp-server
11
Mapbox MCP Server is a Model Context Protocol Server designed to interface with the Mapbox API, offering tools for navigation and search functionalities. It includes features for getting directions, calculating travel time matrices, and geocoding. The server supports comprehensive error handling and is structured for easy deployment.
node
{ "mcpServers": { "mapbox-mcp-server": { "command": "node", "args": [ "/absolute/path/to/mapbox-mcp-server/build/index.js" ], "env": { "MAPBOX_ACCESS_TOKEN": "your-api-key" } } } }