Skip to main content
Glama

FLUX Image Generator MCP Server

by frankdeno

batchGenerateImages

Create multiple images simultaneously from a list of text prompts with customizable dimensions and save paths using FLUX Image Generator MCP Server.

Instructions

Generate multiple images from a list of prompts

Input Schema

NameRequiredDescriptionDefault
customPathNoCustom path to save the generated images
heightNoHeight of the images
promptsYesList of text prompts
widthNoWidth of the images

Input Schema (JSON Schema)

{ "properties": { "customPath": { "description": "Custom path to save the generated images", "type": "string" }, "height": { "default": 1024, "description": "Height of the images", "type": "number" }, "prompts": { "description": "List of text prompts", "items": { "type": "string" }, "type": "array" }, "width": { "default": 1024, "description": "Width of the images", "type": "number" } }, "required": [ "prompts" ], "type": "object" }

You must be authenticated.

Other Tools from FLUX Image Generator MCP Server

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/frankdeno/flux-image-generator-mcp'

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