Odel
Stealthy Auto Browse

Stealthy Auto Browse

Local
@psyb0t72PythonWTFPLUpdated 5 days ago

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

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

Dockerdocker.io/psyb0t/stealthy-auto-browse:v2.6.9

Run

docker run -i --rm docker.io/psyb0t/stealthy-auto-browse:v2.6.9

MCP client config

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