Browser Automation

Puppeteer MCP

Google's Puppeteer exposed as an MCP server. Chrome-only but lighter weight than Playwright. Ideal for teams already invested in the Chrome DevTools protocol.

100% Pass 🏆Free to Test 🆓Fast ⚡Tested 📅
100% (5/5 tasks)
README badge
MCP Select Puppeteer MCP benchmark badge
[![MCP Select](https://mcpselect.com/badges/puppeteer-mcp.svg)](https://mcpselect.com/servers/puppeteer-mcp/)

Benchmark results

Pass Rate
100%(5 tasks)
100% (5/5 tasks)
Speed25ms p5025ms p50
Tested OnJun 8, 20267 tools found
MetricValue
Tools discovered7 tools found
ScopeLocal only
PricingFree
Auth requirementNone. Free to test
Verdict100% pass rate on 5 tasks

Install config

Claude Desktop (macOS)
{"mcpServers": {"puppeteer": {"command": "npx", "args": ["-y", "@puppeteer/mcp@latest"]}}}
Cursor
{"mcpServers": {"puppeteer": {"command": "npx", "args": ["-y", "@puppeteer/mcp@latest"]}}}
VS Code
// .vscode/mcp.json
{
  "servers": {
    "puppeteer": {
      "command": "npx",
      "args": ["-y", "@puppeteer/mcp@latest"]
    }
  }
}

Pros

  • +Server starts successfully
  • +Tools are discoverable

Cons

    Best for

    Chrome DevTools protocol workflows, PDF generation

    Related servers in Browser Automation

    Frequently asked questions

    How do I install Puppeteer MCP?

    Copy the config above into your AI assistant's MCP settings file:

    • Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Cursor: Settings → MCP → Add Server
    • VS Code: .vscode/mcp.json
    Does it require an API key?

    No. Puppeteer MCP is free to test. No API key or signup required. We tested it independently.

    How were these results measured?

    We run each server through a standardized test harness that:

    1. Installs the server via npx in a fresh environment
    2. Discovers available tools using the MCP SDK
    3. Executes real tasks (navigate, click, screenshot, etc.)
    4. Validates outputs with semantic assertions (not string matching)
    5. Measures latency percentiles and pass rate

    All test scripts are open source on GitHub.

    Related categories