Puppeteer MCP Server
UnclaimedThis MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
Install
npx puppeteer-mcp-serverUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (14)
debugPort
Chrome debugging port (default: 9222)
height
Height in pixels (default: 600)
puppeteer_click
Click an element on the page.
puppeteer_connect_active_tab
Connect to an existing Chrome instance with remote debugging enabled.
puppeteer_evaluate
Execute JavaScript in the browser console.
puppeteer_fill
Fill out an input field.
puppeteer_hover
Hover over elements.
puppeteer_navigate
Navigate to a URL.
puppeteer_screenshot
Take a screenshot of the current page or a specific element.
puppeteer_select
Use dropdown menus.
selector
CSS selector for element to screenshot
targetUrl
URL of the specific tab to connect to
value
Text to enter
width
Width in pixels (default: 800)