Skip to main content
Glama

Flux Cloudflare MCP

by Hzzy2O

generate_image

Create custom images from text prompts using the Flux model, specifying dimensions, aspect ratio, and saving location, hosted on the Cloudflare-based MCP server.

Instructions

Generate an image from a text prompt using Flux model

Input Schema

NameRequiredDescriptionDefault
aspect_ratioNoAspect ratio for the generated image1:1
file_nameNoName of the file to save the image
heightNoHeight of the generated image
num_inference_stepsNoNumber of denoising steps. 4 is recommended, and lower number of steps produce lower quality outputs, faster.
promptYesPrompt for generated image
save_folderNoFolder path to save the image./output
widthNoWidth of the generated image

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "aspect_ratio": { "default": "1:1", "description": "Aspect ratio for the generated image", "enum": [ "1:1", "1:2", "3:2", "3:4", "16:9", "9:16" ], "type": "string" }, "file_name": { "description": "Name of the file to save the image", "minLength": 1, "type": "string" }, "height": { "description": "Height of the generated image", "exclusiveMinimum": 0, "maximum": 1024, "type": "integer" }, "num_inference_steps": { "default": 4, "description": "Number of denoising steps. 4 is recommended, and lower number of steps produce lower quality outputs, faster.", "maximum": 4, "minimum": 1, "type": "integer" }, "prompt": { "description": "Prompt for generated image", "minLength": 1, "type": "string" }, "save_folder": { "default": "./output", "description": "Folder path to save the image", "type": "string" }, "width": { "description": "Width of the generated image", "exclusiveMinimum": 0, "maximum": 1024, "type": "integer" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from Flux Cloudflare MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hzzy2O/flux-cloudfare-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server