Analyzes webpage screenshots to extract precise layout information, including asset locations and spatial relationships, enabling AI assistants to rebuild layouts with proper semantic structure.
Sponsored
This MCP server empowers AI assistants to understand webpage layouts from screenshots. It solves the problem of AI's inability to extract precise pixel measurements from images by employing computer vision techniques (OpenCV template matching). By identifying where each image asset appears, calculating spatial relationships, and detecting common layout patterns like radial, grid, stacked, or sidebar, the tool provides structured data essential for accurately recreating web pages using modern CSS.
Key Features
01Detect common layout patterns (Radial, Grid, Stacked, Sidebar, Freeform)
02Analyze spatial relationships (angles, distances, relative positions) between elements
037 GitHub stars
04Locate known image assets within a screenshot with pixel-perfect coordinates