Skip to content

Puppeteer

Free

by MCP Community

MCP server for controlling Chromium via Puppeteer

v1.1.0Added Apr 12, 2026
mcppuppeteerchromiumchromebrowser
Works with:ClaudeGPTGeminiCopilot

Puppeteer MCP Server

MCP server for controlling Chromium via Puppeteer

Installation

npx -y @ratiofu/mcp-puppeteer

Reviews

Leave a Review

Installation

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