Used by 2 plugins
Browser automation for testing and E2E workflows
Add to your .mcp.json:
{
"mcpServers": {
"playwright-test": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npx