mcp-playwright

executeautomation/mcp-playwright
★ 5,302 stars TypeScript 🌐 Browser/Web Updated 1mo ago
Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
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": {
    "mcp-playwright": {
      "command": "npx",
      "args": [
        "-y",
        "executeautomation/mcp-playwright"
      ]
    }
  }
}