Browser Lens
Freeby MCP Community
MCP server that connects to your browser for real-time DOM, CSS, layout inspection, screenshot capture, and Figma design comparison — your IDE's AI agent sees e
v4.0.3Added Apr 12, 2026
mcpmodel-context-protocolbrowserdomcss
Browser Lens MCP Server
MCP server that connects to your browser for real-time DOM, CSS, layout inspection, screenshot capture, and Figma design comparison — your IDE's AI agent sees e
Installation
npx -y browser-lens-mcp
Reviews
Installation
Quick install
npx -y browser-lens-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"browser-lens": {
"command": "npx",
"args": ["-y", "browser-lens-mcp"]
}
}
}