take_screenshot
Captures a high-quality screenshot of a webpage
How to use it
take_screenshot is exposed by the MCP Server Website MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the take_screenshot tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install MCP Server Website
claude mcp add screenshot-website-fast -s user -- npx -y @just-every/mcp-screenshot-website-fastOther tools in MCP Server Website (7)
(optional): Directory to save screenshots - returns file paths instead of base64 images
(optional): Capture full page screenshot with tiling (default: true)
(optional): Viewport height in pixels (max 1072, default: 1072)
(required): The HTTP/HTTPS URL to capture
(optional): Additional wait time in milliseconds
(optional): Wait until event: load, domcontentloaded, networkidle0, networkidle2 (default: domcontentloaded)
(optional): Viewport width in pixels (max 1072, default: 1072)