Puppeteer
Freeby MCP Community
Browser automation and web scraping.
v1.0.2Added Apr 12, 2026
mcpflowmcp
Puppeteer MCP Server
Browser automation and web scraping.
Installation
npx -y @mcpflow.io/mcp-puppeteer
Reviews
Installation
Quick install
npx -y @mcpflow.io/mcp-puppeteer
Add to claude_desktop_config.json
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@mcpflow.io/mcp-puppeteer"]
}
}
}