Skip to main content
Glama

mcp-image-downloader

by qpd-v

MCP 画像ダウンローダー

画像のダウンロードと最適化のためのツールを提供するMCPサーバー。モデルコンテキストプロトコル(MCP)を使用して構築されたこのサーバーにより、AIアシスタントはURLから画像をダウンロードし、基本的な画像最適化タスクを実行できます。

特徴

  • 適切なエラー処理を行って URL から画像をダウンロードする
  • 次のオプションを使用して画像を最適化します。
    • サイズ変更(アスペクト比を維持)
    • 品質調整(JPEG/WebP)
    • フォーマット変換

インストール

# Clone the repository git clone https://github.com/qpd-v/mcp-image-downloader.git cd mcp-image-downloader # Install dependencies npm install # Build the project npm run build

使用法

MCPサーバーとして

サーバーを MCP 構成に追加します (例: Claude Desktop の構成)。

{ "mcpServers": { "image-downloader": { "command": "node", "args": ["/path/to/mcp-image-downloader/build/index.js"] } } }

利用可能なツール

ダウンロード画像

URL から指定されたパスに画像をダウンロードします。

パラメータ:

  • url : ダウンロードする画像のURL
  • outputPath : 画像を保存するパス
画像の最適化

画像の最適化されたバージョンを作成します。

パラメータ:

  • inputPath : 入力画像へのパス
  • outputPath : 最適化された画像を保存するパス
  • width (オプション):ターゲットの幅(幅のみ指定されている場合はアスペクト比を維持します)
  • height (オプション):ターゲットの高さ(高さのみ指定されている場合はアスペクト比を維持します)
  • quality (オプション):JPEG/WebP 品質(1~100)

発達

# Run in development mode npm run start # Build the project npm run build

要件

  • Node.js 16以上
  • NPMまたは互換性のあるパッケージマネージャー

ライセンス

MIT ライセンス - 詳細についてはLICENSEファイルを参照してください。

著者

qpd-v

バージョン

0.1.0 - 初回リリース

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

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

AI アシスタントが URL から画像をダウンロードし、基本的な画像最適化タスクを実行できるようにします。

  1. 特徴
    1. インストール
      1. 使用法
        1. MCPサーバーとして
        2. 利用可能なツール
      2. 発達
        1. 要件
          1. ライセンス
            1. 著者
              1. バージョン

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  Enables the generation of images using Together AI's models through an MCP server, supporting customizable parameters such as model selection, image dimensions, and output directory.
                  Last updated -
                  1
                  4
                  JavaScript
                  MIT License
                  • Apple
                  • Linux
                • -
                  security
                  A
                  license
                  -
                  quality
                  A server that integrates Flux's advanced image generation and manipulation features into AI coding assistants, enabling seamless text-to-image and image control workflows in IDEs like Cursor and Windsurf.
                  Last updated -
                  4
                  10
                  Python
                  MIT License
                • -
                  security
                  -
                  license
                  -
                  quality
                  A Model Context Protocol server enabling AI assistants to generate images through OpenAI's DALL-E API with full support for all available options and fine-grained control.
                  Last updated -
                  JavaScript
                  MIT License
                • A
                  security
                  F
                  license
                  A
                  quality
                  A server that accepts image URLs and analyzes their content using GPT-4-turbo, enabling Claude AI assistants to understand and describe images through natural language.
                  Last updated -
                  1
                  1
                  JavaScript

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/qpd-v/mcp-image-downloader'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server