Skip to main content
Glama

FAL Image/Video MCP Server

by RamboRogers

hunyuan_image

Transform images into videos using motion prompts with the open-source Hunyuan I2V tool on the FAL Image/Video MCP Server. Define duration, aspect ratio, and customize output for creative visual storytelling.

Instructions

Hunyuan I2V - Open-source image-to-video

Input Schema

NameRequiredDescriptionDefault
aspect_ratioNo16:9
cfg_scaleNoHow closely to follow the prompt
durationNoVideo duration in seconds5
image_urlYesURL of the input image
negative_promptNoWhat to avoid in the video
promptYesMotion description prompt

Input Schema (JSON Schema)

{ "properties": { "aspect_ratio": { "default": "16:9", "enum": [ "16:9", "9:16", "1:1" ], "type": "string" }, "cfg_scale": { "default": 0.5, "description": "How closely to follow the prompt", "maximum": 1, "minimum": 0, "type": "number" }, "duration": { "default": "5", "description": "Video duration in seconds", "enum": [ "5", "10" ], "type": "string" }, "image_url": { "description": "URL of the input image", "type": "string" }, "negative_prompt": { "description": "What to avoid in the video", "type": "string" }, "prompt": { "description": "Motion description prompt", "type": "string" } }, "required": [ "image_url", "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