Skip to main content
Glama

MCP Kling

by 199-mcp

create_lipsync

Synchronize video mouth movements with audio using text-to-speech or custom audio upload. Works for real, 3D, or 2D human characters with a clear face. Video length limited to 10 seconds.

Instructions

Create a lip-sync video by synchronizing mouth movements with audio. Supports both text-to-speech (TTS) with various voice options or custom audio upload. The original video must contain a clear, steady human face with visible mouth. Works with real, 3D, or 2D human characters (not animals). Video length limited to 10 seconds.

Input Schema

NameRequiredDescriptionDefault
audio_urlNoURL of custom audio file (mp3, wav, flac, ogg; max 20MB, 60s). If provided, TTS parameters are ignored
model_nameNoModel version to use (default: kling-v2-master)
tts_speedNoSpeech speed for TTS (0.5-2.0, default: 1.0)
tts_textNoText for text-to-speech synthesis (used only if audio_url is not provided)
tts_voiceNoVoice style for TTS (default: male-warm). Includes Chinese and English voice options
video_urlYesURL of the video to apply lip-sync to (must contain clear human face)

Input Schema (JSON Schema)

{ "properties": { "audio_url": { "description": "URL of custom audio file (mp3, wav, flac, ogg; max 20MB, 60s). If provided, TTS parameters are ignored", "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" }, "tts_speed": { "description": "Speech speed for TTS (0.5-2.0, default: 1.0)", "maximum": 2, "minimum": 0.5, "type": "number" }, "tts_text": { "description": "Text for text-to-speech synthesis (used only if audio_url is not provided)", "type": "string" }, "tts_voice": { "description": "Voice style for TTS (default: male-warm). Includes Chinese and English voice options", "enum": [ "male-warm", "male-energetic", "female-gentle", "female-professional", "male-deep", "female-cheerful", "male-calm", "female-youthful" ], "type": "string" }, "video_url": { "description": "URL of the video to apply lip-sync to (must contain clear human face)", "type": "string" } }, "required": [ "video_url" ], "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