HomeOther › mcp-devkit-server

mcp-devkit-server

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

TypeScript Remote
★ 60 stars Last pushed 2026-09-09 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp-devkit.mapbox.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp-devkit-server https://mcp-devkit.mapbox.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-devkit-server": {
      "url": "https://mcp-devkit.mapbox.com/mcp"
    }
  }
}

Package (npm 0.8.2)

npx -y @mapbox/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-devkit-server": {
      "command": "npx",
      "args": [
        "-y",
        "@mapbox/[email protected]"
      ],
      "env": {
        "MAPBOX_ACCESS_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • MAPBOX_ACCESS_TOKEN required secret — Your Mapbox access token. See docs for required scopes.

Related servers

Data from the Official MCP Registry