Skip to main content
Glama

MCP Screenshot Server

by sethbang

MCP 스크린샷 서버

Puppeteer를 사용하여 스크린샷 기능을 제공하는 MCP 서버 구현입니다. 이 서버를 사용하면 간단한 MCP 도구 인터페이스를 통해 웹 페이지와 로컬 HTML 파일의 스크린샷을 캡처할 수 있습니다.

특징

  • 모든 웹 페이지나 로컬 HTML 파일의 스크린샷을 캡처합니다.
  • 구성 가능한 뷰포트 크기
  • 전체 페이지 스크린샷 지원
  • 사용자 정의 출력 경로 옵션
  • 자동 스크린샷 디렉토리 관리

설치

지엑스피1

용법

서버는 다음 옵션을 갖춘 take_screenshot 도구를 제공합니다.

{ 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) }

개발

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

특허

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.

Puppeteer를 사용하여 간단한 MCP 도구 인터페이스를 통해 웹 페이지와 로컬 HTML 파일의 스크린샷을 캡처할 수 있으며, 치수 및 출력 경로에 대한 구성 가능한 옵션이 제공됩니다.

  1. 특징
    1. 설치
      1. 용법
        1. 개발
          1. 특허

            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 -
              Python
              Apache 2.0
            • A
              security
              F
              license
              A
              quality
              An MCP server that provides web development tools including taking screenshots of screens, enabling AI agents to capture and analyze visual content during development.
              Last updated -
              2
              678
              8
              TypeScript
            • 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
              26
              JavaScript
              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
              31
              7
              JavaScript

            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