ScreenshotOne MCP Server
公式ScreenshotOneでウェブサイトのスクリーンショットをレンダリングします
ドキュメント
ScreenshotOne MCP サーバー
ScreenshotOne 向けの MCP (Model Context Protocol) サーバーの公式実装です。
なぜこれが構築されたのか、そして MCP の未来についてのいくつかの考察。
ツール
render-website-screenshot: ウェブサイトのスクリーンショットをレンダリングし、画像として返します。
使い方
ビルド
最初に必ず依存関係をインストールしてビルドしてください:
npm install && npm run build
ScreenshotOne API キーを取得する
ScreenshotOne でサインアップし、API キーを取得してください。
Claude for Desktop で使う
~/Library/Application\ Support/Claude/claude_desktop_config.json に以下を追加してください:
{
"mcpServers": {
"screenshotone": {
"command": "node",
"args": ["path/to/screenshotone/mcp/build/index.js"],
"env": {
"SCREENSHOTONE_API_KEY": "<your api key>"
}
}
}
}
スタンドアロンまたは他のプロジェクトで使う
SCREENSHOTONE_API_KEY=your_api_key && node build/index.js
ライセンス
ScreenshotOne MCP Server は MIT ライセンス の下で提供されています。