merajmehrabi_puppeteer-mcp-server

merajmehrabi_puppeteer-mcp-server

3.1

If you are the rightful owner of merajmehrabi_puppeteer-mcp-server 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.

The Puppeteer MCP Server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.

The Puppeteer MCP Server is a robust tool designed for browser automation using Puppeteer. It allows users to interact with web pages by navigating, taking screenshots, clicking elements, filling forms, and more. The server supports smart Chrome tab management, enabling connections to active Chrome tabs and preserving existing Chrome instances. It offers detailed logging and error handling, ensuring users can track operations and troubleshoot effectively. The server is structured with a clear project layout, including configuration modules, tool definitions, and browser connection management. It supports both standard mode, launching a new browser instance, and active tab mode, connecting to existing Chrome windows with remote debugging enabled.

Features

  • Navigate web pages
  • Take screenshots
  • Click elements
  • Fill forms
  • Smart Chrome tab management

Tools

  1. puppeteer_connect_active_tab

    Connect to an existing Chrome instance with remote debugging enabled.

  2. puppeteer_navigate

    Navigate to a URL.

  3. puppeteer_screenshot

    Take a screenshot of the current page or a specific element.

  4. puppeteer_click

    Click an element on the page.

  5. puppeteer_fill

    Fill out an input field.

  6. puppeteer_select

    Use dropdown menus.

  7. puppeteer_hover

    Hover over elements.

  8. puppeteer_evaluate

    Execute JavaScript in the browser console.