Puppeteer
A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
Key Features
- Browser automation: Enables LLMs to control and interact with web browsers.
- Console log monitoring: Captures and provides access to browser console output.
- Screenshot capabilities: Allows capturing screenshots of entire pages or specific elements.
- JavaScript execution: Executes JavaScript code within the browser context.
- Basic web interaction: Supports navigation, clicking elements, and filling out forms.
Resources
The server provides access to two types of resources:
- Console Logs (
console://logs
):- Browser console output in text format.
- Includes all console messages from the browser.
- Screenshots (
screenshot://<name>
):- PNG images of captured screenshots.
- Accessible via the screenshot name specified during capture.