Used by 41 plugins
Browser automation and web testing capabilities
Add to your .mcp.json:
.mcp.json
{ "mcpServers": { "playwright": { "command": "npx", "args": [ "@playwright/mcp@latest" ] } } }
npx