Skip to main content
Glama

Website Screenshot MCP

by gourraguis

screenshot

Capture website screenshots with customizable options for format, device viewport, and full-page capture to suit specific needs.

Instructions

Takes a screenshot of a website.

Input Schema

NameRequiredDescriptionDefault
deviceNolaptop-hidpi
formatNo
fullPageNo
outputPathYes
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "device": { "default": "laptop-hidpi", "enum": [ "ios-large", "ios-small", "android-large", "android-medium", "tablet-large", "tablet-small", "laptop-hidpi", "laptop-mdpi" ], "type": "string" }, "format": { "enum": [ "png", "jpeg" ], "type": "string" }, "fullPage": { "type": "boolean" }, "outputPath": { "type": "string" }, "url": { "format": "uri", "type": "string" } }, "required": [ "url", "outputPath" ], "type": "object" }
Install Server

Other Tools from Website 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/gourraguis/glasses-mcp'

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