Odel
Stealth Agent Browser

Stealth Agent Browser

Local
@ykshah13091TypeScriptApache-2.0Updated 4mo ago

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).

npmstealth-agent-browser-mcpv0.2.0

Run

npx -y stealth-agent-browser-mcp

MCP client config

{
  "mcpServers": {
    "stealth-agent-browser": {
      "command": "npx",
      "args": [
        "-y",
        "stealth-agent-browser-mcp"
      ]
    }
  }
}