← Index

Stealth Agent Browser

io.github.ykshah1309/stealth-agent-browser-mcp·v0.2.0·Browser Automation
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "stealth-agent-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stealth-agent-browser-mcp"
      ],
      "env": {
        "SAB_HEADLESS": "true",
        "SAB_STEALTH_LEVEL": "patched",
        "SAB_PROXY_SERVER": "<sab_proxy_server>",
        "SAB_PROXY_USERNAME": "<your-sab_proxy_username>",
        "SAB_PROXY_PASSWORD": "<your-sab_proxy_password>",
        "SAB_USER_DATA_DIR": "<sab_user_data_dir>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "stealth-agent-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stealth-agent-browser-mcp"
      ],
      "env": {
        "SAB_HEADLESS": "true",
        "SAB_STEALTH_LEVEL": "patched",
        "SAB_PROXY_SERVER": "<sab_proxy_server>",
        "SAB_PROXY_USERNAME": "<your-sab_proxy_username>",
        "SAB_PROXY_PASSWORD": "<your-sab_proxy_password>",
        "SAB_USER_DATA_DIR": "<sab_user_data_dir>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y stealth-agent-browser-mcp
§02  Environment variables
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
secret

Optional proxy username.

SAB_PROXY_PASSWORD
secret

Optional proxy password.

SAB_USER_DATA_DIR

Persistent browser profile directory.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Browser Automation