How to Use the Mapbox MCP in Claude Code
Run high-volume geocoding and routing commands directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Mapbox MCP to Claude Code
Create your Vinkius account to connect Mapbox to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Run terminal-based routing with Claude Code
The `get_directions` tool outputs raw routing geometries and step-by-step maneuvers directly into your terminal. This MCP Server lets you pipe this navigation data into local shell scripts or log files for automated fleet tracking. We don't need a heavy GIS interface to check a route. The CLI agent queries the driving profiles, parses the semicolon-separated coordinates, and spits out clean JSON to stdout.
Automate spatial analysis using this MCP Server
The `get_isochrone` tool generates reachable area polygons based on time or distance limits. Claude Code processes this spatial data to run automated server-side checks, determining if a coordinate falls within a specific delivery zone. This headless execution pattern is perfect for cron jobs. Our CLI agent runs the analysis, processes the coordinate contours, and triggers your deployment scripts without any manual intervention.
Fetch elevation profiles from the command line
The `get_elevation` tool returns the exact height in meters for any coordinate pair. Claude Code can batch-process lists of coordinates from a CSV file, appending the elevation data to each row via terminal commands. No custom Python scripts are required to parse raster data. Your shell gets the spatial query results and metric elevation directly.
Set up Mapbox MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seemapbox-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Mapbox transactions." It will automatically discover and invoke the available Mapbox tools.
claude mcp add --transport http mapbox-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Mapbox MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Mapbox MCP today
We host it, we monitor it, we maintain it. You just paste one token.