Back to Directory
claude-codetesting
Puppeteer Browser MCP
Headless browser automation for Claude, enabling web testing and scraping.
Author
Added
2025-12-06
Installationmanual
1. Edit claude_desktop_config.json
2. Add Puppeteer server:
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
}
}
}
3. Restart Claude Desktop
4. Claude can now control a headless browser for testing and automation
GitHub: https://github.com/modelcontextprotocol/servers
About this Agent
Headless browser automation for Claude, enabling web testing and scraping.
Puppeteer integration for Claude using Model Context Protocol.
Gives Claude the ability to:
- Visit websites and extract content
- Take screenshots for UI verification
- Interact with web pages (click, type, submit)
- Automate browser-based testing workflows
Essential for testing agents and web automation tasks.
Tags
#Puppeteer#Browser#Automation#MCP