# Flux Cloudflare MCP

Generate high-quality images using AI with seamless integration into your applications. Leverage customizable parameters for image generation and enjoy secure processing through Cloudflare Workers. E…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Hzzy2O/flux-cloudfare-mcp generate_image

# Call a tool
npx -y @smithery/cli@latest tool call Hzzy2O/flux-cloudfare-mcp generate_image '{}'
```

## Tools (1)

- `generate_image` — Generate an image from a text prompt using Flux model

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

---

Source: https://github.com/Hzzy2O/flux-cloudfare-mcp | License: MIT
