Playwright

by Microsoft · Browser Automation

500 stars2,000 weekly downloads

Install to ToolCloud

One click. No local setup. Works with any MCP client.

Install to ToolCloud

Browser automation with Playwright. Supports Chrome, Firefox, and WebKit. Navigate, interact, screenshot, and test web applications.

automationbrowserplaywrighttesting
Manual Installation

Claude Code

claude mcp add playwright -- npx -y @anthropic-ai/mcp-server-playwright

Cursor / Windsurf / VS Code Copilot / Claude Desktop

Add to your MCP config file:

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