Enables capturing screenshots of web pages and local HTML files through a simple MCP tool interface using Puppeteer with configurable options for dimensions and output paths.
No reviews yet. Be the first to review!
Sign in to join the conversation
Captures a web page (or a specific element) via a headless Puppeteer browser. Parameters: url (string, required), width (number, optional), height (number, optional), fullPage (boolean, optional), selector (string, optional), waitForSelector (string, optional), waitForTimeout (number, optional), outputPath (string, optional)
Captures the desktop, a specific application window, or a screen region using native OS tools. Works on macOS, Linux, and Windows. Parameters: mode (enum, required), windowId (number, optional), windowName (string, optional), region (object, optional), display (number, optional), includeCursor (boolean, optional), format (enum, optional), delay (number, optional), outputPath (string, optional)