Browser automation using Playwright. Navigate pages, take screenshots, interact with elements, execute JavaScript, and generate PDFs
npx @getmcp/cli add playwrightConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}