Automate browser actions with Puppeteer in new or existing Chrome windows.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Puppeteer MCP Server" yet — see the docs or source repo.
Use the Puppeteer MCP Server to open a specified URL, wait for the page to load, click the login button, and return the execution result.
A report of the browser automation run, such as whether the page opened and the button was clicked successfully.
Connect to my currently open Chrome window, find the target tab, and read the page title.
Information from the connected browser window, such as the target tab's page title.
Use the Puppeteer MCP Server to open this page, verify that key elements exist, and summarize the test results.
A summary of key element checks and a brief testing conclusion.
Developers or product managers can use it for repetitive web actions, such as opening pages, clicking elements, and collecting results with less manual effort.
For page checks or basic feature validation, it can drive a browser through Puppeteer to help confirm whether a page behaves as expected.
When a user already has Chrome open and wants to continue automation in the current window, this tool can connect to an existing session instead of only starting a new one.
This is an MCP server built around Puppeteer for browser automation. It can work with both new browser instances and existing Chrome windows.
Yes. The provided description explicitly says it can interact with existing Chrome windows, not just launch new browser instances.
The provided information does not include installation steps or prerequisites. For runtime, dependencies, and configuration details, see the source repository.
Automate Chrome with Playwright for web actions, testing, and data collection.
Automate browsing, form filling, login, and page interactions through a Chrome MCP server.
Control Chrome with Playwright for end-to-end browser automation and iframe diagnostics.
Control a real local browser for web automation, extraction, and screenshots.
Automate real browser tasks tab by tab while keeping the current session.
Automate browser actions like navigation, form filling, clicking, screenshots, and tab management.