MCP Screenshot Server

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Allows capturing screenshots of websites and local HTML files through Puppeteer with configurable viewport dimensions, full page capture support, and custom output paths.

MCP スクリーンショットサーバー

Puppeteerを使用したスクリーンショット機能を提供するMCPサーバー実装。このサーバーでは、シンプルなMCPツールインターフェースを介して、WebページやローカルHTMLファイルのスクリーンショットをキャプチャできます。

特徴

  • 任意のWebページまたはローカルHTMLファイルのスクリーンショットをキャプチャします
  • 設定可能なビューポート寸法
  • 全ページスクリーンショットのサポート
  • カスタム出力パスオプション
  • スクリーンショットディレクトリの自動管理

インストール

npm install

使用法

サーバーは、次のオプションを持つ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

ライセンス

マサチューセッツ工科大学

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

Puppeteer を使用して、寸法と出力パスの設定可能なオプションを備えたシンプルな MCP ツール インターフェイスを通じて、Web ページとローカル HTML ファイルのスクリーンショットをキャプチャできます。

  1. Features
    1. Installation
      1. Usage
        1. Development
          1. License
            ID: hwx6nwjr0e