figma_compare-page-with-design
Compare page with Figma design
How to use it
figma_compare-page-with-design is exposed by the Browser Devtools MCP Vscode Extension MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the figma_compare-page-with-design tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Browser Devtools MCP Vscode Extension
npx vsce packageOther tools in Browser Devtools MCP Vscode Extension (39)
Get ARIA snapshot (YAML format)
Get AX tree with visual diagnostics
Get page HTML with filtering options
Get visible text content
Save page as PDF
Take a screenshot (full page or element)
Add watch expression (evaluated at every tracepoint hit)
Clear tracepoints, logpoints, and/or watch expressions
List tracepoints, logpoints, and/or watches
Configure exception breakpoints (none, uncaught, all)
Set a logpoint (evaluates expression)
Set a tracepoint (captures call stack)
Remove a tracepoint, logpoint, or watch by type and id
Batch-execute multiple tool calls in one request via JavaScript; use callTool(name, input, returnOutput?) to invoke tools. On browser platform the script has page (Playwright Page) for page.evaluate(), page.locator(), etc. Reduces round-trips and token usage.
Click an element
Drag and drop
Fill an input field
Hover over an element
Press a keyboard key
Resize viewport (Playwright emulation)
Resize browser window (OS-level)
Scroll page or element
Select dropdown option
Go back or forward in history (direction: back \
Navigate to a URL
Reload the page
Get console logs with filtering
Get network requests with filtering
Get current OpenTelemetry trace ID
Get Web Vitals (LCP, INP, CLS, TTFB, FCP)
Generate new trace ID
Set trace ID for distributed tracing
Get React component for DOM element
Get DOM element for React component
Clear stubs
Intercept and modify requests
List installed stubs
Mock HTTP response
Wait for network to become idle