puppeteer-mcp-server
33
The Puppeteer MCP Server provides browser automation capabilities using Puppeteer, allowing interaction with both new and existing Chrome windows. It supports various browser operations and offers intelligent Chrome tab management.
puppeteer_connect_active_tab
Connect to an existing Chrome instance (remote debugging enabled)
puppeteer_navigate
Navigate to the specified URL
puppeteer_screenshot
Take screenshots of the current page or specific element
puppeteer_click
Click on the element on the page
puppeteer_fill
Fill in the input field
puppeteer_select
Use the drop-down menu
puppeteer_hover
Hover over the element
puppeteer_evaluate
Execute JavaScript in the browser console