Skip to main content
Glama

Screenshot MCP

by upnorthmedia
MIT License
4

capture_element

Capture precise screenshots of specific webpage elements using CSS selectors. Configure viewports for mobile, tablet, or desktop to ensure responsive design accuracy.

Instructions

Capture a screenshot of a specific element on a webpage

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for the element to capture
standardDelayNoWhether to apply standard 2.5s delay after networkidle2 for better stability
urlYesThe URL of the webpage
viewportNoViewport configuration

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for the element to capture", "type": "string" }, "standardDelay": { "default": true, "description": "Whether to apply standard 2.5s delay after networkidle2 for better stability", "type": "boolean" }, "url": { "description": "The URL of the webpage", "type": "string" }, "viewport": { "description": "Viewport configuration", "properties": { "height": { "description": "Viewport height in pixels", "maximum": 5000, "minimum": 100, "type": "number" }, "preset": { "description": "Device preset (mobile, tablet, desktop)", "enum": [ "mobile", "tablet", "desktop" ], "type": "string" }, "width": { "description": "Viewport width in pixels", "maximum": 5000, "minimum": 100, "type": "number" } }, "type": "object" } }, "required": [ "url", "selector" ], "type": "object" }
Install Server

Other Tools from Screenshot MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/upnorthmedia/ScreenshotMCP'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server