Skip to main content
Glama

mcp-image-compression

by InhiblabCore

mcp-画像圧縮

プロジェクト概要

mcp-image-compressionは、MCP(Modal Context Protocol)アーキテクチャに基づく高性能画像圧縮マイクロサービスです。このサービスは、高速かつ高品質な画像圧縮機能を提供することに重点を置いており、開発者がウェブサイトやアプリケーションの画像リソースを最適化し、読み込み速度とユーザーエクスペリエンスを向上させるのに役立ちます。

特徴

  • マルチフォーマットサポート:JPEG、PNG、WebP、AVIFなどの主流の画像フォーマットを圧縮します
  • オフライン使用: インターネットに接続しなくても使用できます
  • スマート圧縮: 画像の内容に基づいて最適な圧縮パラメータを自動的に選択
  • バッチ処理: 複数の画像の並列圧縮をサポートし、効率を向上
  • 品質管理: ファイルサイズと画質のバランスをとるために圧縮品質をカスタマイズ可能

ツール

  1. image_compression
    • 画像圧縮
    • 入力:
      • urls (文字列): 圧縮する画像のURL
      • quality (int): 圧縮品質(0-100)
      • format (文字列): 圧縮画像の形式 (例: "jpeg", "png", "webp", "avif")
    • 戻り値: 圧縮された画像のURL

設定

NPX

{ "mcpServers": { "Image compression": { "command": "npx", "args": [ "-y", "@inhiblab-core/mcp-image-compression" ], "env": { "IMAGE_COMPRESSION_DOWNLOAD_DIR": "<YOUR_DIR>" }, "disabled": false, "autoApprove": [] } } }

建てる

docker build -t mcp-image-compression .

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。

You must be authenticated.

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

さまざまな画像形式のローカル圧縮用のMCPサーバー

  1. プロジェクト概要
    1. 特徴
      1. ツール
        1. 設定
          1. NPX
        2. 建てる
          1. ライセンス

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              An intelligent MCP server with a fully automated batch pipeline for web-ready images. Features include noise reduction, auto levels/curves, JPEG artifact removal, 4K resizing, smart sharpening with shadow/highlight enhancement, and advanced WebP conversion.
              Last updated -
              1
              5
              JavaScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              An MCP server that allows users to generate images using Replicate's Stable Diffusion model and save them to the local filesystem.
              Last updated -
              3
              Python
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              Image Tools MCP is a Model Context Protocol (MCP) service that retrieves image dimensions and compresses images from URLs and local files using the TinyPNG API. It supports converting images to formats like webp, jpeg/jpg, and png, providing detailed information on width, height, type, and compressi
              Last updated -
              4
              131
              3
              JavaScript
              MIT License
              • Apple

            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/InhiblabCore/mcp-image-compression'

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