wgarrido/mcp-browser
Give your AI a real browser. MCP server that routes web requests through Chrome via CDP.
Platform-specific configuration:
{
"mcpServers": {
"mcp-browser": {
"command": "npx",
"args": [
"-y",
"mcp-browser"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
Give your AI a real browser.
MCP server that lets AI assistants browse the web through your real Chrome — with your cookies, sessions, and fingerprint. No bot detection. No CAPTCHAs.
[](https://www.npmjs.com/package/@wgarrido/mcp-browser) [](https://www.npmjs.com/package/@wgarrido/mcp-browser) [](LICENSE) [](https://github.com/wgarrido/mcp-browser/actions)
</div>
---
No installation needed. Just add the config to your MCP client:
Add to ~/.config/claude/claude_desktop_config.json (Mac/Linux) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"browser": {
"command": "npx",
"args": ["-y", "@wgarrido/mcp-browser"],
"env": {
"CHROME_HEADLESS": "true"
}
}
}
}claude mcp add browser -- npx -y @wgarrido/mcp-browserAdd to .vscode/mcp.json in your project:
{
"servers": {
"browser": {
"command": "npx",
"args": ["-y", "@wgarrido/mcp-browser"],
"env": {
"CHROME_HEADLESS": "true"
}
}
}
}That's it. Chrome launches automatically in the background. Start browsing.
---
| Problem | How MCP Browser solves it | |---|---| | Sites block bots and scrapers | Uses your real Chrome with your real fingerprint | | Cloudflare challenges, CAPTCHAs | Auto-detects and waits for challenges to resolve | | Content behind login | Your cookies and sessions are already there | | Noisy HTML (ads, nav, popups) | Smart DOM cleaning strips everything but conte
Loading reviews...