Monitor browser logs directly from Cursor and other MCP compatible IDEs.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"browser-tools-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browser-tools-mcp"
]
}
}
}