1.0.7 • Published 8 months ago

@humansean/mcp-puppeteer v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

MCP-Puppeteer

A Model Context Protocol (MCP) server based on Puppeteer that provides web automation capabilities to AI agents.

Introduction

MCP-Puppeteer is a tool that exposes Puppeteer's web automation capabilities through the Model Context Protocol. It allows AI assistants to control web browsers programmatically, enabling tasks such as web scraping, screenshot capture, form filling, and more.

Tools

Tool NameDescriptionParameters
mcp-puppeteer_initializeInitialize a Puppeteer browser instance in headless modeargs: Optional array of browser launch arguments
mcp-puppeteer_closeClose the Puppeteer browser instanceNone
mcp-puppeteer_navigateNavigate to a specified URLurl: The URL to navigate to
mcp-puppeteer_screenshotCapture a screenshot of the current pagepath: File path to save the screenshot
mcp-puppeteer_clickClick on an element specified by selectorselector: CSS selector of the element to click
mcp-puppeteer_fillFill a text input with specified contentselector: CSS selector of the input elementtext: Text to enter in the input
mcp-puppeteer_selectSelect an option from a dropdown menuselector: CSS selector of the select elementvalue: Value to select
mcp-puppeteer_hoverHover the mouse over a specified elementselector: CSS selector of the element to hover over
mcp-puppeteer_evaluateExecute JavaScript code in the page contextscript: JavaScript code to execute

Usage

{
  "mcpServers": {
    "mcp-puppeteer": {
      "command": "npx",
      "args": ["-y", "@humansean/mcp-puppeteer"]
    }
  }
}

License

Apache-2.0 license

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

9 months ago

1.0.0

9 months ago