Skip to content

Playwright

Free

by MCP Community

Cloudflare Playwright Tools for MCP

v0.0.5Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Playwright MCP Server

Cloudflare Playwright Tools for MCP

Installation

npx -y @cloudflare/playwright-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @cloudflare/playwright-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": ["-y", "@cloudflare/playwright-mcp"]
    }
  }
}