Playwright_MCP_Server

sarahsaleem05/Playwright_MCP_Server
★ 0 stars HTML 💻 Code/Dev Tools Updated 3d ago
An MCP server.
View on GitHub → Try with Claude — $10 free →

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_mcp_serve": {
      "command": "npx",
      "args": [
        "-y",
        "sarahsaleem05/Playwright_MCP_Server"
      ]
    }
  }
}

README Excerpt

This project demonstrates AI-powered end-to-end test automation using Playwright with TypeScript, integrated with MCP (Model Context Protocol), GitHub Copilot, and VS Code. It focuses on optimizing QA workflows by leveraging AI-assisted capabilities to support the design, refinement, and execution of test cases, thereby reducing reliance on fully manual scripting while improving overall efficiency, maintainability, and development speed.