← Index

io.github.mapbox/mcp-devkit-server

io.github.mapbox/mcp-devkit-server·v0.6.0·Cloud Storage
Quality Score
80
/100

Provides AI assistants with direct access to Mapbox developer APIs and documentation.

§01  Install
Remote endpoint

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

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

Your Mapbox access token. See docs for required scopes.

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