Overview
What is MCP Screenshot Server?
MCP Screenshot Server is an MCP server that uses Puppeteer to capture screenshots of web pages and local HTML files through a simple tool interface.
How to use MCP Screenshot Server?
Install with npm install, then use the take_screenshot tool with options such as url, width, height, fullPage, and outputPath.
Key features of MCP Screenshot Server
- Capture screenshots of web pages or local HTML files
- Configurable viewport dimensions (width and height)
- Full page screenshot support
- Custom output path option
- Automatic screenshot directory management
Use cases of MCP Screenshot Server
- Taking screenshots of websites for documentation
- Capturing full‑page screenshots of long web pages
- Saving screenshots of local HTML files for testing
FAQ from MCP Screenshot Server
What are the dependencies of MCP Screenshot Server?
The server requires Node.js and Puppeteer (installed automatically via npm).
What are the viewport limits for MCP Screenshot Server?
Width can be 1–3840 pixels, height 1–2160 pixels.
Where are screenshots saved by MCP Screenshot Server?
By default, screenshots are saved to an automatically managed directory; a custom output path can be specified.
Does MCP Screenshot Server include authentication or transport security?
The README does not mention any authentication or transport security features.
Can MCP Screenshot Server capture full scrollable pages?
Yes, by setting the fullPage option to true.