loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-browser

MCP Tool

wgarrido/mcp-browser

Give your AI a real browser. MCP server that routes web requests through Chrome via CDP.

Install

$ npx loaditout add wgarrido/mcp-browser

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-browser": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-browser"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

<div align="center">

MCP Browser

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>

---

Quick Start (30 seconds)

No installation needed. Just add the config to your MCP client:

Claude Desktop

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 Code (CLI)
claude mcp add browser -- npx -y @wgarrido/mcp-browser
VS Code / Cursor

Add 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.

---

Why MCP Browser?

| 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

Tags

ai-toolsbrowserchromeclaudeclaude-codemcpmcp-servermodel-context-protocolpupeteerweb-scraping

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated24 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Access*

Details

Sourcegithub-crawl
Last commit3/25/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/wgarrido/mcp-browser)](https://loaditout.ai/skills/wgarrido/mcp-browser)