MCP 画像ダウンローダー
画像のダウンロードと最適化のためのツールを提供するMCPサーバー。モデルコンテキストプロトコル(MCP)を使用して構築されたこのサーバーにより、AIアシスタントはURLから画像をダウンロードし、基本的な画像最適化タスクを実行できます。
特徴
適切なエラー処理を行って URL から画像をダウンロードする
次のオプションを使用して画像を最適化します。
サイズ変更(アスペクト比を維持)
品質調整(JPEG/WebP)
フォーマット変換
インストール
使用法
MCPサーバーとして
サーバーを MCP 構成に追加します (例: Claude Desktop の構成)。
利用可能なツール
ダウンロード画像
URL から指定されたパスに画像をダウンロードします。
パラメータ:
url
: ダウンロードする画像のURLoutputPath
: 画像を保存するパス
画像の最適化
画像の最適化されたバージョンを作成します。
パラメータ:
inputPath
: 入力画像へのパスoutputPath
: 最適化された画像を保存するパスwidth
(オプション):ターゲットの幅(幅のみ指定されている場合はアスペクト比を維持します)height
(オプション):ターゲットの高さ(高さのみ指定されている場合はアスペクト比を維持します)quality
(オプション):JPEG/WebP 品質(1~100)
発達
要件
Node.js 16以上
NPMまたは互換性のあるパッケージマネージャー
ライセンス
MIT ライセンス - 詳細についてはLICENSEファイルを参照してください。
著者
qpd-v
バージョン
0.1.0 - 初回リリース
local-only server
The server can only run on the client's local machine because it depends on local resources.
AI アシスタントが URL から画像をダウンロードし、基本的な画像最適化タスクを実行できるようにします。
Related MCP Servers
- PythonMIT License
- -securityFlicense-qualityEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.Last updated -
- -securityFlicense-qualityEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.Last updated -
- -securityAlicense-qualityProvides AI agents and coding assistants with advanced web crawling and RAG capabilities, allowing them to scrape websites and leverage that knowledge through various retrieval strategies.Last updated -1MIT License