Skip to content
Cursor

Stealthy Auto Browse for Cursor

io.github.psyb0t/stealthy-auto-browse

Self-hosted MCP server for stealth browser automation with human-like OS-level input.

client:Cursor transport:stdio runtime:oci

Install Stealthy Auto Browse in Cursor

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

{
  "mcpServers": {
    "stealthy-auto-browse": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/stealthy-auto-browse:v2.6.12"
      ]
    }
  }
}

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

Stealthy Auto Browse in other clients