mcpbeat Sign in

Stealthy Auto Browse MCP Server

local only

Stealthy Auto Browse runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 13 Sep 2026.

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

Installs / week
not published
80
Stars
1 open issues
13 Sep 2026
Last commit
from GitHub
WTFPL
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

const result = spawnSync(process.execPath, args, { stdio: "inherit" });
Runs an external command app/main.py:873, app/recorder.py:296
            result = subprocess.run(
Image runs as root Dockerfile.dev:5
USER root

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Stealthy Auto Browse

same job, measured the same way
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only
Selenix MCP Server
by markmircea

MCP server that bridges local apps with Selenix for browser automation.

32 installs/wk local only
Agent Browser
by codechap

MCP server for browser automation via Vercel's agent-browser CLI

local only
MCP Server Browserbase
by browserbase

MCP server for AI web browser automation using Browserbase and Stagehand

4 334 installs/wk local only
Webdriverio
by webdriverio

MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)

5 275 installs/wk local only
Zen MCP
by sh6drack

MCP server for Zen Browser automation via WebDriver BiDi

84 installs/wk local only
Uindow
by uindow

Real signed-browser automation for AI agents, over a local stdio MCP server.

448 installs/wk local only
Selenium MCP
by gaforov

Selenium MCP server for AI agents — 41 browser automation tools with snapshots and sessions.

276 installs/wk local only

Stealthy Auto Browse — questions

Answers built from our own checks of this server.

Why is there no uptime for Stealthy Auto Browse?
Stealthy Auto Browse runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Stealthy Auto Browse open source?
No, and the distinction matters: its licence is declared as WTFPL. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.