MCP_puppeteer_extra

MCP_puppeteer_extra

3.3

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@mcphub.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

  1. puppeteer_navigate

    Navigate to the specified URL

  2. puppeteer_screenshot

    Capture screenshots of entire page or specific elements

  3. puppeteer_click

    Click on the element on the page

  4. puppeteer_hover

    Elements hovering on the page

  5. puppeteer_fill

    Fill in the input field

  6. puppeteer_select

    Select the element of the SELECT tag

  7. puppeteer_evaluate

    Execute JavaScript in the browser console