ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Mapbox with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Geocode addresses, get directions, calculate distances and generate maps with Mapbox's location platform.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 8 capabilities

The complete Mapbox capability set.

These are the exact actions your AI can choose when you ask it to work with Mapbox.

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 8 available through Mapbox.

  1. 01

    Get directions

    Returns route distance, duration, geometry, step-by-step instructions and maneuver data. Supports driving (mapbox/driving), walking (mapbox/walking) and cycling (mapbox/cycling) profiles. Coordinates are semicolon-separated "longitude,latitude" pairs (e.g. "-77.0365,38.8977;-74.006,40.7128" for DC to NYC). Get driving, walking or cycling directions

  2. 02

    Get distance matrix

    Useful for logistics, delivery routing and travel planning. Returns a matrix of durations (seconds) and distances (meters) between all source-destination pairs. Coordinates are semicolon-separated "lon,lat" pairs. Supports driving, walking and cycling profiles. Get travel times between multiple origins and destinations

  3. 03

    Get static map

    Returns a direct image URL that can be used in markdown, HTML or downloaded. Supports customizable zoom level and image dimensions. Generate a static map image for a location

  4. 04

    Search nearby

    Returns nearby places with names, addresses, categories, distances and coordinates. Use query to search for specific types of places (e.g. "restaurant", "gas station", "hotel"). Search for places near coordinates

Capability set02 / 02

05-08

4 capabilities in this set.

Part of 8 available through Mapbox.

  1. 05

    Geocode

    Returns the place name, coordinates, address components (street, city, state, postal code, country), place type and bounding box. Use this to find coordinates for use with directions, distance matrix and other capabilities. Convert a place name to coordinates

  2. 06

    Get elevation

    Useful for hiking, aviation and geographic research. Coordinates are comma-separated "lon,lat" pairs. Get elevation for coordinates

  3. 07

    Get isochrone

    Returns polygon contours showing the reachable area. Useful for determining service areas, commute ranges and accessibility. Coordinates are "lon,lat". Get reachable area within a time or distance

  4. 08

    Reverse geocode

    Returns the nearest address, city, state, country and other location details. Convert coordinates to an address

Observed, not estimated

1007ms average. Fast in production.

Mapbox is checked daily against the live service.

Daily averagePeak 1042ms
Aug 22Today
Fastest day
774ms
Slowest day
1042ms
14-day trend
Improving-12%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 8 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Mapbox, so you can see the experience inside your AI.

It does not authenticate your account with Mapbox. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Mapbox Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_znXoExoBtQ0oul4gKnIo9Zrl1E5NxISlrMn5Yhah/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Mapbox capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "mapbox-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_znXoExoBtQ0oul4gKnIo9Zrl1E5NxISlrMn5Yhah/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Mapbox owners ask.

  • 01

    How do I get a Mapbox Access Token?

    Sign up for a free account at account.mapbox.com, go to Access Tokens and create a new token. Copy the token. it starts with pk..

  • 02

    Can I get driving directions?

    Yes! Use get_directions with coordinates and the 'driving' profile. Returns route distance, duration, step-by-step instructions and geometry. Also supports 'walking' and 'cycling' profiles.

  • 03

    What are isochrones used for?

    Isochrones show the area reachable within a specific time or distance from a location. Useful for delivery zones, commute analysis, real estate proximity and accessibility planning.

  • 04

    Can I calculate distances between multiple locations?

    Yes! Use get_distance_matrix with multiple coordinate pairs. Returns a matrix of durations (seconds) and distances (meters) between all source-destination pairs. Supports driving, walking and cycling profiles.