Stealth Agent Browser
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_HEADLESSRun Chromium headless. Default: true.
SAB_STEALTH_LEVELoff | patched | paranoid. Default: patched.
SAB_PROXY_SERVEROptional proxy URL, e.g. http://host:port.
SAB_PROXY_USERNAMEsecret
Optional proxy username.
SAB_PROXY_PASSWORDsecret
Optional proxy password.
SAB_USER_DATA_DIRPersistent browser profile directory.
§03 MCP Quality Score · methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04 Alternatives in Browser Automation
ai.smithery/ImRonAI-mcp-server-browserbase
ai.smithery/ImRonAI-mcp-server-browserbase
Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…
ai.smithery/browserbasehq-mcp-browserbase
ai.smithery/browserbasehq-mcp-browserbase
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
com.onkernel/kernel-mcp-server
com.onkernel/kernel-mcp-server
Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).