Playwright
OfficialEnd-to-end testing framework for web applications.
Provider:Microsoft
Category:Testing
Installation
Command Line
npx create-playwright@latestConfiguration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"playwright-mcp"
]
}
}
}