playwright

Installation
SKILL.md

Playwright Browser Automation

You have access to browser automation capabilities through the Playwright MCP server.

Prerequisites

The Playwright MCP server must be configured in ~/.claude/settings.json:

{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": ["@playwright/mcp@latest"]
    }
  }
}
Related skills
Installs
1
GitHub Stars
17
First Seen
Mar 24, 2026