browser-tools-mcp.md

Browser Tools MCP

UI App
from"AgentDesk"
1.5k

Browser monitoring with Chrome extension for screenshots, console logs, and DOM inspection

Browser Automation
browsermonitoringscreenshotsdebugging
install.sh
# Clone the repository
$git clone https://github.com/AgentDeskAI/browser-tools-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve