just-every/mcp-screenshot-website-fastMCP Server28/100 via “configurable wait strategies for dynamic content stabilization”
** - High-quality screenshot capture optimized for Claude Vision API. Automatically tiles full pages into 1072x1072 chunks (1.15 megapixels) with configurable viewports and wait strategies for dynamic content.
Unique: Combines multiple wait strategies (networkIdle, domContentLoaded, custom JavaScript probes) with retry logic and timeout handling, allowing detection of application-specific readiness states via injected JavaScript rather than generic browser events. The architecture supports both framework-agnostic network-based waits and framework-aware custom conditions.
vs others: More sophisticated than Puppeteer's default waitForNavigation (which only handles network events), this system allows custom JavaScript condition injection for framework-specific readiness detection, making it suitable for modern SPAs that don't follow traditional page load patterns.