TC
ToolCompared
MCP Server

Puppeteer MCP MCP Server

by Anthropic

Browser automation for scraping and screenshots.

OfficialTypeScriptWeb Scraping & Browsers

About Puppeteer MCP

Reference Puppeteer MCP. Launch Chromium, navigate, take screenshots, and extract DOM content — useful when fetch alone is not enough.

Tags

browserscrapingscreenshots

How to install Puppeteer MCP

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

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

Example shape only — see the repository for the canonical install command.

Related MCP servers in Web Scraping & Browsers