mcp-devkit-server

mapbox/mcp-devkit-server
★ 50 stars TypeScript 📦 Other Updated today
Developer-focused Mapbox MCP Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-devkit-server": {
      "command": "npx",
      "args": [
        "-y",
        "mapbox/mcp-devkit-server"
      ]
    }
  }
}