Developer Tools
Trust: 25/100 (Limited)io.github.oguzc/playwright-wizard-mcp Guide
MCP server providing Playwright test generation wizard with intelligent prompts and best practices
Quick Start
Install
npx playwright-wizard-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-oguzc-playwright-wizard-mcp": {
"command": "npx",
"args": [
"playwright-wizard-mcp"
]
}
}
}