Runs Playwright locally as a subprocess for browser automation, end-to-end testing, screenshot capture, and web interaction. Configured with 1920x1080 viewport. No secrets required.
npx claudepluginhub kentico/xperience-by-kentico-kenticopilot --plugin kx13-codebase-migrationAdd to your .mcp.json:
{
"mcpServers": {
"playwright-mcp": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--viewport-size=1920x1080"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npxShare bugs, ideas, or general feedback.