Image Generation MCP Server
@sarthakkimtani
关于 Image Generation MCP Server
MCP server enabling Image Generation for LLMs, built in Python and integrated with Together AI.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"image-gen": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/image-gen/",
"run",
"image-gen"
],
"env": {
"TOGETHER_AI_API_KEY": "<API KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Image Generation MCP Server?
A Model Context Protocol (MCP) server that enables seamless generation of high-quality images via Together AI. It provides a standardized interface to specify image generation parameters for MCP-compatible clients.
How to use Image Generation MCP Server?
Install using uv and configure in your MCP client (e.g., Claude Desktop) by adding a server entry with the command uv --directory /ABSOLUTE/PATH/TO/image-gen/ run image-gen and the required TOGETHER_AI_API_KEY environment variable. Once connected, call the generate_image tool with a descriptive prompt and optional width, height, and model parameters.
Key features of Image Generation MCP Server
- High-quality image generation via the Flux.1 Schnell model
- Customizable output dimensions (width and height)
- Clear error handling for prompt validation and API issues
- Easy integration with MCP-compatible clients
- Support for specifying an exact Together AI model with automatic fallback
Use cases of Image Generation MCP Server
- Generate images from descriptive text prompts for content creation
- Specify custom dimensions to match project layout requirements
- Integrate image generation into existing MCP-based workflows and tools
FAQ from Image Generation MCP Server
What model does the server use by default?
The default model is black-forest-labs/FLUX.1-schnell. You can override it with any Together AI model name via the model parameter.
What are the prerequisites for running the server?
You need Python 3.12 or higher, the httpx and mcp packages, and a valid Together AI API key.
How do I configure the API key?
Set the TOGETHER_AI_API_KEY environment variable in your MCP client configuration (e.g., claude_desktop_config.json).
What tools does the server provide?
It provides one tool: generate_image, which accepts a prompt (required), and optional width, height, and model parameters.
Can I specify the image dimensions?
Yes, you can optionally set width and height in pixels when calling generate_image.
媒体与设计 分类下的更多 MCP 服务器
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
评论