Skip to content

Playwright

Free

by MCP Community

MCP server for browser automation using Playwright

v1.2.1Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Playwright MCP Server

MCP server for browser automation using Playwright

Installation

Reviews

Leave a Review

Installation

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