
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
playwright-wizard-mcp
Advanced tools
MCP server providing Playwright test generation wizard with intelligent prompts and best practices
🧙♂️ An intelligent Model Context Protocol (MCP) server that guides you through creating professional Playwright test suites with best practices built in.
Playwright Wizard MCP provides a structured, step-by-step approach to building comprehensive E2E test suites. Instead of starting from scratch or copying boilerplate, this MCP server guides you through industry best practices with intelligent prompts tailored to your application.
npm install -g playwright-wizard-mcp
Or install locally:
npm install playwright-wizard-mcp
This server is also available in the official MCP Registry, making it easily discoverable by MCP-compatible clients.
Add to your Claude Desktop config file:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"playwright-wizard": {
"command": "npx",
"args": ["-y", "playwright-wizard-mcp"]
}
}
}
Add to your MCP settings:
{
"playwright-wizard": {
"command": "npx",
"args": ["-y", "playwright-wizard-mcp"]
}
}
The server exposes workflow tools that guide Copilot through each phase of test creation. When you call these tools, Copilot receives detailed instructions and executes them automatically - you see the results, not the instructions.
Use these tools in sequence to build a complete test suite:
When you ask Copilot to help with Playwright testing:
analyze-app toolYou see results, not prompts. The tools provide Copilot with expert-level instructions that it follows automatically.
# In your app project, ask Copilot:
"Help me set up Playwright testing for this app"
# Copilot will:
# 1. Call analyze-app → detect stack, browse pages
# 2. Call generate-test-plan → create test scenarios
# 3. Call setup-infrastructure → create config and fixtures
# 4. Call generate-page-objects → create page models
# 5. Call implement-test-suite → write actual tests
All workflow documentation files are created in .playwright-wizard-mcp/ folder in your project root:
project-config.md - Detected tech stackpages.md - Page analysis with DOM quality scoresselector-strategy.md - Selector approach per pagetest-plan.md - Test suites with progress trackingNote: The
.playwright-wizard-mcp/folder is for workflow tracking only. You may want to add it to.gitignore.
# Clone the repository
git clone https://github.com/oguzc/playwright-wizard-mcp.git
cd playwright-wizard-mcp
# Install dependencies
npm install
# Build
npm run build
# Run in development mode
npm run dev
Contributions welcome! Please open an issue or PR.
MIT
FAQs
MCP server providing Playwright test generation wizard with intelligent prompts and best practices
We found that playwright-wizard-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.