Open Source · MIT License · Free

Drives your real Chrome.
Works where headless dies.

Your AI agent drives your actual logged-in Chrome — cookies, sessions, 2FA — and works on CAPTCHA / anti-bot sites where headless tools get blocked. It can even read an emailed login code from your Gmail tab and finish the sign-in. Claude Code, Cursor, VS Code agent mode. MIT, free, local-only.

Install from Chrome Web Store
— or via npx —
npx @agent360/browser-mcp install

What's inside

34 tools, 6 capabilities you won't find in any other browser MCP.

🧩

CAPTCHA Solving

Auto-detects reCAPTCHA, hCaptcha, Turnstile. Auto-clicks checkbox, AI vision for image grids, human fallback.

🔀

10 Concurrent Sessions

Each Claude Code conversation gets its own color-coded Chrome Tab Group. No conflicts.

🔐

Human-in-the-Loop

browser_ask_user shows an overlay for 2FA codes, CAPTCHA, credentials. Your AI asks, you answer.

🔗

9 Provider Integrations

Built-in token extraction for Stripe, HubSpot, Slack, Shopify, Pipedrive, Calendly, Mailchimp, Google, LinkedIn.

🛡️

CSP Bypass via Debugger

Chrome Debugger API for real mouse/keyboard events. Works on Google Cloud, Stripe, Angular Material.

📡

34 Tools

Navigate, click, fill, screenshot, scroll, hover, fetch, wait for network, solve CAPTCHA, and more.

See it in action

Real Chrome. Real sessions. Real interventions.

Multi-session tab groups

Multi-session tab groups

Each AI conversation lives in its own color-coded Chrome group.

Human-in-the-loop overlay

Human-in-the-loop

2FA, CAPTCHA, sensitive credentials — the AI asks, you answer in-page.

34 tools available

34 tools, ready to use

Click, fill, navigate, screenshot, fetch, wait, solve CAPTCHA — all callable from Claude Code.

Why Browser MCP?

How it stacks up against other browser-control MCPs.

Comparison as of May 2026. Sources: Playwright MCP, BrowserMCP.io.
Browser MCP (this) Playwright MCP BrowserMCP.io
Browser Your real Chrome Headless (new session) Your real Chrome
Already logged in Yes No Yes
CAPTCHA solving AI + auto-click + human None None
Multi-session 10 concurrent Single Single
Human-in-the-loop browser_ask_user None None
Provider integrations 9 built-in None None
Tool count 34 ~25 ~12
Install npx @agent360/browser-mcp install npx @microsoft/mcp-playwright Manual setup

Frequently asked

How is this different from Playwright MCP?
Playwright MCP launches a fresh headless browser with no logins, cookies, or extensions. Browser MCP controls your actual Chrome — same profile, same logins, same 2FA. That means your AI can use Stripe, HubSpot, Slack, or anything you're already signed into without re-auth.
Is my data safe? What does the extension see?
Everything stays local. The extension talks to a MCP server running on 127.0.0.1 on your machine — nothing is transmitted to external servers, there's no telemetry, no analytics. Cookies and tokens are extracted only when Claude Code explicitly asks. Source is open and auditable on GitHub.
Why does it need so many permissions?
Browser MCP is a developer tool that controls Chrome on your behalf. Each permission has a specific reason: tabs/scripting for navigation and clicking, cookies for token extraction (Stripe/HubSpot/etc.), debugger for real input events on CSP-protected sites like Google Cloud, <all_urls> because the AI must navigate to whatever URL you ask it to. Full justification is in the publishing guide.
Does it work with anything other than Claude Code?
Yes — it speaks the standard MCP (Model Context Protocol) wire format, so any MCP-compatible client works: Claude Desktop, Cline, Continue, Cursor, etc. Setup is the same: run the local MCP server, point your client at it.
How does CAPTCHA solving actually work?
Three layers. (1) Auto-detect reCAPTCHA, hCaptcha, Turnstile checkboxes and click them automatically. (2) For image-grid challenges, AI vision identifies cells. (3) If automated solving fails, browser_ask_user shows an overlay so you can solve the challenge once and the AI continues. Nothing is sent to third-party CAPTCHA services.
Is it really free? What's the catch?
It's MIT-licensed, open source, no paywall. Built and maintained by Agent360 as part of our developer-tools ecosystem. No catch — the catch (if there is one) is that bug reports and PRs are welcome.
How do I uninstall it?
Two parts: remove the Chrome extension from chrome://extensions, and uninstall the MCP server with npm uninstall -g @agent360/browser-mcp. That's it — no leftover state.

Get started in 30 seconds

One command. Your Chrome. Your AI's hands.

Install from Chrome Web Store GitHub npm