Skip to main content
Glama

FAL Image/Video MCP Server

by RamboRogers

pixverse_image

Generate videos from images using motion descriptions. Input an image URL, motion prompt, and customize duration, aspect ratio, and unwanted elements. Automatically downloaded to your local machine.

Instructions

Pixverse V4.5 I2V - Advanced 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