Mmcp.market

BRYG MCP server

by flexiblepackage·io.github.flexiblepackage/bryg·v1.0.0

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

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

0 stars30 downloads/wk

Reviews

Write one

Nobody has reviewed BRYG yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

BRYG tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan2 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 15 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the BRYG repository's README, as published. We do not edit it. Read it on GitHub

BRYG

Your AI assistant's hands on the browser

BRYG is an MCP server that lets AI assistants drive real Chromium-based browsers — navigate, click, type, read pages, run OCR, and record network traffic. Like a human operator, on your machine.

🌐 Website · 📖 Docs · 🔒 Security · 🔑 Privacy

$3 per device/month · 14-day free trial · macOS (Apple Silicon) & Windows (x64) · Works with Google Chrome

What is BRYG?

BRYG implements the Model Context Protocol (MCP) as a plain stdio server, so any compatible client — Claude Code, Claude Desktop, Hermes, Cursor, and others — can control a Chromium browser on your machine. It gives your AI assistant 43 tools covering perception, action, and observation, designed from daily QA work rather than demos.

Note: This repository hosts BRYG's public documentation and issue tracker. The product itself is a single self-contained binary, distributed via the installer below and verified by SHA-256 checksum on download.

Get started

BRYG is a licensed product — you need a key to activate it. It takes about a minute:

  1. Get a license key — start your 14-day free trial at bryg.pages.dev and pick how many devices you need ($3 per device/month). Your license key is emailed to you (billing, cancellation, and refunds are handled in the customer portal linked in that email).
  2. Install — run the one-line installer for your OS (below).
  3. Activate — the guided setup asks for your key during install, or run bryg activate anytime.

Licensing more than one device

Each device gets its own license key, and each key activates one machine. Pick the number of devices at checkout — 3 devices is $9/month. Your own key is issued immediately; for every additional device you enter an email address, and the invitation link sent there issues that device its own key. All of your keys are listed together in the customer portal, and you can add or remove devices at any time with prorated billing.

Install

macOS

curl -fsSL https://bryg.pages.dev/install.sh | sh

Windows (PowerShell)

irm https://bryg.pages.dev/install.ps1 | iex

The installer downloads the right binary for your OS/architecture to ~/.bryg/bin/ (%USERPROFILE%\.bryg\bin\ on Windows), verifies its SHA-256 checksum, then runs a guided setup that registers BRYG with your MCP client(s), optionally installs OCR support, and activates your license key.

npm / npx — if you'd rather configure your MCP client directly (needs Node.js 18+):

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

bryg-mcp is a launcher: on first run it downloads the BRYG engine for your platform into ~/.bryg/bin, verifies its checksum, and starts it — same engine, same license, same ~/.bryg as the installers above. Activate with npx bryg-mcp activate ; every other command works the same way.

Why BRYG

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y bryg-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add bryg -- npx -y bryg-mcp
Add to Cursor

BRYG: common questions

Is BRYG MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the BRYG safety report
How do I install BRYG?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does BRYG need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is BRYG maintained?
The last commit was 16 days ago (2026-09-08). The latest release is v1.0.0.
What can I use instead of BRYG?
Servers from other publishers that do the same job: AIHawk MCP server, Openbrowser AI MCP server and Oya Browser MCP server. Compare all BRYG alternatives.

Alternatives to BRYG

Same job from other publishers: the closest match first, then the best rated.

All BRYG alternatives →
  • AIHawk
    AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.
    A
  • Openbrowser AI
    AI browser automation. Write async Python to navigate, click, type, and extract data.
    B
  • Oya Browser
    Real Chrome for agents: start a browser, read pages as numbered markdown, click, type, hand off.
    A
  • Browser Automation
    Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
    A
  • Aginx Browser
    Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.
    B

More from flexiblepackage