Skip to main content
Browser AutomationTypeScript

modelcontextprotocol/server-puppeteer

Browser automation for web scraping and interaction

browser-automationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/modelcontextprotocol/servers-archived/tree/main/src/puppeteer

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
modelcontextprotocol