MCP server that gives AI agents geometric spatial awareness of web page layouts using Playwright
An MCP server that gives AI agents geometric spatial awareness of web page layouts using Playwright. AI agents can read the DOM and know a button exists — but they can't see that it's hidden under a sticky header, pushed off-screen by a broken CSS rule, or overlapping another element on mobile. This MCP fixes that by exposing real bounding box mathematics from a live browser. When an AI agent…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
An MCP server that gives AI agents geometric spatial awareness of web page layouts using Playwright. AI agents can read the DOM and know a button exists — but they can't see that it's hidden under a sticky header, pushed off-screen by a broken CSS rule, or overlapping another element on mobile. This MCP fixes that by exposing real bounding box mathematics from a live browser. When an AI agent analyzes a Playwright test failure, it reads the accessibility tree: "The Submit button exists in the…