Eyebrowse runs on your own machine — the client starts it, so there is no endpoint to ping. 141 installs a week from pypi. Last commit 18 Jun 2026.
Stealthy, LLM-drivable browser engine — a Python library + 85-tool MCP server on stealth Chromium.
We read the source, 20 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.
record_har_path = os.path.join(har_dir, f"{secrets.token_hex(4)}.har")
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 eyebrowse -- uvx eyebrowse
{
"mcpServers": {
"eyebrowse": {
"args": [
"eyebrowse"
],
"command": "uvx"
}
}
}
[mcp_servers.eyebrowse]
command = "uvx"
args = ["eyebrowse"]
{
"mcpServers": {
"eyebrowse": {
"args": [
"eyebrowse"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"eyebrowse": {
"args": [
"eyebrowse"
],
"command": "uvx"
}
}
}
Stealth browser MCP server — anti-detection Chromium with snapshot-first agent interface
Stealth Chromium MCP server with hybrid AOM + Set-of-Mark vision and Readability extraction.
Browser MCP: drive a real Chromium via Playwright with compact ref-addressable page snapshots
Self-hosted stealth browser for AI agents: Firefox engine + Rust MCP runtime
MCP server + Chrome extension for AI browser control with real sessions.
LionScraper Python: MCP stdio + CLI + HTTP API bridging AI to LionScraper browser extension.
Self-hosted MCP server for stealth browser automation with human-like OS-level input.
MCP server that drives the real Chrome you already use, through an extension and CDP.
Answers built from our own checks of this server.