Together AI Image Server
About
The server acts as a bridge between MCP-compatible assistants and Together AI's image generation capabilities.
Details
- Author
- zym9863
- GitHub stars
- 4
- Downloads
- 223
- Categories
- Developer Tools, AI, Other, API, Media
Jump to
- Exposes a generate_image tool for text-to-image generation
- Requires only a text prompt; optional steps (1-4) and number of images (1-4)
- Returns image URLs and local file paths
- Built with TypeScript for reliable MCP integration
- Debug using the MCP Inspector via npm run inspector
Install the server by cloning the repository and running npm install. Set the TOGETHER_API_KEY environment variable or create a .env file with your Together AI API key. Build the server with npm run build, then configure Claude Desktop by adding the path to the built index.js in the mcpServers section of the Claude Desktop configuration file.
Together AI Image Server
English | 简体中文
A TypeScript-based MCP (Model Context Protocol) server for generating images using Together AI API.
<a href="https://glama.ai/mcp/servers/p1ctvg1l87">
</a>
Overview
This server provides a simple interface to generate images using Together AI's image generation models through the MCP protocol. It allows Claude and other MCP-compatible assistants to generate images based on text prompts.
Features
Tools
- generate_image - Generate images from text prompts
- Takes a text prompt as required parameter
- Optional parameters for controlling generation steps and number of images
- Returns URLs and local paths to generated images
Prerequisites
- Node.js (v14 or later recommended)
- Together AI API key
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





