HomeBrowser Automation & Scraping › playwright-mcp

playwright-mcp

Playwright Tools for MCP

Official TypeScript
★ 37,528 stars Last pushed 2026-09-18 License: Apache-2.0

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.0.82)

npx -y @playwright/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "playwright-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@playwright/[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry