Reliable end-to-end testing. Cross-browser automation with auto-wait and screenshots.
npx -y @microsoft/mcp-server-playwright-test
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"playwright-test": {
"command": "npx",
"args": ["-y", "@microsoft/mcp-server-playwright-test"]
}
}
}
```
run_buildexecute_testslint_codeformat_codeanalyze_bundleReliable end-to-end testing. Cross-browser automation with auto-wait and screenshots.
Language: TypeScript
Category: Developer Tools