Skip to main content
ClaudeWave

Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

MCP Servers7.1k stars565 forksTypeScriptApache-2.0Updated 1y ago
Editor's note

Browser MCP is an MCP server paired with a Chrome extension that enables AI applications to automate a user's existing browser rather than spawning isolated browser instances. It connects to Claude Desktop, Cursor, VS Code, and Windsurf through the Model Context Protocol, letting those tools navigate pages, click elements, fill forms, and perform other browser actions directly. Because automation runs locally on the user's machine against their real Chrome profile, it inherits existing login sessions across all services without requiring re-authentication, and it presents an authentic browser fingerprint that helps avoid bot detection and CAPTCHAs. The project was adapted from Microsoft's Playwright MCP server, with the key architectural change being that it drives the user's live browser rather than creating fresh Playwright-managed instances. Developers, power users, and QA testers who need AI-driven browser automation without sacrificing privacy or losing authenticated sessions are the primary audience.

ClaudeWave Trust Score
72/100
· OK
Passed
  • Open-source license (Apache-2.0)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Flags
  • !Stale (last commit >504d ago)
Last scanned: 9/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/BrowserMCP/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "node",
      "args": ["/path/to/mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/BrowserMCP/mcp and follow its README for install instructions.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
browser-automationbrowser-extensionclaudecursormcpmcp-server

What people ask about mcp

What is BrowserMCP/mcp?

+

BrowserMCP/mcp is mcp servers for the Claude AI ecosystem. Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser It has 7.1k GitHub stars and its last recorded update is dated 2025-04-24.

How do I install mcp?

+

You can install mcp by cloning the repository (https://github.com/BrowserMCP/mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is BrowserMCP/mcp safe to use?

+

Our security agent has analyzed BrowserMCP/mcp and assigned a Trust Score of 72/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains BrowserMCP/mcp?

+

BrowserMCP/mcp is maintained by BrowserMCP. The last recorded GitHub activity is dated 2025-04-24, with 147 open issues.

Are there alternatives to mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: BrowserMCP/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/browsermcp-mcp)](https://claudewave.com/repo/browsermcp-mcp)
<a href="https://claudewave.com/repo/browsermcp-mcp"><img src="https://claudewave.com/api/badge/browsermcp-mcp" alt="Featured on ClaudeWave: BrowserMCP/mcp" width="320" height="64" /></a>

More MCP Servers