Fast screenshot capture tool for web pages - optimized for Claude Vision API
Fast screenshot capture tool for web pages - optimized for Claude Vision API. The mcp screenshot website fast mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 5 defined tools rather than through you.
Fast, efficient screenshot capture of web pages - optimized for CLI coding tools. Automatically tiles full pages into 1072x1072 chunks for optimal processing.
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.
Everything the assistant can do here goes through one of these:
take_screenshot — Captures a high-quality screenshot of a webpageParameters — - url (required): The HTTP/HTTPS URL to capturecapture_selector — Captures a screenshot of a specific DOM element matched by a CSS selectorCursor — The Cursor tool exposed by this servertake_screencast — Captures a series of screenshots over time to create a screencast. Only captures the top tile (1072x1072) of the viewportInstallation goes through your MCP client rather than a global install: point it at @just-every/mcp-screenshot-website-fast on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Plenty of browser automation servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Screenshot Website Fast's toolset — take_screenshot, Parameters, capture_selector and 2 more — is a fair guide to whether it matches your workflow. It is maintained by just-every; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| take_screenshot | Captures a high-quality screenshot of a webpage |
| Parameters | - url (required): The HTTP/HTTPS URL to capture |
| capture_selector | Captures a screenshot of a specific DOM element matched by a CSS selector |
| Cursor | The Cursor tool exposed by this server. |
| take_screencast | Captures a series of screenshots over time to create a screencast. Only captures the top tile (1072x1072) of the viewport. |
{
"mcpServers": {
"screenshot-website-fast": {
"command": "npx",
"args": ["-y", "@just-every/mcp-screenshot-website-fast"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.