Search DevTools

Jump to any tool or page

Puppeteer MCP Server

TrendingUnexplored

Enables headless browser automation for scraping dynamic JS pages, taking full-page screenshots, clicking elements, and filling web forms.

Anthropic / MCP Spec9,800 stars1,100 forksBrowser & Web
View source

Install

Terminal

$npx -y @modelcontextprotocol/server-puppeteer

mcp_config.json

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

Tools exposed3

navigate
Navigates browser to target URL.
screenshot
Captures a screenshot of the visible page or element.
click
Clicks an element identified by CSS selector.

Documentation

Puppeteer Web Automation MCP Server

Features

  • Dynamic web navigation & JS evaluation
  • High resolution screenshots & DOM inspection
  • Automated form interactions

Sourced from the repository README.

More in Browser & Web