Playwright
Official CodeFull browser automation — navigate, click, fill forms, and take screenshots.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"playwright-mcp-internal"
]
}
}
}