Skip to content
VS Code

PlaywrightGen for VS Code

com.playwrightgen/playwrightgen

Approved test intent, reviewed Playwright automation and run evidence, inside your editor.

client:VS Code transport:streamable-http

Install PlaywrightGen in VS Code

.vscode/mcp.json

{
  "servers": {
    "playwrightgen": {
      "type": "http",
      "url": "https://playwrightgen.com/api/mcp"
    }
  }
}

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

PlaywrightGen in other clients