Stealthy Auto Browse MCP Server

Stealth browser automation that actually works. Runs Camoufox (custom Firefox) in Docker with zero Chrome DevTools Protocol exposure, real OS-level mouse and keyboard input via PyAutoGUI, and a JSON HTTP API + MCP server to control it all remotely. Watch it live via noVNC. Run a single instance or spin up a cluster behind HAProxy with Redis cookie sync, request queuing, and sticky sessions. Drive it with curl, pipe…

People who need browser automation tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 72 · #138 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

WTFPL · Python servers · how we verify → /methodology

01 · Install Stealthy Auto Browse

before you install - you'll need

Set VIRTUAL_CAMERA_FILE, VIRTUAL_MICROPHONE_FILE, TARGET_URL before connecting. AUTH_TOKEN is optional or environment-specific per the README.

Docker

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

Claude Desktop - add to config

{
  "mcpServers": {
    "psyb0t-docker-stealthy-auto-browse": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/stealthy-auto-browse:v2.6.7"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license WTFPL - declared in the repository

registry namespace io.github.psyb0t is GitHub-verified and matches the repo owner

03 · What Stealthy Auto Browse can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- system_click reliability - OS-level mouse clicks can land in the wrong place if the window offset is stale. Needs a more robust coordinate mapping solution so it works reliably without manual calibrate calls.

Latest releases

v2.6.7 · 2026-08-23

v2.6.0 · 2026-08-23

v2.5.2 · 2026-08-14

04 · Who maintains Stealthy Auto Browse

Stealthy Auto Browse is maintained by psyb0t. We track 13 MCP servers from psyb0t - 13 actively maintained, 110 combined GitHub stars, oldest repo from Jun 2025. Full record: all servers from psyb0t.

  1. Claudebox Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP. ★ 19
  2. Talkies Self-hosted MCP server for speech: ASR transcription, TTS synthesis, and file staging tools. ★ 5
  3. HybridS3 Self-hosted S3-compatible object storage server with an MCP interface for AI agents. ★ 4
  4. Audiolla Self-hosted MCP server: audio stems, mastering, MIR analysis, DSP, MIDI, speech tools. ★ 2
  5. Pibox Self-hosted MCP server: pi-coding-agent tools (run_prompt, file ops) over streamable HTTP. ★ 2
  6. Predictalot Self-hosted MCP server for time-series forecasting and tabular ML via foundation models. ★ 2

05 · Facts

category
browser automation - ranked #138 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-23)
registry
io.github.psyb0t/stealthy-auto-browse (active, first published 2026-07-26 · 14 versions)
packages
oci:docker.io/psyb0t/stealthy-auto-browse:v2.6.7

06 · Stealthy Auto Browse FAQ

What is Stealthy Auto Browse?

Stealth browser automation that actually works. Runs Camoufox (custom Firefox) in Docker with zero Chrome DevTools Protocol exposure, real OS-level mouse and keyboard input via PyAutoGUI, and a JSON HTTP API + MCP server to control it all remotely. Watch it live via noVNC. Run a single instance or spin up a cluster behind HAProxy with Redis cookie sync, request queuing, and sticky sessions. Drive it with curl, pipe…

Is Stealthy Auto Browse still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Stealthy Auto Browse?

Run `docker run -i --rm docker.io/psyb0t/stealthy-auto-browse:v2.6.7`. The README documents 4 environment variables (VIRTUAL_CAMERA_FILE, VIRTUAL_MICROPHONE_FILE, TARGET_URL…) to set first. Set VIRTUAL_CAMERA_FILE, VIRTUAL_MICROPHONE_FILE, TARGET_URL before connecting. AUTH_TOKEN is optional or environment-specific per the README. You can also paste the ready-made client config above.

07 · Alternatives to Stealthy Auto Browse

More browser automation MCP servers · Fetchpet · Good Eggs · Playwright Stealth · CLI · QualityMax QA MCP

More Python MCP servers · Talkies · SAGE Wrapper · Markdown Vault MCP · Scholar MCP · Aiogram MCP · see all