# Replicate FLUX Image Generator

Generate images using advanced AI models and store them securely in the cloud. Easily create custom prompts and retrieve accessible image URLs for your projects.

## Quick Start

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

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

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

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

## Tools (1)

- `generate-image`

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

---

Source: https://github.com/andylee20014/mcp-replicate-flux
