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"]
}
}
}