merajmehrabi_puppeteer-mcp-server

merajmehrabi_puppeteer-mcp-server

3.4

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

puppeteer_connect_active_tab

Connect to an existing Chrome instance with remote debugging enabled.

puppeteer_navigate

Navigate to a URL.

puppeteer_screenshot

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

puppeteer_click

Click an element on the page.

puppeteer_fill

Fill out an input field.

puppeteer_select

Use dropdown menus.

puppeteer_hover

Hover over elements.

puppeteer_evaluate

Execute JavaScript in the browser console.