keith-cain/mcp-browser-tools
Browser Tools MCP is an MCP (Model Context Protocol) server and toolkit that lets AI agents monitor and interact with web browsers. It captures console logs, network data, screenshots, and DOM info, providing structured tools for IDE workflows, debugging, and web app optimization directly from your development environment.
Platform-specific configuration:
{
"mcpServers": {
"mcp-browser-tools": {
"command": "npx",
"args": [
"-y",
"mcp-browser-tools"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...