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)

-
security - not tested
F
license - not found
-
quality - not tested

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

            • A
              security
              A
              license
              A
              quality
              Provides HTML file preview and analysis capabilities. This server enables capturing full-page screenshots of local HTML files and analyzing their structure.
              Last updated -
              2
              8
              JavaScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              An official MCP server implementation that allows AI assistants to capture website screenshots through the ScreenshotOne API, enabling visual context from web pages during conversations.
              Last updated -
              1
              6
              TypeScript
              MIT License
              • Apple
            • -
              security
              -
              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 -
              Python
              Apache 2.0
            • -
              security
              F
              license
              -
              quality
              A lightweight Model Context Protocol (MCP) server that enables your LLM to capture screenshots of any specified URL and return only the access URL for the captured image. This tool simplifies the process of generating and sharing webpage snapshots, making it perfect for integrating visual capture ca
              Last updated -
              1
              Python

            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