6 months ago
Fast, efficient screenshot capture tool for web pages - optimised for Claude and other LLMs with Image support. Automatically tiles full pages into 1072x1072 chunks for optimal AI processing.
Overview
A Fast Website Screenshot MCP
Fast, efficient screenshot capture tool for web pages - optimised for Claude and other LLMs with Image support. Automatically tiles full pages into 1072x1072 chunks for optimal AI processing.
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
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:
Server Config
{
"mcpServers": {
"screenshot-website-fast": {
"command": "npx",
"args": [
"-y",
"@just-every/mcp-screenshot-website-fast"
]
}
}
}