{
  "name": "io.github.Hisma/servers-archived",
  "description": "The Puppeteer MCP provides AI models with a full Chromium browser instance. Navigate URLs, click elements, fill forms, take screenshots, and extract content from JavaScript-rendered pages. The most capable browser automation option for AI agents.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-05-31",
    "com.top-mcps/score": {
      "value": 48,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-02T13:16:41.474Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-02T11:55:51.694Z",
      "githubStars": 1,
      "lastCommitAt": "2025-06-28T08:07:11Z",
      "npmWeeklyDownloads": 3809
    }
  },
  "repository": {
    "url": "https://github.com/Hisma/servers-archived",
    "source": "github"
  },
  "author": {
    "name": "Community (Hisma — fork of archived Anthropic reference)"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@hisma/server-puppeteer",
      "version": "latest",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "capabilities": {
    "tools": [
      {
        "name": "puppeteer_navigate",
        "description": "Navigate the browser to a URL.",
        "sideEffect": "network",
        "args": [
          {
            "name": "url",
            "type": "string",
            "required": true
          }
        ]
      },
      {
        "name": "puppeteer_screenshot",
        "description": "Take a screenshot of the current page or a selector.",
        "sideEffect": "read",
        "args": [
          {
            "name": "name",
            "type": "string",
            "required": true
          },
          {
            "name": "selector",
            "type": "string",
            "required": false
          },
          {
            "name": "width",
            "type": "number",
            "required": false
          },
          {
            "name": "height",
            "type": "number",
            "required": false
          }
        ]
      },
      {
        "name": "puppeteer_click",
        "description": "Click an element by CSS selector.",
        "sideEffect": "exec",
        "args": [
          {
            "name": "selector",
            "type": "string",
            "required": true
          }
        ]
      },
      {
        "name": "puppeteer_fill",
        "description": "Fill an input element.",
        "sideEffect": "exec",
        "args": [
          {
            "name": "selector",
            "type": "string",
            "required": true
          },
          {
            "name": "value",
            "type": "string",
            "required": true
          }
        ]
      },
      {
        "name": "puppeteer_select",
        "description": "Select an option from a dropdown.",
        "sideEffect": "exec",
        "args": [
          {
            "name": "selector",
            "type": "string",
            "required": true
          },
          {
            "name": "value",
            "type": "string",
            "required": true
          }
        ]
      },
      {
        "name": "puppeteer_hover",
        "description": "Hover over an element.",
        "sideEffect": "exec",
        "args": [
          {
            "name": "selector",
            "type": "string",
            "required": true
          }
        ]
      },
      {
        "name": "puppeteer_evaluate",
        "description": "Run a JavaScript expression in the page context.",
        "sideEffect": "exec",
        "args": [
          {
            "name": "script",
            "type": "string",
            "required": true
          }
        ]
      }
    ],
    "security": {
      "scope": "exec",
      "sandbox": "Launches a headless Chromium process under the user account running the MCP. The browser has the same network and filesystem access the user has.",
      "gotchas": [
        "Chromium can execute arbitrary JavaScript on pages it visits — treat it like a browsing agent running with your credentials.",
        "Downloaded files land in the user home directory unless `downloadPath` is configured.",
        "Heavy memory footprint — one Chromium process per MCP launch, not reused across tool calls by default."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/puppeteer",
    "markdown": "https://top-mcps.com/mcp/puppeteer.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
