Browser Inspector
Freeby MCP Community
MCP tool for browser inspection, element selection, interactive messaging, and responsive testing
v0.2.0Added Apr 12, 2026
mcpmodel-context-protocolbrowserinspectorweb-development
Browser Inspector MCP Server
MCP tool for browser inspection, element selection, interactive messaging, and responsive testing
Installation
npx -y mcp-browser-inspector
Reviews
Installation
Quick install
npx -y mcp-browser-inspector
Add to claude_desktop_config.json
{
"mcpServers": {
"browser-inspector": {
"command": "npx",
"args": ["-y", "mcp-browser-inspector"]
}
}
}