Skip to main content
Glama

Image Generation MCP Server

이미지 생성 MCP 서버

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

특징

  • Flux.1 Schnell 모델을 기반으로 하는 고품질 이미지 생성
  • 사용자 정의 가능한 크기(폭 및 높이) 지원
  • 신속한 검증 및 API 문제에 대한 명확한 오류 처리
  • MCP 호환 클라이언트와의 쉬운 통합

설치

클로드 데스크탑
  • 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 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

You must be authenticated.

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Flux.1 Schnell 모델을 사용하여 Together AI에서 고품질 이미지를 생성할 수 있는 모델 컨텍스트 프로토콜 서버를 통해 사용자는 사용자 정의 가능한 크기의 텍스트 프롬프트에서 이미지를 생성할 수 있습니다.

  1. 특징
    1. 설치
      1. 클로드 데스크탑
    2. 사용 가능한 도구
      1. 생성\_이미지
    3. 필수 조건
      1. 기여하다
        1. 특허

          Related MCP Servers

          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that provides image generation capabilities using the Ideogram API, allowing users to create images from text prompts with customizable parameters.
            Last updated -
            1
            97
            3
            TypeScript
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that provides an image generation tool using Templated.io, allowing users to create customized images based on templates with text and image layers.
            Last updated -
            TypeScript
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables high-quality image generation using the Flux.1 Schnell model via Together AI with customizable parameters.
            Last updated -
            1
            29
            8
            JavaScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            Provides image generation capabilities using the Flux Schnell model on Replicate, allowing users to create images from text prompts.
            Last updated -
            1
            JavaScript
            MIT License

          View all related MCP servers

          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