Skip to main content
Glama

FAL Image/Video MCP Server

by RamboRogers

kling_master_image

Convert images into videos by defining motion prompts, aspect ratios, and durations. Generate dynamic visuals from static inputs using advanced AI models for creative and professional use cases.

Instructions

Kling 2.1 Master I2V - Premium image-to-video conversion

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