MCP server that gives AI agents geometric spatial awareness of web page layouts using Playwright
Runs locally over stdio
This server isn't hosted β your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y playwright-spatial-layout-mcp
MCP client config
{
"mcpServers": {
"playwright-spatial-layout-mcp": {
"command": "npx",
"args": [
"-y",
"playwright-spatial-layout-mcp"
]
}
}
}