mcpserver.lol
registry/mcp-screenshot-website-fast
Connection check local install

mcp-screenshot-website-fast

Quickly screenshots webpages and converts to an LLM friendly size

Tools 4
GitHub stars 108
Installs / wk
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

4 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

capture_console from source
Capture console output from a web page. Accepts a URL, optional JS command to run, and duration to wait (default 4 seconds). Returns all console messages during that time.
capture_selector from source
Capture a screenshot of a specific DOM element matched by a CSS selector. Use this when a full-page screenshot would send unnecessary pixels.
take_screencast from source
Capture a series of screenshots of a web page over time, producing a screencast. Uses adaptive frame rates: 100ms intervals for ≤5s, 200ms for 5-10s, 500ms for >10s. PNG format: in…
take_screenshot from source
Fast, efficient screenshot capture of web pages - optimized for CLI coding tools. Use this after performing updates to web pages to ensure your changes are displayed correctly. Aut…