MCP.so
登录
H

Human Browser — stealth cloud browser for AI agents

@VirixLabs

关于 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.

基本信息

分类

浏览器自动化

传输方式

stdio

发布者

VirixLabs

提交者

Virix Labs

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "humanbrowser": {
      "command": "node",
      "args": [
        "examples/01-simple-scrape.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

浏览器自动化 分类下的更多 MCP 服务器