tecnomanu/puppeteer-server
3.2
If you are the rightful owner of puppeteer-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A custom Model Context Protocol (MCP) server utilizing Puppeteer for browser automation, enabling LLMs to interact with web pages.
Tools
Functions exposed to the LLM to take actions
puppeteer_navigate
Navigate to a specific URL.
puppeteer_screenshot
Take screenshots of the page or specific elements.
puppeteer_click
Click on an element.
puppeteer_fill
Fill input fields.
puppeteer_select
Select options in SELECT elements.
puppeteer_hover
Hover over an element.
puppeteer_evaluate
Execute JavaScript in the browser console.
puppeteer_wait_for_selector
Wait for an element to appear.
puppeteer_get_page_content
Get the HTML content of the page.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client