playwright-typescript-framework-mcp-server

Akashkumar207/playwright-typescript-framework-mcp-server
★ 0 stars TypeScript AI/LLM Updated 2d ago
AI-powered Playwright TypeScript automation framework with MCP (Model Context Protocol) server integration for UI, API, and Agentic AI testing. Built using Page Object Model (POM), reusable utilities, data-driven testing, Allure reporting, and CI/CD support.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "playwright-typescrip": {
      "command": "npx",
      "args": [
        "-y",
        "Akashkumar207/playwright-typescript-framework-mcp-server"
      ]
    }
  }
}