MCP_puppeteer_extra

MCP_puppeteer_extra

3.4

If you are the rightful owner of MCP_puppeteer_extra and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

A Model Context Protocol server that provides enhanced browser automation capabilities using Puppeteer-Extra with Stealth Plugin.

The Puppeteer-Extra MCP Server is designed to enhance browser automation by leveraging Puppeteer-Extra with a Stealth Plugin. This server allows Language Learning Models (LLMs) to interact with web pages in a manner that closely mimics human behavior, thereby reducing the likelihood of detection as an automated process. It offers a comprehensive suite of interaction methods, including clicking, filling, selecting, and hovering over elements, as well as executing JavaScript in the browser console. Additionally, it supports capturing screenshots of entire pages or specific elements, and provides console logging capabilities. This makes it an ideal tool for tasks that require sophisticated web page interactions while maintaining a low profile.

Features

  • Enhanced browser automation with Puppeteer-Extra
  • Stealth mode to avoid bot detection
  • Screenshot capabilities for pages and elements
  • Console logging and JavaScript execution
  • Full suite of interaction methods (click, fill, select, hover)

Tools

  • puppeteer_navigate: Navigate to the specified URL
  • puppeteer_screenshot: Capture screenshots of entire page or specific elements
  • puppeteer_click: Click on the element on the page
  • puppeteer_hover: Elements hovering on the page
  • puppeteer_fill: Fill in the input field
  • puppeteer_select: Select the element of the SELECT tag
  • puppeteer_evaluate: Execute JavaScript in the browser console