Skip to main content
Glama

MCP Browser Screenshot Server

screenshot_capture

Capture screenshots of web pages or specific elements for testing, monitoring, and documentation purposes using automated browser sessions.

Instructions

Take a screenshot of the current page

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format for the screenshotbase64
fullPageNoCapture full page screenshot
selectorNoCSS selector of element to screenshot

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "base64", "description": "Output format for the screenshot", "enum": [ "base64", "binary" ], "type": "string" }, "fullPage": { "default": false, "description": "Capture full page screenshot", "type": "boolean" }, "selector": { "description": "CSS selector of element to screenshot", "type": "string" } }, "type": "object" }

Other Tools from MCP Browser Screenshot Server

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/seabassgonzalez/mcp-browser-screenshot'

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