mcp-kling
by 199-mcp·★ 26·Score 41
MCP Kling is a comprehensive server providing full access to Kling AI's video generation tools via MCP protocol.
Overview
MCP Kling is the first complete MCP server implementation for Kling AI, offering 13+ tools for video generation, image creation, lip-sync, virtual try-on, and video effects. It supports multiple Kling models including v1.0, v1.5, v1.6 and KOLORS for images. The server automatically downloads all generated content and provides comprehensive account management features. With clear documentation and practical examples, it enables seamless integration with Claude Desktop for professional AI content creation workflows.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need comprehensive video generation capabilities through Claude and want automatic download of all generated content without manual file management.
When NOT to choose this
Avoid if you need video generation beyond 10 seconds, require commercial licensing for generated content, or have concerns about vendor lock-in with Kling's API.
Tools this server exposes
12 tools extracted from the READMEgenerate_videoCreate stunning videos from text descriptions.
generate_image_to_videoTransform static images into dynamic videos.
check_video_statusMonitor generation progress and auto-download completed videos.
extend_videoSeamlessly extend videos by 4-5 seconds.
create_lipsyncSynchronize lip movements with audio.
apply_video_effectApply professional post-production effects to videos.
generate_imageCreate stunning images with KOLORS model.
check_image_statusMonitor and auto-download generated images.
virtual_try_onTry on virtual clothing using AI.
get_account_balanceCheck your Kling credit balance.
get_resource_packagesView available subscription packages.
list_tasksTrack all your generation tasks.
Comparable tools
Installation
Installation for Claude Desktop
- Get your Kling API credentials from [Kling AI Developer Console](https://app.klingai.com/global/dev/api-key)
- Add to Claude Desktop config file:
**macOS**: ~/Library/Application Support/Claude/claude_desktop_config.json **Windows**: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-kling": {
"command": "npx",
"args": ["-y", "mcp-kling@latest"],
"env": {
"KLING_ACCESS_KEY": "YOUR_ACCESS_KEY_HERE",
"KLING_SECRET_KEY": "YOUR_SECRET_KEY_HERE"
}
}
}
}- Restart Claude Desktop
For npm installation: npm install -g mcp-kling
FAQ
- What Kling models are supported?
- The server supports Kling v1.0, v1.5, v1.6 for video generation and KOLORS for image generation.
- How do I access generated content?
- All generated content is automatically downloaded to organized folders in ./downloads/ with descriptive filenames.
Compare mcp-kling with
Last updated · Auto-generated from public README + GitHub signals.