Puppeteer
by Anthropic (reference)
Puppeteer
6,500125,540/mov2025.5.12stdioVerified on npm
AutomationMCP / Integrations
Install & run
Add to claude_desktop_config.json:
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
]
}
}
}Overview
Browser automation via Puppeteer — navigate pages, click, fill forms, screenshot and scrape rendered content. Gives agents real headless-browser control.
Tools (4)
navigateOpen a URL
clickClick an element
fillFill a form field
screenshotCapture the page
Key features
- Headless Chrome control
- Click/fill/navigate
- Screenshots and scraping
Use cases
- Automate web tasks
- Scrape rendered pages
- End-to-end testing
Frequently asked questions about Puppeteer
Playwright uses accessibility snapshots and is generally faster and more reliable for agents.
Did you find this helpful?