mcp-server

mcp-server

3.2

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

Steel Puppeteer is a Model Context Protocol server that provides browser automation capabilities using Puppeteer and Steel, enabling LLMs to interact with web pages.

Steel Puppeteer is a powerful Model Context Protocol (MCP) server designed to facilitate browser automation through the integration of Puppeteer and Steel. This server allows Language Model Models (LLMs) to interact with web pages in a real browser environment, providing capabilities such as navigation, screenshot capture, JavaScript execution, and more. By leveraging Puppeteer, Steel Puppeteer can automate a wide range of browser tasks, making it an ideal tool for developers looking to enhance their applications with web interaction capabilities. The server supports both local and remote Steel instances, offering flexibility in deployment and usage. Additionally, it provides access to console logs and captured screenshots, enabling comprehensive monitoring and analysis of browser activities.

Features

  • Browser automation with Puppeteer
  • Steel integration for browser session management
  • Console log monitoring and capture
  • Screenshot capabilities
  • JavaScript execution

Tools

  1. puppeteer_navigate

    Navigate to the specified URL

  2. puppeteer_screenshot

    Capture a screenshot of a page or element

  3. puppeteer_click

    Click on the page element

  4. puppeteer_fill

    Fill in the input field

  5. puppeteer_select

    Select the SELECT element

  6. puppeteer_hover

    Hover over the element

  7. puppeteer_evaluate

    Execute JavaScript

  8. puppeteer_get_content

    Extract page content

  9. puppeteer_scroll

    Scroll the page