playwright spatial layout mcp for Cursor
io.github.vola-trebla/playwright-spatial-layout-mcp
MCP server that gives AI agents geometric spatial awareness of web page layouts using Playwright
client:Cursor
transport:stdio
runtime:npm
Install playwright spatial layout mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"playwright-spatial-layout-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"playwright-spatial-layout-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs