Puppeteer MCP Claude
UnclaimedBrowser automation MCP server for Claude, powered by Puppeteer.
Install
claude mcp add puppeteer-mcp-claude -- npx -y puppeteer-mcp-claude serveUnclaimed 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 (13)
puppeteer_click
Click a CSS selector.
puppeteer_close_browser
Close the whole browser.
puppeteer_close_page
Close a tab.
puppeteer_evaluate
Run a JS expression in page context, returns the value.
puppeteer_get_text
Read textContent of an element.
puppeteer_launch
(Optional) launch a browser or connect to an existing Chrome via browserWSEndpoint. Use this for stealth mode, proxies, custom viewport, etc.
puppeteer_navigate
Go to a URL.
puppeteer_new_page
Open a new tab.
puppeteer_screenshot
Capture a PNG — returned inline as an MCP image block, optionally also saved to disk.
puppeteer_set_request_interception
Block resources by type or inject request headers.
puppeteer_type
Type into an input.
puppeteer_wait_for_selector
Wait until an element appears.
structuredContent
the same data as a typed JSON object, for MCP clients that prefer machine-readable output.