Puppeteer

Featured

by Anthropic · Browser Automation

15,000 stars7,000 weekly downloads

Install to ToolCloud

One click. No local setup. Works with any MCP client.

Install to ToolCloud

Browser automation using Puppeteer. Navigate pages, take screenshots, click elements, fill forms, and execute JavaScript in the browser.

automationbrowserpuppeteerscreenshots
Manual Installation

Claude Code

claude mcp add puppeteer -- npx -y @modelcontextprotocol/server-puppeteer

Cursor / Windsurf / VS Code Copilot / Claude Desktop

Add to your MCP config file:

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