Browser Forest

Phiên trình duyệt đám mây ẩn danh cho các tác nhân AI: điều hướng, trích xuất, nhấp chuột và giải captcha trên các trang web chặn tự động hóa.

GitHub
1
Dùng thử MCP nàyĐược tài trợ

Tài liệu

Browser Forest MCP Server

License: MIT

Anti-detect cloud browser for AI agents. Browser Forest is a cloud browser API built on a kernel-patched Chromium (31 Chromium + 4 V8 patches). The anti-detect engine lives in the browser core — not in proxies or UA spoofing — so agents can browse, extract, and automate where plain Playwright/browserless get blocked.

  • 🛡️ Bypasses DataDome / PerimeterX / Cloudflare — verified against 216 sites (111 collectable, including Amazon×4, Walmart, Booking, Indeed)
  • 🤖 AI behavior layer (BG engine) — human-like clicks with real trajectories (isTrusted + trace), trusted form filling
  • 🔎 Perception → action loopbf_snapshot (AX tree + refs) feeds bf_click/bf_fill
  • 🖥️ Live View debugging, session recording/replay, multi-tab support
  • 🔌 MCP Streamable HTTP — works with Claude Desktop, Cursor, Windsurf, and any MCP client

Quick Start

This is a remote MCP server — no local install needed. Point your MCP client at:

https://browserforest.com/api/mcp/bf

You need an API key (bf_live_...). Generate one from the Browser Forest dashboard.

Claude Desktop

{
  "mcpServers": {
    "browser-forest": {
      "url": "https://browserforest.com/api/mcp/bf",
      "headers": { "X-API-Key": "bf_live_xxx" }
    }
  }
}

Python (SDK)

pip install browser-forest

Tools

ToolDescription
bf_create_sessionCreate an anti-detect browser session (url/proxy/contextId)
bf_navigateNavigate + wait for load
bf_extractExtract page content by selector
bf_screenshotScreenshot current page (base64 PNG)
bf_clickClick with AI behavior engine (human trajectory)
bf_fillFill forms with AI behavior engine
bf_scrollScroll the page
bf_snapshotAccessibility snapshot (AX tree + refs)
bf_closeClose the session

Why Browser Forest?

Most "anti-detect" services are proxy + UA fingerprint hacks — easy to fingerprint and block. Browser Forest patches the browser kernel itself (31 Chromium + 4 V8 patches), so the browser is undetectable: consistent fingerprint, no automation leaks, works against aggressive bot managers.

Links

License

MIT