MCP Screenshot Server
An MCP server implementation that provides screenshot functionality using Puppeteer. This server allows capturing screenshots of web pages and local HTML files through a simple MCP tool interface.
Features
- Capture screenshots of any web page or local HTML file
- Configurable viewport dimensions
- Full page screenshot support
- Custom output path option
- Automatic screenshot directory management
Installation
npm install
Usage
The server provides a take_screenshot tool with the following options:
{
url: string; // URL to capture (can be http://, https://, or file:///)
width?: number; // Viewport width in pixels (1-3840)
height?: number; // Viewport height in pixels (1-2160)
fullPage?: boolean; // Capture full scrollable page
outputPath?: string; // Custom output path (optional)
}
Development
# Build the project
npm run build
# Run the MCP inspector for testing
npm run inspector
License
MIT
Screenshot Server
Project Details
- sethbang/mcp-screenshot-server
- screenshot-server
- Last Updated: 2/7/2025
Recomended MCP Servers
Model Context Protocol Servers
mcp_server_mariadb_reader
Memory Bank is an MCP server that helps teams create, manage, and access structured project documentation. It generates...
BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retrieval and filtering of...
A Model Context Protocol server that integrates AI assistants with Metabase analytics platform
MCP server for searching npm packages
A Model Context Protocol (MCP) server that enables Claude Desktop to interact with Lichess chess platform through natural...
GitHub's official MCP Server





