PlaywrightWithMCPServer

NHonrao/PlaywrightWithMCPServer
★ 1 stars TypeScript 📊 Data/Analytics Updated 22d ago
This is the playwright with typescript automation framework created with MCP server agents without any conding, Framework has detailed loggers, Allure report, POM pattern, Test data management, multiple util functions implemented
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "playwrightwithmcpser": {
      "command": "npx",
      "args": [
        "-y",
        "NHonrao/PlaywrightWithMCPServer"
      ]
    }
  }
}