Skip to content
VS Code

mcp devkit server for VS Code

io.github.mapbox/mcp-devkit-server

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

client:VS Code transport:streamable-http runtime:npm

Install mcp devkit server in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-devkit-server": {
      "type": "http",
      "url": "https://mcp-devkit.mapbox.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp devkit server in other clients