Puppeteer MCP

automation
claude desktop
cursor
GitHub

Browser automation with Puppeteer. Scrape websites, take screenshots, automate web interactions.

12/8/2025

Installation

npm install -g @modelcontextprotocol/server-puppeteer

Add to your MCP settings:

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

Tags

puppeteer
browser
automation
scraping