MCP.so
Sign In
Servers

Image Generation MCP Server

@sarthakkimtani

MCP server enabling Image Generation for LLMs, built in Python and integrated with Together AI.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "image-gen": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/image-gen/",
        "run",
        "image-gen"
      ],
      "env": {
        "TOGETHER_AI_API_KEY": "<API KEY>"
      }
    }
  }
}

More from Media & Design