Skip to content

Playwright

Free

by Indie Developer

Cross-browser testing and automation with Playwright for Chromium, Firefox, and WebKit.

v1.1.0Added Feb 1, 2025
playwrighttestingbrowsere2e
Works with:ClaudeGPTGeminiCopilot

Playwright MCP Server

Cross-browser testing and automation with Playwright for Chromium, Firefox, and WebKit.

Features

  • Multi-browser testing
  • Auto-wait
  • Screenshots & Video
  • Network Interception
  • Mobile Emulation

Installation

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

Reviews

Leave a Review

Installation

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