Skip to content
Cursor

mcp devkit server for Cursor

io.github.mapbox/mcp-devkit-server

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

client:Cursor transport:streamable-http runtime:npm

Install mcp devkit server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp devkit server in other clients