Agent360dk/browser-mcp
Browser MCP — control your real Chrome from Claude Code. 29 tools: CAPTCHA solving, file upload, multi-session, human-in-the-loop. browsermcp.dev
Platform-specific configuration:
{
"mcpServers": {
"browser-mcp": {
"command": "npx",
"args": [
"-y",
"browser-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/@agent360/browser-mcp) [](https://www.npmjs.com/package/@agent360/browser-mcp) [](https://github.com/Agent360dk/browser-mcp) [](https://opensource.org/licenses/MIT) [](https://modelcontextprotocol.io)
Control your real Chrome from Claude Code — with your logins, cookies, and 2FA.
The only browser MCP with multi-session support (10 concurrent AI sessions), human-in-the-loop (2FA, CAPTCHA, credentials), and built-in provider integrations (Stripe, HubSpot, Slack, and 6 more). 29 tools total.
npx @agent360/browser-mcp installThis copies the Chrome extension to ~/.browser-mcp/extension/ and configures Claude Code automatically.
Then load the extension in Chrome:
chrome://extensions~/.browser-mcp/extension/That's it. 29 browser tools are now available in Claude Code.
| | Browser MCP | Playwright MCP | BrowserMCP.io | |---|---|---|---| | Browser | Your real Chrome | Headless (new session) | Your real Chrome | | Logins/cookies | Already authenticated | Must log in every time | Already authenticated | | Multi-session | 10 concurrent sessions with color-coded tab groups | Single session | Single session | | Human-in-the-loop | browser_ask_user — 2FA, CAPTCHA, credential input | None | None | | Provider integrations | 9 built-in (Stripe, HubSpot, Slack...) | None | None | | CORS bypass | browser_fetch from extension ba
Loading reviews...