mcpbeat Sign in

Nexus Browser MCP Server

by paipaipai666 Your server? Claim it
local only

Nexus Browser MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 536 installs a week from pypi. Last commit 2 Sep 2026.

Event-driven deterministic browser MCP: HITL gates, audit, console/network/perf observability.

Installs per day peak 951 · avg 90 · +288% w/w
a month agotoday
536
Installs / week
pypi · nexus-browser-mcp
0
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 17 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.

                    dest = os.path.join(d, f"{int(time.time())}_{fn}")

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 nexus-browser-mcp -- uvx nexus-browser-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nexus-browser-mcp": {
      "args": [
        "nexus-browser-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nexus-browser-mcp]
command = "uvx"
args = ["nexus-browser-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "nexus-browser-mcp": {
      "args": [
        "nexus-browser-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nexus-browser-mcp": {
      "args": [
        "nexus-browser-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Nexus Browser MCP

same job, measured the same way
Playwright Network Chaos MCP
by vola-trebla

MCP server that gives AI agents dynamic network chaos control over Playwright browser sessions

17 installs/wk local only
shaft-mcp
by shafthq

SHAFT browser automation, capture, and offline deterministic failure diagnosis

local only
Feedthrough
by feedthrough

Debug bridge inside your web app: an agent reads the DOM, console and network. Any browser.

270 installs/wk local only
peek
by cubenest

Exposes recorded browser sessions (rrweb DOM, console, network) to AI coding agents, fully local

188 installs/wk local only
BRYG
by flexiblepackage

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

26 installs/wk local only
Browserbash
by pramoddutta

Plain-English browser tests for AI agents: real Chrome, deterministic verdicts. Free, no API keys.

97 installs/wk local only
Slickfast
by slickfast

Render 47 chart types and tiled dashboards as PNG/SVG. Deterministic, no headless browser.

795 installs/wk answering
Personae
by leek-emperor

Control specific, already-open account-isolated Personae browser identities with MCP.

local only

Nexus Browser MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Nexus Browser MCP?
Nexus Browser MCP 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 pypi package nexus-browser-mcp was installed 536 times last week.
How do I connect Nexus Browser MCP?
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 nexus-browser-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Nexus Browser MCP?
The pypi package nexus-browser-mcp was installed 536 times in the last week. Week over week that is +288%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nexus Browser MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.