Odel
playwright spatial layout mcp

playwright spatial layout mcp

Local
@vola-treblaTypeScriptMITUpdated 3mo ago

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).

npmplaywright-spatial-layout-mcpv0.2.0

Run

npx -y playwright-spatial-layout-mcp

MCP client config

{
  "mcpServers": {
    "playwright-spatial-layout-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "playwright-spatial-layout-mcp"
      ]
    }
  }
}