Skip to main content
Glama

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

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)

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Permite capturar capturas de pantalla de páginas web y archivos HTML locales a través de una interfaz de herramienta MCP simple utilizando Puppeteer con opciones configurables para dimensiones y rutas de salida.

  1. Características
    1. Instalación
      1. Uso
        1. Desarrollo
          1. Licencia

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A tool that enables automated browser control using Pyppeteer within the MCP framework, allowing navigation, screenshot capture, and element interaction with websites.
              Last updated -
              Apache 2.0
            • A
              security
              A
              license
              A
              quality
              Captures screenshots of web pages using Puppeteer, allowing AI agents to visually verify web applications and see their progress when generating web apps.
              Last updated -
              5
              33
              MIT License
              • Apple
              • Linux
            • A
              security
              F
              license
              A
              quality
              An MCP server that enables AI assistants to capture and analyze web page screenshots using Puppeteer, supporting multi-breakpoint captures, error reporting, and page interactions.
              Last updated -
              1
              39
              7
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol (MCP) server for taking screenshots of web pages using Playwright, allowing AI agents to automatically capture and analyze screenshots for UI verification or other tasks.
              Last updated -
              58
              23
              AGPL 3.0

            View all related MCP servers

            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