MCP.so
Sign In

PuppeteerFeatured

@modelcontextprotocol

About Puppeteer

Model Context Protocol Servers

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

7

Navigate to a URL

Take a screenshot of the current page or a specific element

Click an element on the page

Fill out an input field

Select an element on the page with Select tag

Hover an element on the page

Execute JavaScript in the browser console

Overview

What is Puppeteer?

How to use Puppeteer?

Key features of Puppeteer?

Use cases of Puppeteer?

FAQ from Puppeteer?

Comments

Basic information

Category

Browser Automation

License

NOASSERTION

Transports

stdio

Author

modelcontextprotocol

More Browser Automation MCP servers