# Together Flux Image Generator

Generate images seamlessly using the Together AI Flux Schnell image API. Enhance your applications with high-quality image creation capabilities powered by Together AI. Easily integrate image generat…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add togethercomputer/together-flux-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list togethercomputer/together-flux-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get togethercomputer/together-flux-mcp generate-image

# Call a tool
npx -y @smithery/cli@latest tool call togethercomputer/together-flux-mcp generate-image '{}'
```

## Tools (1)

- `generate-image` — Generate an image with the Together AI Flux image API

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get togethercomputer/together-flux-mcp <tool-name>
```

---

Source: https://github.com/togethercomputer/together-flux-mcp
