Skip to content
VS Code

playwright wizard mcp for VS Code

io.github.oguzc/playwright-wizard-mcp

MCP server providing Playwright test generation wizard with intelligent prompts and best practices

client:VS Code transport:stdio runtime:npm

Install playwright wizard mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "playwright-wizard-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "playwright-wizard-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

playwright wizard mcp in other clients