{ "name": "playwright", "description": "Browser automation and testing with Playwright via MCP server", "version": "1.0.0", "author": { "name": "Playwright Team" }, "mcp": { "playwright": { "type": "stdio", "command": "npx", "args": [ "-y", "@playwright/mcp@latest" ] } } }