Skip to main content
Glama

MCP Kling

by 199-mcp

extend_video

Add 4-5 seconds to a video using the Kling AI model. Specify the task ID and a prompt to generate new content that follows the original video's ending, enabling longer sequences or additional scenes.

Instructions

Extend a video by 4-5 seconds using Kling AI. This feature allows you to continue a video beyond its original ending, generating new content that seamlessly follows from the last frame. Perfect for creating longer sequences or adding additional scenes to existing videos.

Input Schema

NameRequiredDescriptionDefault
durationNoExtension duration (fixed at 5 seconds)
modeNoVideo generation mode (default: standard)
model_nameNoModel version to use for extension (default: kling-v2-master)
promptYesText prompt describing how to extend the video (what should happen next)
task_idYesThe task ID of the original video to extend (from a previous generation)

Input Schema (JSON Schema)

{ "properties": { "duration": { "description": "Extension duration (fixed at 5 seconds)", "enum": [ "5" ], "type": "string" }, "mode": { "description": "Video generation mode (default: standard)", "enum": [ "standard", "professional" ], "type": "string" }, "model_name": { "description": "Model version to use for extension (default: kling-v2-master)", "enum": [ "kling-v1", "kling-v1.5", "kling-v1.6", "kling-v2-master" ], "type": "string" }, "prompt": { "description": "Text prompt describing how to extend the video (what should happen next)", "type": "string" }, "task_id": { "description": "The task ID of the original video to extend (from a previous generation)", "type": "string" } }, "required": [ "task_id", "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