Human Browser — stealth cloud browser for AI agents
@VirixLabs
About Human Browser — stealth cloud browser for AI agents
Stealth cloud browser for AI agents — residential IP, auto CAPTCHA + anti-bot, A2A/MCP. Pay-as-you-go, no subscription.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"humanbrowser": {
"command": "node",
"args": [
"examples/01-simple-scrape.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Human Browser?
Human Browser is a cloud Chromium built for AI agents that need to browse the web without triggering anti-bot systems. It integrates stealth patches, residential proxies, and captcha solving behind a single A2A 1.0 endpoint, and also exposes an MCP server for use with Claude Desktop, Cursor, and Cline. It is designed for developers who need undetectable, human-like browser automation at scale.
How to use Human Browser?
Install via npm (@virixlabs/humanbrowser). Connect your MCP client (e.g., Claude Desktop) to the remote endpoint at https://agent.humanbrowser.cloud/mcp using a bearer token, or run the MCP server locally via npx @virixlabs/humanbrowser mcp. The server exposes three tools: humanbrowser_run, humanbrowser_stream, and humanbrowser_viewer_url.
Key features of Human Browser
- Stealth engine bypasses Cloudflare ML v9, DataDome, PerimeterX, AWS WAF, and fingerprint probes
- Residential proxy pool in 60+ countries with sticky sessions
- Built-in captcha solving (reCAPTCHA, hCaptcha, Turnstile, GeeTest, and more)
- Agent loop powered by LLM (default
gpt-5.1) to drive the browser from a goal text - MCP server for Claude Desktop, Cursor, and Cline via remote or stdio
- A2A 1.0 compliant endpoint for any A2A-aware client
Use cases of Human Browser
- Scrape e-commerce or social media sites protected by advanced anti-bot stacks
- Automate form submissions and data extraction on sites that require human-like interaction
- Run AI agents that need to browse the web and return structured results
- Test web applications from a realistic, residential IP address
FAQ from Human Browser
What anti-bot systems does Human Browser bypass?
The stealth engine handles Cloudflare ML v9, DataDome, PerimeterX, AWS WAF, and fingerprint probes from sannysoft/iphey/creepjs.
Do I need my own residential proxies?
No – the cloud service includes a residential proxy pool with 60+ countries and sticky sessions. Self-hosted users must bring their own.
How is Human Browser priced?
Cloud usage is pay-as-you-go at $0.05/browser-minute, plus $4/GB for proxy bandwidth and $0.005 per captcha solve. The first $1 is free with no credit card required.
Can I self-host Human Browser?
Yes – the repository is Apache‑2.0 licensed and includes a self-host mode with launchHuman(). You provide your own proxy and captcha keys.
What MCP tools are available?
The server exposes three tools: humanbrowser_run (execute a goal), humanbrowser_stream (stream results), and humanbrowser_viewer_url (get a live preview URL).
More Browser Automation MCP servers
Puppeteer MCP Server
merajmehrabiThis MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.

Fetch
modelcontextprotocolModel Context Protocol Servers
Yoyo
firecrawl🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
BrowserTools MCP
AgentDeskAIMonitor browser logs directly from Cursor and other MCP compatible IDEs.
browser-use-mcp-server
co-browserBrowse the web, directly from Cursor etc.
Comments