Puppeteer
Freeby MCP Community
Browser automation, web scraping, and screenshot capture with headless Chrome.
v1.0.3Added Dec 5, 2024
puppeteerbrowserscrapingautomation
Puppeteer MCP Server
Browser automation, web scraping, and screenshot capture with headless Chrome.
Features
- Web Navigation
- Screenshots
- Web Scraping
- PDF Generation
- Console Monitoring
Installation
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
}
}
}
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-puppeteer
Add to claude_desktop_config.json
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
}
}
}