Skip to main content
Glama

AI Video Generator MCP Server

by el-el-san

generate-video

Create custom videos from text prompts or images with AI. Configure aspect ratio, resolution, duration, and choose models like Luma or Kling for tailored video output.

Instructions

Generate a video from text prompt and/or images using AI models (Luma or Kling)

Input Schema

NameRequiredDescriptionDefault
aspect_ratioNoAspect ratio of the video16:9
durationNoDuration of the video (9s costs 2x more)5s
end_image_urlNoFinal image to end the video with (URL or base64 data URI)
image_urlNoInitial image to start the video from (URL or base64 data URI)
loopNoWhether the video should loop (blend end with beginning)
modelNoAI model to use (luma=Ray2, kling=Kling)luma
promptYesText description of the desired video content
resolutionNoResolution of the video (higher resolutions use more credits)540p

Input Schema (JSON Schema)

{ "properties": { "aspect_ratio": { "default": "16:9", "description": "Aspect ratio of the video", "enum": [ "16:9", "9:16", "4:3", "3:4", "21:9", "9:21" ], "type": "string" }, "duration": { "default": "5s", "description": "Duration of the video (9s costs 2x more)", "enum": [ "5s", "9s" ], "type": "string" }, "end_image_url": { "description": "Final image to end the video with (URL or base64 data URI)", "type": "string" }, "image_url": { "description": "Initial image to start the video from (URL or base64 data URI)", "type": "string" }, "loop": { "default": false, "description": "Whether the video should loop (blend end with beginning)", "type": "boolean" }, "model": { "default": "luma", "description": "AI model to use (luma=Ray2, kling=Kling)", "enum": [ "luma", "kling" ], "type": "string" }, "prompt": { "description": "Text description of the desired video content", "type": "string" }, "resolution": { "default": "540p", "description": "Resolution of the video (higher resolutions use more credits)", "enum": [ "540p", "720p", "1080p" ], "type": "string" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from AI Video Generator MCP Server

Related Tools

    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/el-el-san/fal-mcp-server'

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