Skip to content
VS Code

BRYG for VS Code

io.github.flexiblepackage/bryg

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

client:VS Code transport:stdio runtime:npm

Install BRYG in VS Code

.vscode/mcp.json

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

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

BRYG in other clients