Skip to content

Playwright

Free

by MCP Community

MCP server for generating Playwright tests

v1.0.0Added Apr 12, 2026
playwrighttestingmcpcursorautomation
Works with:ClaudeGPTGeminiCopilot

Playwright MCP Server

MCP server for generating Playwright tests

Installation

Reviews

Leave a Review

Installation

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