perception30/browser-connect-mcp
A Model Context Protocol (MCP) server that enables AI assistants to connect to browser DevTools for debugging web applications. Works with any MCP-compatible tool including Claude Desktop, Claude Code, Cursor, Cline, Roo-Cline, and more!
Platform-specific configuration:
{
"mcpServers": {
"browser-connect-mcp": {
"command": "npx",
"args": [
"-y",
"browser-connect-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...