Skip to main content
Glama
sarthakkimtani

Image Generation MCP Server

이미지 생성 MCP 서버

Together AI를 통해 고품질 이미지를 원활하게 생성할 수 있도록 하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 이미지 생성 매개변수를 지정하기 위한 표준화된 인터페이스를 제공합니다.

특징

  • Flux.1 Schnell 모델을 기반으로 하는 고품질 이미지 생성

  • 사용자 정의 가능한 크기(폭 및 높이) 지원

  • 신속한 검증 및 API 문제에 대한 명확한 오류 처리

  • MCP 호환 클라이언트와의 쉬운 통합

Related MCP server: Image Generation MCP Server

설치

클로드 데스크탑

  • MacOS의 경우: ~/Library/Application\ Support/Claude/claude_desktop_config.json

  • Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

지엑스피1

사용 가능한 도구

서버는 하나의 도구를 구현합니다.

생성_이미지

주어진 텍스트 프롬프트와 선택적 크기에 따라 이미지를 생성합니다.

입력 스키마:

{
  "prompt": {
    "type": "string",
    "description": "A descriptive prompt for generating the image (e.g., 'a futuristic cityscape at sunset')"
  },
  "width": {
    "type": "integer",
    "description": "Width of the generated image in pixels (optional)"
  },
  "height": {
    "type": "integer",
    "description": "Height of the generated image in pixels (optional)"
  },
  "model": {
    "type": "string",
    "description": "The exact model name as it appears in Together AI. If incorrect, it will fallback to the default model (black-forest-labs/FLUX.1-schnell)."
  }
}

필수 조건

  • Python 3.12 이상

  • httpx

  • 엠씨피

기여하다

참여를 환영합니다! 참여 방법은 다음과 같습니다.

  1. 저장소를 포크하세요

  2. 새로운 브랜치( feature/my-new-feature )를 생성합니다.

  3. 변경 사항을 커밋하세요

  4. 가지를 포크로 밀어 넣으세요

  5. 풀 리퀘스트 열기

중요한 변경 사항이 있는 경우, 제안된 변경 사항을 논의하기 위해 먼저 이슈를 열어주세요.

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access 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/sarthakkimtani/mcp-image-gen'

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