Skip to content

Puppeteer Server

Free

by MCP Community

Puppeteer MCP Server - Provides tools for browser automation and web scraping

v2.0.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Puppeteer Server MCP Server

Puppeteer MCP Server - Provides tools for browser automation and web scraping

Installation

npx -y @imazhar101/mcp-puppeteer-server

Reviews

Leave a Review

Installation

Quick install
npx -y @imazhar101/mcp-puppeteer-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "puppeteer-server": {
      "command": "npx",
      "args": ["-y", "@imazhar101/mcp-puppeteer-server"]
    }
  }
}