Used by 3 plugins
Browser automation server for UI testing, accessibility checks, and visual verification
Add to your .mcp.json:
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer@latest"
]
}
}
}npx