image-mcp
image-mcp
Chinesisch | English
Lokaler Bildverarbeitungs-MCP-Server basierend auf Pillow (offline, ohne API-Schlüssel). Stellt über MCP eine Reihe von Bildwerkzeugen für DeepSeek Harness (oder andere Clients, die stdio MCP unterstützen) bereit: info / resize / crop / convert / compress / rotate / flip / thumbnail / watermark / effects / placeholder / overlay, insgesamt 12 Werkzeuge, die für das Modell sichtbaren Werkzeugnamen sind mcp__images__*.
Eigenschaften
Offline und kostenlos: Reine lokale Pillow-Verarbeitung, keine Online-API/Schlüssel erforderlich.
12 Bildwerkzeuge: Informationen / Skalieren / Zuschneiden / Konvertieren / Komprimieren / Drehen / Spiegeln / Thumbnail / Wasserzeichen / Effekte / Platzhalter / Überlagern.
Protokollstandard: JSON-RPC 2.0, zeilengetrenntes stdio MCP; alle Logs gehen an stderr (stdout ist ausschließlich für das Protokoll).
Einfache Integration: Mit einer Zeile Konfiguration über
@deepseek-ai/dsh-mcp-clientin das DSH-Profil einbinden.
Related MCP server: media-mcp
Installation und Integration (DSH)
pip install -r requirements.txt # 或 pip install PillowFügen Sie im Patch des DSH-Profils (z. B. cordis.patch.yml) hinzu:
- id: mcp-images
name: '@deepseek-ai/dsh-mcp-client'
config:
serverName: images
transport: stdio
command: python3
args: ['<PATH-TO>/image_mcp.py']Nach einem Neustart von DSH kann der Agent die mcp__images__*-Werkzeuge aufrufen.
Eigenständiger Betrieb (ohne DSH)
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | python3 image_mcp.py
# 返回 12 个工具的 schemaWerkzeugübersicht
Werkzeug | Beschreibung |
| Bildformat / Abmessungen / Modus / Größe anzeigen |
| Nach Breite/Höhe/Verhältnis skalieren (contain / cover / fill / stretch) |
| Rechteckigen Bereich zuschneiden |
| Format konvertieren (PNG/JPEG/WEBP/GIF/BMP/TIFF) |
| Nach Qualität neu encodieren und komprimieren |
| Drehen (mit erweiterbarer Leinwand) |
| Horizontal/vertikal spiegeln |
| Thumbnail, dessen lange Seite die angegebene Größe nicht überschreitet |
| Textwasserzeichen (Position/Farbe/Transparenz/Schriftgröße) |
| Effekte: Graustufen / Sepia / Invertieren / Weichzeichnen / Schärfen / Kontrast / Helligkeit |
| Einfarbiges Platzhalterbild erzeugen (optional mit Text) |
| Ein weiteres Bild auf das Grundbild legen (mit Transparenz) |
Protokoll
Übertragung: stdio, ein JSON-Objekt pro Zeile.
Version: JSON-RPC 2.0, Protokoll
2025-03-26.SERVER_NAME=dsh-image-mcp,SERVER_VERSION=0.1.0.
Lizenz
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