Odel
BRYG

BRYG

Local
@flexiblepackageUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbryg-mcpv1.0.0

Run

npx -y bryg-mcp

MCP client config

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