mcp-server

mcp-server

3.5

Steel Puppeteer is a Model Context Protocol server designed for browser automation using Puppeteer and Steel. It allows for various web interactions such as navigation, clicking, and content extraction, making it suitable for tasks requiring browser integration.

Top Comments

puppeteer_navigate

Navigate to the specified URL

puppeteer_screenshot

Capture a screenshot of a page or element

puppeteer_click

Click on the page element

puppeteer_fill

Fill in the input field

puppeteer_select

Select the SELECT element

puppeteer_hover

Hover over the element

puppeteer_evaluate

Execute JavaScript

puppeteer_get_content

Extract page content

puppeteer_scroll

Scroll the page