Integrates with GitHub Actions for continuous integration and release workflows.
Uses Puppeteer headless browser for fast, high-quality screenshot capture with configurable viewports and wait strategies.
@just-every/mcp-screenshot-website-fast
Fast, efficient screenshot capture tool for web pages - optimized for Claude Vision API. Automatically tiles full pages into 1072x1072 chunks for optimal AI processing.
Overview
Built specifically for AI vision workflows, this tool captures high-quality screenshots with automatic resolution limiting and tiling for optimal processing by Claude Vision API and other AI models. It ensures screenshots are perfectly sized at 1072x1072 pixels (1.15 megapixels) for maximum compatibility.
Features
- 📸 Fast screenshot capture using Puppeteer headless browser
- 🎯 Claude Vision optimized with automatic resolution limiting (1072x1072 for optimal 1.15 megapixels)
- 🔲 Automatic tiling - Full pages are automatically split into 1072x1072 tiles
- 🔄 Always fresh content - No caching ensures up-to-date screenshots
- 📱 Configurable viewports for responsive testing
- ⏱️ Wait strategies for dynamic content (networkidle, custom delays)
- 📄 Full page capture by default for complete page screenshots
- 📦 Minimal dependencies for fast npm installs
- 🔌 MCP integration for seamless AI workflows
Installation
Claude Code
VS Code
Cursor
JetBrains IDEs
Settings → Tools → AI Assistant → Model Context Protocol (MCP) → Add
Choose "As JSON" and paste:
Raw JSON (works in any MCP client)
Drop this into your client's mcp.json (e.g. .vscode/mcp.json, ~/.cursor/mcp.json, or .mcp.json for Claude).
Prerequisites
- Node.js 20.x or higher
- npm or npx
- Chrome/Chromium (automatically downloaded by Puppeteer)
Quick Start
MCP Server Usage
Once installed in your IDE, the following tools are available:
Available Tools
screenshot_website_fast
- Captures a high-quality screenshot of a webpage- Parameters:
url
(required): The HTTP/HTTPS URL to capturewidth
(optional): Viewport width in pixels (max 1072, default: 1072)height
(optional): Viewport height in pixels (max 1072, default: 1072)fullPage
(optional): Capture full page screenshot (default: true)waitUntil
(optional): Wait until event: load, domcontentloaded, networkidle0, networkidle2 (default: networkidle2)waitFor
(optional): Additional wait time in milliseconds
- Parameters:
Development Usage
Install
Capture screenshot
CLI Options
-w, --width <pixels>
- Viewport width (max 1072, default: 1072)-h, --height <pixels>
- Viewport height (max 1072, default: 1072)--no-full-page
- Disable full page capture and tiling--wait-until <event>
- Wait until event: load, domcontentloaded, networkidle0, networkidle2--wait-for <ms>
- Additional wait time in milliseconds-o, --output <path>
- Output file path (required for tiled output)
Architecture
Development
Why This Tool?
Built specifically for AI vision workflows:
- Optimized for Claude Vision API - Automatic resolution limiting to 1072x1072 pixels (1.15 megapixels)
- Automatic tiling - Full pages split into perfect chunks for AI processing
- Always fresh - No caching ensures you get the latest content
- MCP native - First-class integration with AI development tools
- Simple API - Clean, straightforward interface for capturing screenshots
Contributing
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Add tests for new functionality
- Submit a pull request
Troubleshooting
Puppeteer Issues
- Ensure Chrome/Chromium can be downloaded
- Check firewall settings
- Try setting
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
and provide custom executable
Screenshot Quality
- Adjust viewport dimensions
- Use appropriate wait strategies
- Check if site requires authentication
Timeout Errors
- Increase wait time with
--wait-for
flag - Use different
--wait-until
strategies - Check if site is accessible
License
MIT
You must be authenticated.
Captures high-quality screenshots of web pages with automatic resolution limiting and tiling optimized for Claude Vision API and other AI models.
- Overview
- Features
- Installation
- Prerequisites
- Quick Start
- Development Usage
- Architecture
- Development
- Why This Tool?
- Contributing
- Troubleshooting
- License
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityProvides HTML file preview and analysis capabilities. This server enables capturing full-page screenshots of local HTML files and analyzing their structure.Last updated -28JavaScriptMIT License
- -securityFlicense-qualityEnables 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.Last updated -104JavaScript
- AsecurityAlicenseAqualityAn official MCP server implementation that allows AI assistants to capture website screenshots through the ScreenshotOne API, enabling visual context from web pages during conversations.Last updated -13621TypeScriptMIT License
- -security-license-qualityAn MCP server that provides web development tools including taking screenshots of screens, enabling AI agents to capture and analyze visual content during development.Last updated -2TypeScript