Skip to content
MCP Server Community By @modelcontextprotocol

Puppeteer

Browser automation and web scraping.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: Puppeteer Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-puppeteer

Detailed Documentation

Browser automation and web scraping.

Configuration

{
  "mcpServers": {
    "puppeteer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-puppeteer"
      ],
      "env": {}
    }
  }
}