MCP Screenshot Website Fast
UnclaimedQuickly screenshots webpages and converts to an LLM friendly size
Install
claude mcp add screenshot-website-fast -s user -- npx -y @just-every/mcp-screenshot-website-fastUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (12)
capture_selector
Captures a screenshot of a specific DOM element matched by a CSS selector
directory
(optional): Directory to save screenshots - returns file paths instead of base64 images
fullPage
(optional): Capture full page screenshot with tiling (default: true)
height
(optional): Viewport height in pixels (max 1072, default: 1072)
selector
(required): CSS selector for the element to capture
selectorTimeoutMS
(optional): How long to wait for the selector to appear before failing (default: 5000)
take_screenshot
Captures a high-quality screenshot of a webpage
url
(required): The HTTP/HTTPS URL to capture
waitFor
(optional): Additional wait time in milliseconds
waitForMS
(optional): Additional wait time in milliseconds
waitUntil
(optional): Wait until event: load, domcontentloaded, networkidle0, networkidle2 (default: domcontentloaded)
width
(optional): Viewport width in pixels (max 1072, default: 1072)