MCP Catalogs
Home

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.

mediaai-llmproductivity
7
Forks
0
Open issues
11 mo ago
Last commit
2d ago
Indexed

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:

you:Content creators can generate AI videos directly through Claude for social media and marketing
you:Film producers can pre-visualize scenes and create storyboards rapidly
you:E-commerce platforms can implement virtual try-on features for clothing
you:What Kling models are supported?
you:How do I access generated content?

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 README
  • generate_video

    Create stunning videos from text descriptions.

  • generate_image_to_video

    Transform static images into dynamic videos.

  • check_video_status

    Monitor generation progress and auto-download completed videos.

  • extend_video

    Seamlessly extend videos by 4-5 seconds.

  • create_lipsync

    Synchronize lip movements with audio.

  • apply_video_effect

    Apply professional post-production effects to videos.

  • generate_image

    Create stunning images with KOLORS model.

  • check_image_status

    Monitor and auto-download generated images.

  • virtual_try_on

    Try on virtual clothing using AI.

  • get_account_balance

    Check your Kling credit balance.

  • get_resource_packages

    View available subscription packages.

  • list_tasks

    Track all your generation tasks.

Comparable tools

mcp-stable-video-diffusionmcp-runway-gen-2mcp-pika

Installation

Installation for Claude Desktop

  1. Get your Kling API credentials from [Kling AI Developer Console](https://app.klingai.com/global/dev/api-key)
  2. 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"
      }
    }
  }
}
  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.