Skip to main content
Glama

Together AI Image Server

Together AI 이미지 서버

영어 | 간체 중국어

Together AI API를 사용하여 이미지를 생성하기 위한 TypeScript 기반 MCP(Model Context Protocol) 서버입니다.

개요

이 서버는 MCP 프로토콜을 통해 Together AI의 이미지 생성 모델을 사용하여 이미지를 생성하는 간단한 인터페이스를 제공합니다. Claude를 비롯한 MCP 호환 어시스턴트들이 텍스트 프롬프트를 기반으로 이미지를 생성할 수 있도록 지원합니다.

특징

도구

  • generate_image - 텍스트 프롬프트에서 이미지 생성
    • 필수 매개변수로 텍스트 프롬프트를 사용합니다.
    • 생성 단계 및 이미지 수를 제어하기 위한 선택적 매개변수
    • 생성된 이미지에 대한 URL 및 로컬 경로를 반환합니다.

필수 조건

  • Node.js(v14 이상 권장)
  • Together AI API 키

설치

지엑스피1

구성

Together AI API 키를 환경 변수로 설정하세요.

# On Linux/macOS export TOGETHER_API_KEY="your-api-key-here" # On Windows (Command Prompt) set TOGETHER_API_KEY=your-api-key-here # On Windows (PowerShell) $env:TOGETHER_API_KEY="your-api-key-here"

또는 프로젝트 루트에 .env 파일을 만들 수 있습니다.

TOGETHER_API_KEY=your-api-key-here

개발

서버를 빌드하세요:

npm run build

자동 재빌드를 사용한 개발의 경우:

npm run watch

Claude Desktop과 함께 사용

Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.

macOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "Together AI Image Server": { "command": "/path/to/together-ai-image-server/build/index.js" } } }

/path/to/together-ai-image-server 실제 설치 경로로 바꾸세요.

디버깅

MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.

npm run inspector

검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.

API 참조

생성_이미지

Together AI의 이미지 생성 API를 사용하여 텍스트 프롬프트를 기반으로 이미지를 생성합니다.

매개변수:

  • prompt (문자열, 필수): 이미지 생성을 위한 텍스트 프롬프트
  • steps (숫자, 선택 사항, 기본값: 4): 확산 단계 수(1-4)
  • n (숫자, 선택, 기본값: 1): 생성할 이미지 수(1-4)

보고:

JSON 객체에는 다음이 포함됩니다.

  • image_urls : 생성된 이미지에 대한 URL 배열
  • local_paths : 로컬 캐시된 이미지에 대한 경로 배열

특허

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.

Claude와 다른 MCP 호환 어시스턴트가 Together AI의 이미지 생성 모델을 사용하여 텍스트 프롬프트에서 이미지를 생성할 수 있도록 하는 MCP 서버입니다.

  1. 개요
    1. 특징
      1. 도구
    2. 필수 조건
      1. 설치
        1. 구성
          1. 개발
            1. Claude Desktop과 함께 사용
              1. 디버깅
                1. API 참조
                  1. 생성\_이미지
                2. 특허
                  1. 기여하다

                    Related MCP Servers

                    • A
                      security
                      A
                      license
                      A
                      quality
                      Enables the generation of images using Together AI's models through an MCP server, supporting customizable parameters such as model selection, image dimensions, and output directory.
                      Last updated -
                      1
                      4
                      JavaScript
                      MIT License
                      • Apple
                      • Linux
                    • -
                      security
                      A
                      license
                      -
                      quality
                      A MCP server that integrates with Cursor IDE to generate images based on text descriptions using JiMeng AI, allowing users to create and save custom images directly within their development environment.
                      Last updated -
                      82
                      Python
                      MIT License
                      • Apple
                      • Linux
                    • A
                      security
                      A
                      license
                      A
                      quality
                      An MCP server implementation that integrates with Minimax API to provide AI-powered image generation and text-to-speech functionality in editors like Windsurf and Cursor.
                      Last updated -
                      2
                      192
                      1
                      JavaScript
                      MIT License
                      • Apple
                    • A
                      security
                      A
                      license
                      A
                      quality
                      Allows AI assistants to generate and transform high-quality images from text prompts using Google's Gemini model via the MCP protocol.
                      Last updated -
                      3
                      5
                      Python
                      MIT License
                      • Apple

                    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/zym9863/together-ai-image-server'

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