Browser automation using Playwright. Navigate, interact with elements, take screenshots, generate PDFs, and run accessibility audits.
npx -y @anthropic/playwright-mcp
```json
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@anthropic/playwright-mcp"]
}
}
}
```
browser_navigatebrowser_screenshotbrowser_clickbrowser_typebrowser_pdfBrowser automation using Playwright. Navigate, interact with elements, take screenshots, generate PDFs, and run accessibility audits.
Language: TypeScript
Category: Developer Tools