Skip to content
Cursor

Stealth Agent Browser for Cursor

io.github.ykshah1309/stealth-agent-browser-mcp

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

client:Cursor transport:stdio runtime:npm

Install Stealth Agent Browser in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "stealth-agent-browser-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "stealth-agent-browser-mcp"
      ],
      "env": {
        "SAB_HEADLESS": "<SAB_HEADLESS>",
        "SAB_STEALTH_LEVEL": "<SAB_STEALTH_LEVEL>",
        "SAB_PROXY_SERVER": "<SAB_PROXY_SERVER>",
        "SAB_PROXY_USERNAME": "<SAB_PROXY_USERNAME>",
        "SAB_PROXY_PASSWORD": "<SAB_PROXY_PASSWORD>",
        "SAB_USER_DATA_DIR": "<SAB_USER_DATA_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Stealth Agent Browser in other clients