capture_selector
Captures a screenshot of a specific DOM element matched by a CSS selector
How to use it
capture_selector is exposed by the MCP Screenshot Website Fast MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the capture_selector tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install MCP Screenshot Website Fast
claude mcp add screenshot-website-fast -s user -- npx -y @just-every/mcp-screenshot-website-fastOther tools in MCP Screenshot Website Fast (11)
(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): CSS selector for the element to capture
(optional): How long to wait for the selector to appear before failing (default: 5000)
Captures a high-quality screenshot of a webpage
(required): The HTTP/HTTPS URL to capture
(optional): Additional wait time in milliseconds
(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)