gyazo-mcp-server
Gyazo画像統合のためのモデルコンテキストプロトコルサーバー
これはTypeScriptベースのMCPサーバーで、Gyazo画像へのアクセスを提供します。AIアシスタントがモデルコンテキストプロトコル(MCP)を介してGyazo画像にアクセスし、操作できるようにします。これにより、以下の機能が提供されます。
- URIとメタデータでGyazo画像を表すリソース
- 画像を検索、取得、アップロードするためのツール
- Gyazo API 経由の画像コンテンツとメタデータへのアクセス
特徴
リソース
gyazo-mcp://
URI 経由で Gyazo 画像を一覧表示してアクセスする- 各画像には次のものが含まれます。
- オリジナル画像コンテンツ
- メタデータ(タイトル、説明、アプリ、URL)
- OCRデータ(利用可能な場合)
- さまざまな画像形式(JPEG、PNGなど)をサポートします
ツール
gyazo_search
- Gyazoにユーザーがアップロードしたキャプチャの全文検索- キーワード、タイトル、アプリ、URL、日付範囲で検索
- 複数の結果を閲覧するためのページネーションをサポート
- 一致する画像のURIとメタデータを返します
gyazo_image
- Gyazo から画像コンテンツとメタデータを取得します- IDまたはURLで特定の画像を取得する
- 画像コンテンツと詳細なメタデータの両方を返します
gyazo_latest_image
- Gyazoから最新の画像を取得します- 画像コンテンツとメタデータの両方を返します
- 利用可能な場合は OCR テキストも含めます
gyazo_upload
- Gyazoに画像をアップロードする- base64でエンコードされた画像データを含む画像をアップロードする
- タイトル、説明、リファラー URL、アプリ名などのオプションのメタデータを追加します
- アップロードされた画像のパーマリンクURLとIDを返します
インストール
NPMパッケージ
Gyazo MCP サーバーをインストールする最も簡単な方法は、npm を使用することです。
前提条件
- Gyazo アカウントをお持ちでない場合は作成してください: https://gyazo.com
- Gyazo API アクセス トークンを次の URL から取得します: https://gyazo.com/api
- 「アプリケーションを登録」ボタンをクリックします
- 「新規申請」ボタンをクリック
- アプリ名と説明をフォームに記入してください
- 名前とコールバックURLは必須です
- コールバックURLには
http://localhost
使用できます。
- 「送信」ボタンをクリック
- アプリケーション名をクリックすると詳細が表示されます
- 「アクセストークン」までスクロールします
- 「生成」ボタンをクリック
- 「アクセストークン」の値をコピーする
GYAZO_ACCESS_TOKEN
環境変数にトークンを設定します
クロードデスクトップ統合
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
NPM パッケージの使用 (推奨)
Dockerの使用(オプション)
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
Dockerビルド(オプション)
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
TypeScript ベースの MCP サーバー。AI アシスタントがモデル コンテキスト プロトコルを使用して Gyazo 画像と対話できるようにし、Gyazo API を介して画像 URI、メタデータ、OCR データにアクセスできるようにします。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP (Model Context Protocol) server that provides Google search capabilities and webpage content analysis tools. This server enables AI models to perform Google searches and analyze webpage content programmatically.Last updated -33952TypeScript
- -securityFlicense-qualityA MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.Last updated -5TypeScript
- -security-license-qualityA Model Context Protocol (MCP) server that allows AI assistants like Claude to interact with Go's Language Server Protocol (LSP) and benefit from advanced Go code analysis features.Last updated -GoApache 2.0
- -securityFlicense-qualityAn MCP (Multi-Agent Conversation Protocol) Server that provides a standardized interface for interacting with Google's Cloud Vision API, enabling AI agents to analyze images and extract visual information through natural language.Last updated -Python
Appeared in Searches
- Tools or methods to convert PDFs to Markdown using OCR
- A tool or server for searching and using images for a project (e.g., Unsplash or other sources)
- How to read an image using software or tools
- A programming language for developing applications: TypeScript
- A tool for reading and recognizing image content using MCP