MCP Screenshot Server
@sethbang
About MCP Screenshot Server
A MCP server for capturing screenshots
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Screenshot Server?
MCP Screenshot Server is an MCP (Model Context Protocol) server implementation using 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. The server provides a take_screenshot tool that accepts a URL (http, https, or file), optional viewport dimensions (width 1β3840, height 1β2160), a fullPage boolean, and an optional custom outputPath.
Key features of MCP Screenshot Server
- Capture screenshots of any web page or local HTML file
- Configurable viewport width and height (pixels)
- Full page screenshot support
- Custom output path for saved screenshots
- Automatic screenshot directory management
Use cases of MCP Screenshot Server
- Taking screenshots of web pages via http/https URLs
- Capturing screenshots of local HTML files using file:// URLs
- Generating full-page screenshots of scrollable content
- Saving screenshots to a specific directory or file path
FAQ from MCP Screenshot Server
What URL schemes are supported?
The url parameter can use http://, https://, or file:// schemes.
What are the viewport dimension limits?
Width must be between 1 and 3840 pixels, and height between 1 and 2160 pixels.
Can I specify where the screenshot is saved?
Yes, use the optional outputPath parameter to provide a custom file path.
Does it support full-page screenshots?
Yes, set the fullPage option to true to capture the entire scrollable page.
What runtime dependencies are required?
Node.js and npm are needed. Puppeteer is installed automatically as a dependency when running npm install.
Frequently asked questions
What URL schemes are supported?
The `url` parameter can use `http://`, `https://`, or `file://` schemes.
What are the viewport dimension limits?
Width must be between 1 and 3840 pixels, and height between 1 and 2160 pixels.
Can I specify where the screenshot is saved?
Yes, use the optional `outputPath` parameter to provide a custom file path.
Does it support full-page screenshots?
Yes, set the `fullPage` option to `true` to capture the entire scrollable page.
What runtime dependencies are required?
Node.js and npm are needed. Puppeteer is installed automatically as a dependency when running `npm install`.
Basic information
More Browser Automation MCP servers
Playwright MCP Server π
executeautomationPlaywright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More π
browser-use-mcp-server
co-browserBrowse the web, directly from Cursor etc.
Scrapling Fetch MCP
cyberchittaHelps AI assistants access text content from bot-protected websites. MCP server that fetches HTML/markdown from sites with anti-automation measures using Scrapling.
App Store Scraper MCP Server
appreply-coThis is an MCP server that provides tools to LLMs for searching and analyzing apps from both Google Play Store and Apple App Store β perfect for ASO.
Puppeteer MCP Server
merajmehrabiThis MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
Comments