Skip to main content
Glama
sethbang

MCP Screenshot Server

by sethbang

Servidor de capturas de pantalla MCP

Una implementación de servidor MCP que proporciona la función de captura de pantalla mediante Puppeteer. Este servidor permite capturar capturas de pantalla de páginas web y archivos HTML locales mediante una sencilla interfaz de herramienta MCP.

Características

  • Captura capturas de pantalla de cualquier página web o archivo HTML local

  • Dimensiones de la ventana gráfica configurables

  • Soporte para capturas de pantalla de página completa

  • Opción de ruta de salida personalizada

  • Gestión automática del directorio de capturas de pantalla

Related MCP server: Webpage Screenshot MCP Server

Instalación

npm install

Uso

El servidor proporciona una herramienta take_screenshot con las siguientes opciones:

{ url: string; // URL to capture (can be http://, https://, or file:///) width?: number; // Viewport width in pixels (1-3840) height?: number; // Viewport height in pixels (1-2160) fullPage?: boolean; // Capture full scrollable page outputPath?: string; // Custom output path (optional) }

Desarrollo

# Build the project npm run build # Run the MCP inspector for testing npm run inspector

Licencia

Instituto Tecnológico de Massachusetts (MIT)

One-click Deploy
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Latest Blog Posts

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/sethbang/mcp-screenshot-server'

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