mcpbeat Sign in

Stealth Agent Browser MCP Server

local only

Stealth Agent Browser runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 14 Apr 2026.

Stealth Chromium MCP server with hybrid AOM + Set-of-Mark vision and Readability extraction.

Installs per day peak 26 · avg 11 · -43% w/w
a month agotoday
41
Installs / week
npm · stealth-agent-browser-mcp
1
Stars
0 open issues
14 Apr 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Stealth Agent Browser every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: SAB_HEADLESS (Run Chromium headless. Default: true.), SAB_STEALTH_LEVEL (off | patched | paranoid. Default: patched.), SAB_PROXY_SERVER (Optional proxy URL, e.g. http://host:port.), SAB_PROXY_USERNAME (Optional proxy username.), SAB_PROXY_PASSWORD (Optional proxy password.), SAB_USER_DATA_DIR (Persistent browser profile directory.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Stealth Agent Browser

same job, measured the same way
CloakMCP
by overtimepog

Stealth browser MCP server — anti-detection Chromium with snapshot-first agent interface

106 installs/wk local only
Real Browser
by ofershap

MCP server + Chrome extension for AI browser control with real sessions.

83 installs/wk local only
Scout
by klarlabs-studio

Browser automation MCP server with 84 tools. Pure CDP, DOM diffing, vision hybrid.

local only
Scout
by felixgeelhaar

Browser automation MCP server with 84 tools. Pure CDP, DOM diffing, vision hybrid.

local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only
Ghostdom
by walkojas-boop

Headless-browser-as-JSON with memorymarket cache economics. Real Chromium, crypto settlement.

answering
One Search MCP
by yokingma

Web search, URL discovery, scraping & extraction with agent-browser and search providers

173 installs/wk local only
Eyebrowse
by evil-bane

Stealthy, LLM-drivable browser engine — a Python library + 85-tool MCP server on stealth Chromium.

141 installs/wk local only

Stealth Agent Browser — questions

Answers built from our own checks of this server.

Why is there no uptime for Stealth Agent Browser?
Stealth Agent Browser 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 stealth-agent-browser-mcp was installed 41 times last week.
How do I connect Stealth Agent Browser?
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 stealth-agent-browser-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Stealth Agent Browser?
The npm package stealth-agent-browser-mcp was installed 41 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Stealth Agent Browser open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 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.