Puppeteer MCP

Web automation and scraping with headless browser control

By ModelContextProtocolMIT
View Repositorynpm install @modelcontextprotocol/server-puppeteer

Features

Web page automation
Screenshot capture
Form filling
Data extraction

Use Cases

Web scrapingAutomated testingData collectionReport generation

Installation

NPM Package
npm install @modelcontextprotocol/server-puppeteer

Supported Models

Claude 3.5 SonnetGPT-4

Configuration Example

{
  "mcpServers": {
    "puppeteer": {
      "command": "@modelcontextprotocol/server-puppeteer",
      "env": {
        // Add your environment variables here
      }
    }
  }
}