puppeteer-mcp-server

merajmehrabi/puppeteer-mcp-server
★ 410 stars TypeScript 🌐 Browser/Web Updated 1mo ago
This MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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