Skip to content

Example Mcp Puppeteer

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

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"]
    }
  }
}