Skip to main content
ClaudeWave
AgentDeskAI avatar
AgentDeskAI

browser-tools-mcp

View on GitHub

Monitor browser logs directly from Cursor and other MCP compatible IDEs.

MCP Servers7.3k stars532 forksTypeScriptMITUpdated 29d ago
Editor's note

BrowserTools MCP is a now-discontinued MCP server that connected AI coding tools like Cursor to a user's Chrome browser through a three-part architecture: a Chrome DevTools extension, a local Node.js middleware server, and an MCP server installed inside the IDE. Together these components let AI agents capture browser console logs, take screenshots, and run Lighthouse-based audits covering accessibility, performance, SEO, and general best practices directly against live pages. A Debugger Mode and Audit Mode batch all relevant tools into sequential runs, and a Puppeteer-driven headless Chrome instance handles JavaScript-rendered pages during audits, staying alive for 60 seconds between calls to reduce overhead. An auto-paste feature in version 1.2.0 pushed screenshots directly into Cursor's agent input field. The project targets web developers who want their AI coding assistant to inspect real browser state without switching contexts, but the repository has been officially marked inactive and the maintainers recommend migrating to an alternative solution.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 9/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/AgentDeskAI/browser-tools-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "browser-tools-mcp": {
      "command": "node",
      "args": ["/path/to/browser-tools-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/AgentDeskAI/browser-tools-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.
aianthropiccursormcpmcp-server

What people ask about browser-tools-mcp

What is AgentDeskAI/browser-tools-mcp?

+

AgentDeskAI/browser-tools-mcp is mcp servers for the Claude AI ecosystem. Monitor browser logs directly from Cursor and other MCP compatible IDEs. It has 7.3k GitHub stars and its last recorded update is dated 2026-08-12.

How do I install browser-tools-mcp?

+

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

Is AgentDeskAI/browser-tools-mcp safe to use?

+

Our security agent has analyzed AgentDeskAI/browser-tools-mcp and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains AgentDeskAI/browser-tools-mcp?

+

AgentDeskAI/browser-tools-mcp is maintained by AgentDeskAI. The last recorded GitHub activity is dated 2026-08-12, with 1 open issues.

Are there alternatives to browser-tools-mcp?

+

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

Deploy browser-tools-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: AgentDeskAI/browser-tools-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/agentdeskai-browser-tools-mcp)](https://claudewave.com/repo/agentdeskai-browser-tools-mcp)
<a href="https://claudewave.com/repo/agentdeskai-browser-tools-mcp"><img src="https://claudewave.com/api/badge/agentdeskai-browser-tools-mcp" alt="Featured on ClaudeWave: AgentDeskAI/browser-tools-mcp" width="320" height="64" /></a>

More MCP Servers