Skip to content
VS Code

Stealthy Auto Browse for VS Code

io.github.psyb0t/stealthy-auto-browse

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

client:VS Code transport:stdio runtime:oci

Install Stealthy Auto Browse in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Stealthy Auto Browse in other clients