Free Image Generation MCP Server
This MCP server provides FREE image generation service using the Together AI Flux Schnell model. Can change the Model as per needs to use other Together AI models
Overview
The Free Image Generation MCP Server is a Model Context Protocol (MCP) server that allows users to generate high-quality images using the Together AI Flux Schnell model. It provides a standardized interface for specifying image generation parameters.
To use the server, install it via npm and configure it with your Together AI API key. You can then call the generate_image tool with a prompt to create images.
- High-quality image generation using the Flux.1 Schnell model - Customizable image dimensions (width and height) - Clear error handling for prompt validation and API issues - Easy integration with MCP-compatible clients - Option to save generated images in PNG format
- Generating images for creative projects or artwork.
- Creating visual content for marketing and social media.
- Assisting developers in generating images for applications or websites.
Add to your AI client
Use these steps to connect Free Image Generation MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"free-image-generation-mcp-server-together-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-free-image-generation-mcp-server-together-mcp-server"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"free-image-generation-mcp-server-together-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-free-image-generation-mcp-server-together-mcp-server"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"free-image-generation-mcp-server-together-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-free-image-generation-mcp-server-together-mcp-server"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"free-image-generation-mcp-server-together-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-free-image-generation-mcp-server-together-mcp-server"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"free-image-generation-mcp-server-together-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-free-image-generation-mcp-server-together-mcp-server"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"free-image-generation-mcp-server-together-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-free-image-generation-mcp-server-together-mcp-server"
]
}
}
}FAQ
What is required to run the server?
You need Node.js >= 16 and a Together AI API key.
Can I customize the image generation parameters?
Yes! You can specify dimensions, model, and other parameters when generating images.
Is there a limit to the number of images I can generate?
The server allows you to generate multiple images, but be mindful of API usage limits set by Together AI.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2045,"uuid":"b5987d20-a36a-4457-b8ad-430f5a79bc22","name":"Free Image Generation MCP Server","title":"Free Image Generation MCP Server","description":"This MCP server provides FREE image generation service using the Together AI Flux Schnell model.\nCan change the Model as per needs to use other Together AI models","avatar_url":null,"created_at":"2025-03-05T16:27:25.339Z","updated_at":"2025-03-12T15:26:42.009Z","status":"created","author_name":"together-mcp-server","author_avatar_url":null,"tags":"image-generation,AI,MCP-server","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/manascb1344/together-mcp-server/","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":"9a8fae7a-5cd7-470a-bfc2-ccc50ce08d96","tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]