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
We read the source, 18 h ago · rules 3dff92dd89df
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.
этот файл ставится пользователю, но в репозитории его нет
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.
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.
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.
claude mcp add bryg -- npx -y bryg-mcp
{
"mcpServers": {
"bryg": {
"args": [
"-y",
"bryg-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.bryg]
command = "npx"
args = ["-y", "bryg-mcp"]
{
"mcpServers": {
"bryg": {
"args": [
"-y",
"bryg-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"bryg": {
"args": [
"-y",
"bryg-mcp"
],
"command": "npx"
}
}
}
AI browser automation. Write async Python to navigate, click, type, and extract data.
Automate cloud Chrome—navigate, click, type, screenshot, run code, record screen video
Browser MCP: drive a real Chromium via Playwright with compact ref-addressable page snapshots
Capture batches of public web pages in a real browser and download the screenshots as a zip.
Drive a stealth-patched Chromium daemon: navigate, screenshot, eval JS, attach over CDP.
AI browser automation - navigate, click, type, extract content, and run autonomous web tasks
Pure-Go browser for AI: fetch pages, render JS without Chromium, return clean Markdown over MCP.
End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.
Answers built from our own checks of this server.