Quick Start
Add to .mcp.json:
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-puppeteer"]
}
}
}Overview
Puppeteer MCP is an MCP server built on Google Puppeteer with 2,000+ GitHub stars. AI agents can control a headless Chrome browser: navigate, screenshot, generate PDFs, fill forms, and scrape SPAs. Lighter weight than Playwright MCP.
Source & Thanks
Built on Puppeteer by Google. Licensed under Apache 2.0.