← Index

io.github.mapbox/mcp-server

io.github.mapbox/mcp-server·v99.0.0-dev·Cloud Storage
Quality Score
83
/100

Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.mapbox.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@mapbox/mcp-server"
      ],
      "env": {
        "MAPBOX_ACCESS_TOKEN": "<your-mapbox_access_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@mapbox/mcp-server"
      ],
      "env": {
        "MAPBOX_ACCESS_TOKEN": "<your-mapbox_access_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @mapbox/mcp-server
§02  Environment variables
MAPBOX_ACCESS_TOKEN
requiredsecret

Your Mapbox access token

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Cloud Storage