Skip to content
Cursor

BRYG for Cursor

io.github.flexiblepackage/bryg

Drives a real Chromium browser: navigate, click, type, read pages, OCR, QR, network capture

client:Cursor transport:stdio runtime:npm

Install BRYG in Cursor

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

{
  "mcpServers": {
    "bryg": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bryg-mcp"
      ]
    }
  }
}

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

BRYG in other clients