MCP.so
登录

Browser Mcp

@Agent360dk

关于 Browser Mcp

Drive your real, logged-in Chrome from any AI agent (Claude Code, Cursor, VS Code) — works where headless dies. Reads emailed login codes from your Gmail, solves CAPTCHAs, 34 tools. MIT, local-only.

基本信息

分类

浏览器自动化

运行时

node

传输方式

stdio

发布者

Agent360dk

提交者

Gustav Louv

配置

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

{
  "mcpServers": {
    "browser-mcp": {
      "command": "npx",
      "args": [
        "@agent360/browser-mcp"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Browser MCP?

Browser MCP gives AI agents (Claude Code, Cursor, VS Code agent mode) control of your real, logged-in Chrome browser — with your cookies, sessions, and 2FA — so it works on CAPTCHA, 2FA, and anti-bot sites where headless tools get blocked. It is built for developers who need to automate web tasks that require an authenticated human browser.

How to use Browser MCP?

Install the MCP server by running npx @agent360/browser-mcp install, then load the Chrome extension from ~/.browser-mcp/extension/ via chrome://extensions with Developer mode enabled. Alternatively, install from the Chrome Web Store and run npx @agent360/browser-mcp install --skip-extension to configure Claude Code.

Key features of Browser MCP

  • 34 browser control tools (navigation, interaction, tabs, data, CAPTCHA solving)
  • ~80% reCAPTCHA checkbox auto-solve with human fallback
  • Multi-session support with color-coded tab groups (up to 10 concurrent sessions)
  • Human-in-the-loop overlay for 2FA, CAPTCHA, and credential input
  • 9 built-in provider integrations for token extraction (Stripe, HubSpot, Slack, etc.)
  • MIT licensed, free, and 100% local — nothing leaves your machine

Use cases of Browser MCP

  • Operate web platforms that have no API (e.g., LinkedIn, Reddit, dashboards)
  • QA your own web application end-to-end using a real browser session
  • Automate workflows that require 2FA or CAPTCHA bypass by reusing your logged-in browser
  • Extract API tokens from provider dashboards without manual copy-paste

FAQ from Browser MCP

How does Browser MCP differ from Playwright MCP?

Browser MCP uses your real Chrome with existing logins and cookies, supports multi-session with tab groups, includes human-in-the-loop tools, and has built-in provider integrations. Playwright MCP uses a headless browser that must log in every time and has no human fallback.

How does Browser MCP handle CAPTCHAs?

It auto-detects reCAPTCHA v2/v3, hCaptcha, Turnstile, and FunCaptcha. It can auto-click the checkbox (~80% success with Google login), use AI vision for grid selection, or fall back to asking the human via an overlay dialog.

Is Browser MCP free and does it send data anywhere?

Yes, it is MIT licensed and free. All processing is local — nothing leaves your machine. The extension connects to the MCP server via WebSocket on localhost.

How do I update Browser MCP?

The MCP server updates automatically via npx @agent360/browser-mcp@latest. The extension updates automatically if installed from the Chrome Web Store; if loaded unpacked, re-run npx @agent360/browser-mcp install and reload the extension in Chrome.

What are the runtime requirements?

You need Chrome (or a Chromium-based browser) and Node.js to run the npx command. No additional authentication is required — it uses your existing Chrome session.

评论

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