image-mcp
image-mcp
한국어 | English
Pillow 기반 로컬 이미지 처리 MCP Server(오프라인, 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를 통해 한 줄 설정만으로 DSH profile에 연결할 수 있습니다.
Related MCP server: media-mcp
설치 및 연동(DSH)
pip install -r requirements.txt # 或 pip install PillowDSH profile의 패치(예: 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를 재시작하면 agent가 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, 줄마다 JSON 객체 하나.
버전: JSON-RPC 2.0, Protocol
2025-03-26.SERVER_NAME=dsh-image-mcp,SERVER_VERSION=0.1.0.
라이선스
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