image-mcp
image-mcp
中文 | English
Servidor MCP de procesamiento de imágenes local basado en Pillow (sin conexión, sin necesidad de API key). Expone un conjunto de herramientas de imagen a través de MCP para DeepSeek Harness (u otros clientes compatibles con stdio MCP): info / resize / crop / convert / compress / rotate / flip / thumbnail / watermark / effects / placeholder / overlay, con 12 herramientas en total, visibles para el modelo como mcp__images__*.
Características
Sin conexión y sin coste: procesamiento local con Pillow, sin necesidad de API/llaves en línea.
12 herramientas de imagen: información / redimensionar / recortar / convertir / comprimir / rotar / voltear / miniatura / marca de agua / efectos / imagen de marcador de posición / superponer.
Estándar de protocolo: JSON-RPC 2.0, stdio MCP separado por líneas; todos los registros van a stderr (stdout dedicado al protocolo).
Fácil integración: se puede conectar al perfil de DSH con una sola línea de configuración mediante
@deepseek-ai/dsh-mcp-client.
Related MCP server: media-mcp
Instalación e integración (DSH)
pip install -r requirements.txt # 或 pip install PillowAñade en el parche del perfil de DSH (por ejemplo, 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']Tras reiniciar DSH, el agente podrá llamar a las herramientas mcp__images__*.
Ejecución independiente (sin DSH)
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | python3 image_mcp.py
# 返回 12 个工具的 schemaResumen de herramientas
Herramienta | Descripción |
| Ver formato / dimensiones / modo / tamaño de la imagen |
| Redimensionar por ancho/alto o proporción (contain / cover / fill / stretch) |
| Recortar área rectangular |
| Convertir formato (PNG/JPEG/WEBP/GIF/BMP/TIFF) |
| Comprimir recodificando según calidad |
| Rotar (con expansión de lienzo) |
| Voltear horizontal/vertical |
| Miniatura cuyo lado mayor no supere el tamaño especificado |
| Marca de agua de texto (posición/color/opacidad/tamaño de fuente) |
| Efectos: escala de grises/sepia/invertir/desenfoque/enfocar/contraste/brillo |
| Generar imagen de marcador de posición de color sólido (con texto opcional) |
| Superponer otra imagen sobre la base (con transparencia) |
Protocolo
Transporte: stdio, un objeto JSON por línea.
Versión: JSON-RPC 2.0, Protocolo
2025-03-26.SERVER_NAME=dsh-image-mcp,SERVER_VERSION=0.1.0.
Licencia
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