Used by 8 plugins
Chromium-focused browser automation fallback
Controls web browsers to automate interactions, capture screenshots, and extract page content.
Add to your .mcp.json:
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
]
}
}
}npx