Skip to main content
Glama
TOBYCAI

image-mcp

by TOBYCAI

image-mcp

한국어 | English

GitHub stars Downloads Downloads@latest License MCP

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 Pillow

DSH 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

도구 목록

도구

설명

info

이미지 형식 / 크기 / 모드 / 용량 확인

resize

너비/높이 또는 비율로 크기 조정(contain / cover / fill / stretch)

crop

사각형 영역 잘라내기

convert

형식 변환(PNG/JPEG/WEBP/GIF/BMP/TIFF)

compress

품질에 따라 재인코딩하여 압축

rotate

회전(캔버스 확장 가능)

flip

가로/세로 미러링

thumbnail

긴 변이 지정된 크기를 넘지 않는 썸네일

watermark

텍스트 워터마크(위치/색상/투명도/글꼴 크기)

effects

효과: 그레이스케일/세피아/반전/블러/샤프닝/대비/밝기

placeholder

단색 플레이스홀더 이미지 생성(텍스트 포함 가능)

overlay

배경 이미지 위에 다른 이미지 오버레이(투명도 지원)

프로토콜

  • 전송: stdio, 줄마다 JSON 객체 하나.

  • 버전: JSON-RPC 2.0, Protocol 2025-03-26.

  • SERVER_NAME=dsh-image-mcp, SERVER_VERSION=0.1.0.

라이선스

MIT © TOBYCAI

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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