Skip to content
Cline

BRYG for Cline

io.github.flexiblepackage/bryg

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

client:Cline transport:stdio runtime:npm

Install BRYG in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

BRYG in other clients