Skip to main content
Glama

FAL Image/Video MCP Server

by RamboRogers

wan_pro_image

Animate images into videos by providing a motion description prompt and image URL. Customize duration, aspect ratio, and output settings for professional-quality video generation.

Instructions

Wan Pro I2V - Professional image animation

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