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