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
- -security-license-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 -82
- -security-license-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 -
- Asecurity-licenseAqualityA modern Model Context Protocol (MCP) server that enables AI assistants to collect interactive user feedback, supporting text and image-based responses.Last updated -3MIT License
- -security-license-qualityModel Context Protocol (MCP) server that provides AI assistants with advanced web research capabilities, including Google search integration, intelligent content extraction, and multi-source synthesis.Last updated -114MIT License
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