Monitor browser logs, network requests, console output, and screenshots directly from AI-powered IDEs. Requires companion Chrome extension
npx @getmcp/cli add browser-toolsConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"browser-tools": {
"command": "npx",
"args": [
"-y",
"@agentdeskai/browser-tools-mcp@latest"
]
}
}
}