Skip to main content
Glama

FAL Image/Video MCP Server

by RamboRogers

hidream

Generate high-resolution images from text prompts using customizable dimensions and output counts, powered by FAL AI models on the MCP server.

Instructions

HiDream I1 - High-resolution image generation

Input Schema

NameRequiredDescriptionDefault
image_sizeNolandscape_4_3
num_imagesNo
promptYesText prompt for image generation

Input Schema (JSON Schema)

{ "properties": { "image_size": { "default": "landscape_4_3", "enum": [ "square_hd", "square", "portrait_4_3", "portrait_16_9", "landscape_4_3", "landscape_16_9" ], "type": "string" }, "num_images": { "default": 1, "maximum": 4, "minimum": 1, "type": "number" }, "prompt": { "description": "Text prompt for image generation", "type": "string" } }, "required": [ "prompt" ], "type": "object" }

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/RamboRogers/fal-image-video-mcp'

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