image-mcp
image-mcp
日本語 | English
Pillow ベースのローカル画像処理 MCP サーバー(オフライン、API キー不要)。MCP を通じて DeepSeek Harness(または stdio MCP をサポートする他のクライアント)に画像ツール一式を公開します:info / resize / crop / convert / compress / rotate / flip / thumbnail / watermark / effects / placeholder / overlay、合計 12 個のツール。モデルからは mcp__images__* というツール名で見えます。
特徴
オフライン・ゼロコスト:完全ローカルの Pillow 処理で、オンライン API/キーは一切不要。
12 個の画像ツール:情報 / リサイズ / クロップ / 変換 / 圧縮 / 回転 / 反転 / サムネイル / 透かし / エフェクト / プレースホルダー / オーバーレイ。
標準プロトコル:JSON-RPC 2.0、行区切りの stdio MCP。すべてのログは stderr に出力(stdout はプロトコル専用)。
簡単に接続:
@deepseek-ai/dsh-mcp-client経由で 1 行設定するだけで DSH プロファイルに組み込めます。
Related MCP server: media-mcp
インストールと接続(DSH)
pip install -r requirements.txt # 或 pip install PillowDSH プロファイルのパッチ(例:cordis.patch.yml)に以下を追加:
- id: mcp-images
name: '@deepseek-ai/dsh-mcp-client'
config:
serverName: images
transport: stdio
command: python3
args: ['<PATH-TO>/image_mcp.py']DSH を再起動すると、エージェントが mcp__images__* ツールを呼び出せるようになります。
単独実行(DSH なし)
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | python3 image_mcp.py
# 返回 12 个工具的 schemaツール一覧
ツール | 説明 |
| 画像の形式 / サイズ / モード / ファイルサイズを確認 |
| 幅・高さ・比率でリサイズ(contain / cover / fill / stretch) |
| 矩形領域をクロップ |
| 形式変換(PNG/JPEG/WEBP/GIF/BMP/TIFF) |
| 品質指定で再エンコードして圧縮 |
| 回転(キャンバス拡張対応) |
| 水平・垂直ミラー |
| 長辺が指定サイズを超えないサムネイル |
| テキスト透かし(位置・色・透明度・フォントサイズ) |
| エフェクト:グレースケール / セピア / 反転 / ぼかし / シャープ / コントラスト / 明るさ |
| 単色プレースホルダー画像を生成(テキスト付き可) |
| ベース画像に別の画像を重ねる(透明度対応) |
プロトコル
トランスポート:stdio、1 行に 1 つの JSON オブジェクト。
バージョン:JSON-RPC 2.0、Protocol
2025-03-26。SERVER_NAME=dsh-image-mcp、SERVER_VERSION=0.1.0。
License
MIT © TOBYCAI
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server providing tools for image processing operations325PythonMIT
- AlicenseAqualityCmaintenanceAn MCP server for image and video processing that allows AI assistants to resize, convert, compress, and analyze media files locally without API keys. It supports a wide range of formats and provides tools for tasks such as metadata removal, frame extraction, and video conversion.134MIT
- AlicenseBqualityDmaintenanceA local MCP server for generating and editing images using OpenAI-compatible APIs. It provides text-to-image generation and image editing capabilities with configurable endpoints and saves output directly to local files.211MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for generating, editing, and processing images via multiple providers including Kilo, OpenRouter, OpenAI, and Gemini, with local tools for background removal, resizing, and cropping.372MIT
Related MCP Connectors
MCP server for Midjourney AI image generation and editing
MCP server for Tinify image optimization — one tool, max optimization
MCP server for NanoBanana AI image generation and editing
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/TOBYCAI/image-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server