MCP-Server-Playwright

VikashLoomba/MCP-Server-Playwright
★ 283 stars JavaScript 🌐 Browser/Web Updated 1mo ago
MCP server for browser automation using Playwright
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-server-playwrigh": {
      "command": "npx",
      "args": [
        "-y",
        "VikashLoomba/MCP-Server-Playwright"
      ]
    }
  }
}