Microsoft Vendor Web

Playwright

Multi-browser automation via Playwright — Chrome, Firefox, WebKit; richer than Puppeteer.

32,466 stars 2,665 forks Last commit 1d ago Language TypeScript License MIT
Sign in to like + track View on GitHub →

Install

npm install -g @playwright/mcp

Claude Desktop / Cursor config

Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.

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

About

Microsoft's official Playwright-based MCP server. Same shape as the Puppeteer reference server but with multi-browser support (Chrome, Firefox, WebKit), proper iframe + popup handling, and built-in trace recording for debugging.

Discussion (0)

Sign in to comment →

No comments yet. Sign in to start the discussion.

More Web servers