Playwright
Freeby Indie Developer
Cross-browser testing and automation with Playwright for Chromium, Firefox, and WebKit.
v1.1.0Added Feb 1, 2025
playwrighttestingbrowsere2e
Playwright MCP Server
Cross-browser testing and automation with Playwright for Chromium, Firefox, and WebKit.
Features
- Multi-browser testing
- Auto-wait
- Screenshots & Video
- Network Interception
- Mobile Emulation
Installation
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "mcp-playwright"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-playwright
Add to claude_desktop_config.json
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "mcp-playwright"]
}
}
}