MCP.so
Sign In
Servers

Puppeteer

@modelcontextprotocol

Model Context Protocol Servers

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

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

More from Browser Automation