Best for
- Development workflows that need to provide screenshots to AI models
- AI coding tools like Claude Code, Cursor that support MCP
- Automated testing scenarios requiring full-page screenshots
This server is optimized for AI workflows, capturing screenshots in a format ideal for vision models. The automatic tiling is excellent for full-page captures. Installation is straightforward across multiple clients. However, there is a resolution cap, and it relies on an external browser, which may require additional setup in some environments. Overall, it's reliable and practical.
This MCP server uses Puppeteer headless browser to quickly capture web page screenshots, automatically tiling full pages into 1072x1072 pixel chunks for optimal processing by AI models like Claude Vision API. It supports configurable viewports, wait strategies, selector capture, and screencast recording with optional animated WebP output. Designed for CLI coding tools like Claude Code, VS Code, Cursor, it integrates seamlessly into AI workflows.
For Claude Code: claude mcp add screenshot-website-fast -s user -- npx -y @just-every/mcp-screenshot-website-fast. For VS Code, use the code --add-mcp command or JSON config. For JetBrains IDEs, add via settings with JSON. Alternatively, add the JSON config to any MCP client's mcp.json.
{
"mcpServers": {
"screenshot-website-fast": {
"command": "npx",
"args": [
"-y",
"@just-every/mcp-screenshot-website-fast"
]
}
}
}