Skip to main content
Glama

Configurable Puppeteer MCP Server

by afshawnlotfi

puppeteer_screenshot

Capture webpage screenshots or specific elements using CSS selectors with customizable dimensions for precise visual documentation or testing.

Instructions

Take a screenshot of the current page or a specific element

Input Schema

NameRequiredDescriptionDefault
heightNoHeight in pixels (default: 600)
nameYesName for the screenshot
selectorNoCSS selector for element to screenshot
widthNoWidth in pixels (default: 800)

Input Schema (JSON Schema)

{ "properties": { "height": { "description": "Height in pixels (default: 600)", "type": "number" }, "name": { "description": "Name for the screenshot", "type": "string" }, "selector": { "description": "CSS selector for element to screenshot", "type": "string" }, "width": { "description": "Width in pixels (default: 800)", "type": "number" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from Configurable Puppeteer MCP 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/afshawnlotfi/mcp-configurable-puppeteer'

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