Skip to main content
Glama

🎨 AI 이미지 생성 MCP 서버

다중 모델 AI 이미지 생성 MCP 서버입니다. Seedream(Doubao), SDXL, FLUX.1 Schnell/Dev를 지원하며, 30개의 RTX 4090 GPU 가속을 제공합니다.

기능

  • 10가지 MCP 도구: generate_image, generate_from_image, list_models, get_model_info, upscale_image, remove_background, batch_generate, get_generation_status, style_transfer, image_variation

  • 4가지 모델: Seedream 5.0 (API), SDXL (로컬), FLUX.1 Schnell (로컬), FLUX.1 Dev (로컬)

  • 8가지 예술 스타일: photorealistic(실사), anime(애니메이션), oil-painting(유화), watercolor(수채화), 3d-render(3D 렌더링), pixel-art(픽셀 아트), chinese-ink(수묵화), cyberpunk(사이버펑크)

  • GPU 가속: 로컬 모델을 위한 30개의 RTX 4090, 클라우드 생성을 위한 Seedream API

빠른 시작

# Install
pip install -r requirements.txt

# Run (stdio mode - for Claude/WorkBuddy)
python server.py

# Run (HTTP mode - for remote access)
python server.py --transport http --port 8009

도구

도구

설명

generate_image

텍스트 기반 이미지 생성

generate_from_image

이미지 기반 이미지 변환

list_models

사용 가능한 모델 목록

get_model_info

모델 세부 정보 및 가격 확인

upscale_image

초해상도 업스케일링 (2x/4x)

remove_background

배경 제거

batch_generate

한 번에 여러 이미지 생성

get_generation_status

작업 상태 확인

style_transfer

예술적 스타일 적용

image_variation

이미지 변형 생성

모델

모델

제공자

속도

품질

비용

Seedream 5.0

Doubao API

~17초

높음

¥0.04/이미지

SDXL

로컬 4090

~5초

높음

무료

FLUX.1 Schnell

로컬 4090

~3초

좋음

무료

FLUX.1 Dev

로컬 4090

~15초

최고

무료

환경 변수

  • SEEDREAM_API_KEY: Seedream API 키 (기본값: 내장)

  • SEEDREAM_BASE_URL: Seedream API 기본 URL

  • COMFYUI_URL: 로컬 ComfyUI 엔드포인트 (기본값: http://localhost:8188)

  • IMAGE_OUTPUT_DIR: 생성된 이미지의 출력 디렉토리

MCP 설정

{
  "mcpServers": {
    "ai-image-gen": {
      "command": "python",
      "args": ["server.py"],
      "cwd": "/path/to/ai-image-gen-mcp"
    }
  }
}

온라인 액세스 (권장)

로컬 설치 없이 MCP 클라이언트에서 직접 구성:

{
  "mcpServers": {
    "ai-image-gen-mcp": {
      "url": "http://www.mzse.com/image-gen-mcp/"
    }
  }
}

REST API

curl http://www.mzse.com/image-gen-mcp/

배포 상태

라이선스

MIT

F
license - not found
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/zhaohongyuziranerran/ai-image-gen-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server