Skip to main content
Glama

MCP Kling

by 199-mcp

generate_image_to_video

Transform images into dynamic videos by describing motion and transformations with text prompts. Use URLs for starting and optional ending images, select model versions, and customize duration and creative freedom.

Instructions

Generate a video from an image using Kling AI

Input Schema

NameRequiredDescriptionDefault
cfg_scaleNoCreative freedom scale 0-1 (default: 0.5)
durationNoVideo duration in seconds (default: 5)
image_tail_urlNoURL of the ending image (optional)
image_urlYesURL of the starting image
modeNoVideo generation mode (default: standard)
model_nameNoModel version to use (default: kling-v2-master)
negative_promptNoText describing what to avoid in the video (optional)
promptYesText prompt describing the motion and transformation

Input Schema (JSON Schema)

{ "properties": { "cfg_scale": { "description": "Creative freedom scale 0-1 (default: 0.5)", "maximum": 1, "minimum": 0, "type": "number" }, "duration": { "description": "Video duration in seconds (default: 5)", "enum": [ "5", "10" ], "type": "string" }, "image_tail_url": { "description": "URL of the ending image (optional)", "type": "string" }, "image_url": { "description": "URL of the starting image", "type": "string" }, "mode": { "description": "Video generation mode (default: standard)", "enum": [ "standard", "professional" ], "type": "string" }, "model_name": { "description": "Model version to use (default: kling-v2-master)", "enum": [ "kling-v1", "kling-v1.5", "kling-v1.6", "kling-v2-master" ], "type": "string" }, "negative_prompt": { "description": "Text describing what to avoid in the video (optional)", "type": "string" }, "prompt": { "description": "Text prompt describing the motion and transformation", "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/199-mcp/mcp-kling'

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