The Puppeteer project is a Model Context Protocol server designed for browser automation using Puppeteer. It allows large language models (LLMs) to interact with web pages by providing functionalities such as navigating to URLs, taking screenshots, clicking, hovering over elements, filling forms, and executing JavaScript code in a real browser environment. This server is particularly useful for tasks that require automated web interactions, such as data scraping, testing web applications, or automating repetitive browser tasks. It also offers resources for monitoring browser console logs and accessing screenshots, making it a comprehensive tool for developers needing to automate and interact with web pages programmatically.
Navigate to any URL in the browser. Parameters: url (string, required), launchOptions (object, optional), allowDangerous (boolean, optional)
Capture screenshots of the entire page or specific elements. Parameters: name (string, required), selector (string, optional), width (number, optional, default: 800), height (number, optional, default: 600)
Click elements on the page. Parameter: selector (string)
Hover elements on the page. Parameter: selector (string)
Fill out input fields. Parameters: selector (string), value (string)
Select an element with SELECT tag. Parameters: selector (string), value (string)
Execute JavaScript in the browser console. Parameter: script (string)
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs