Stealth Chromium MCP server with hybrid AOM + Set-of-Mark vision and Readability extraction.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y stealth-agent-browser-mcp
MCP client config
{
"mcpServers": {
"stealth-agent-browser": {
"command": "npx",
"args": [
"-y",
"stealth-agent-browser-mcp"
]
}
}
}