Puppeteer

By thumbsupordown

MCP server for browser automation with Puppeteer: navigate pages, take screenshots, click, fill, and select elements, and run JavaScript in a real browser.

Tools

puppeteer_click

Click a page element identified by a CSS selector in the browser.

puppeteer_evaluate

Execute arbitrary JavaScript in the browser console and return the result.

puppeteer_fill

Fill a text input field on the page with a specified value.

puppeteer_hover

Move the cursor to hover over a page element identified by a CSS selector.

puppeteer_navigate

Navigate the automated browser to any given URL and load the page.

puppeteer_screenshot

Capture a screenshot of the whole page or of a specific element on the page.

puppeteer_select

Choose an option from an HTML select drop-down element on the page.

Want to create your own MCP server?

Create an account to add and manage your own MCP servers.