Example Mcp Puppeteer
Freeby MCP Community
A demonstration of using AIGNE Framework and Puppeteer MCP Server to extract content from websites using Puppeteer
v1.19.6Added Apr 12, 2026
Example Mcp Puppeteer MCP Server
A demonstration of using AIGNE Framework and Puppeteer MCP Server to extract content from websites using Puppeteer
Installation
npx -y @aigne/example-mcp-puppeteer
Reviews
Installation
Quick install
npx -y @aigne/example-mcp-puppeteer
Add to claude_desktop_config.json
{
"mcpServers": {
"example-mcp-puppeteer": {
"command": "npx",
"args": ["-y", "@aigne/example-mcp-puppeteer"]
}
}
}