Browser Tools MCP

Stale
GitHub JavaScript MIT

Description

MCP Server that lets Cursor and other MCP-compatible IDEs monitor browser logs, screenshots, and page content.

Key Features

  • Browser log monitoring - view console.log and errors directly in IDE
  • Page screenshots - agents can request current page screenshots for debugging
  • DOM inspection - extract page elements and structure for agent analysis
  • Network monitoring - capture XHR/Fetch requests and responses
  • MCP protocol - standard MCP interface, compatible with Cursor and Windsurf

Use Cases

💡 Let AI agents see browser console output during frontend development
💡 Agents auto-analyze page structure and network requests during web debugging
💡 Agents capture screenshots and verify page state in automated UI testing

Quick Start

# Install browser extension and MCP Server
npm install -g @agentdesk/browser-tools-mcp

# Add to Cursor config

Related Projects