Puppeteer MCP Server
It provides standardized AI tool calls via the MCP protocol, supporting rapid integration of Agent agents.
Go to CloudBase Platform to create MCP Server via the Puppeteer template
🛠️ Tool List
Tool Identifier | Function Description | Typical Application Scenarios |
---|---|---|
puppeteer_navigate | Navigate to a specified URL | web page access, page navigation |
puppeteer_screenshot | Capture screenshots of the current page or specific elements | page snapshots, element screenshots |
puppeteer_click | Click elements on the page | button clicks, link navigation |
puppeteer_fill | Fill input fields | form filling, search box input |
puppeteer_select | Select dropdown options | form selection, option switching |
puppeteer_hover | Hover over elements | triggering hover effects, menu expansion |
puppeteer_evaluate | Execute JavaScript code in the browser console | page interaction, data extraction |
puppeteer_set_cookie | Set Cookie | login |