mcpbeat Sign in

BRYG MCP Server

by flexiblepackage Your server? Claim it
local only

BRYG runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 8 Sep 2026.

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

Installs per day peak 19 · avg 1
a month agotoday
26
Installs / week
npm · bryg-mcp
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
NOASSERTION
License
language unknown

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/bryg-mcp.mjs:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] bin/bryg-mcp.mjs:83
    return String(execFileSync(BIN, ["--version"], { encoding: "utf8", timeout: 15000 })).trim().split(/\s+/)[1];

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bryg -- npx -y bryg-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bryg": {
      "args": [
        "-y",
        "bryg-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bryg]
command = "npx"
args = ["-y", "bryg-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bryg": {
      "args": [
        "-y",
        "bryg-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bryg": {
      "args": [
        "-y",
        "bryg-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to BRYG

same job, measured the same way
Openbrowser AI
by openbrowser

AI browser automation. Write async Python to navigate, click, type, and extract data.

666 installs/wk local only
Remote Browser MCP Server from MCPBundles
by mcpbundles

Automate cloud Chrome—navigate, click, type, screenshot, run code, record screen video

answering
I
Vew MCP
by yawlabs

Browser MCP: drive a real Chromium via Playwright with compact ref-addressable page snapshots

46 installs/wk local only
C
url2image
by url2image

Capture batches of public web pages in a real browser and download the screenshots as a zip.

5 tools answering
Sendblue Browser MCP
by sendblue-api

Drive a stealth-patched Chromium daemon: navigate, screenshot, eval JS, attach over CDP.

17 installs/wk local only
Browser Use
by therealtimex

AI browser automation - navigate, click, type, extract content, and run autonomous web tasks

44 installs/wk local only
Unblink
by christopherdavenport

Pure-Go browser for AI: fetch pages, render JS without Chromium, return clean Markdown over MCP.

local only
Smolanalytics
by arjun0606

End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.

719 installs/wk local only

BRYG — questions

Answers built from our own checks of this server.

Why is there no uptime for BRYG?
BRYG runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package bryg-mcp was installed 26 times last week.
How do I connect BRYG?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bryg-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use BRYG?
The npm package bryg-mcp was installed 26 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BRYG open source?
We cannot say that it is. On our reading no licence is declared for it, which is not the same as open source: source code can be public and still be proprietary. Check the terms with the vendor before you build on it.