Mcp Kling banner
199-mcp 199-mcp

Mcp Kling

AI community

Description

🎬 The FIRST MCP server for Kling AI video generation! Generate stunning AI videos directly from Claude.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🎬 MCP Kling - The ONLY COMPLETE Kling AI MCP Server!

[![npm version](https://img.shields.io/npm/v/mcp-kling.svg)](https://www.npmjs.com/package/mcp-kling) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

**The world's FIRST and ONLY complete MCP server for Kling AI - now with FULL API support!** πŸš€

Transform Claude into a professional AI content studio with complete access to Kling's entire suite of creative tools. Generate videos, create images, add lip-sync, apply effects, and even try on virtual clothing - all through simple conversations with Claude. This isn't just another integration; it's the COMPLETE Kling experience!

🌟 Why This is HUGE

  • 100% COMPLETE: The ONLY MCP server implementing ALL Kling AI features
  • 13+ Tools: Full access to video, image, effects, lip-sync, and more
  • Auto-Download: Automatically saves all generated content locally
  • Multiple Models: Access Kling v1.0, v1.5, v1.6, and KOLORS for images
  • Professional Studio: Create complete productions with effects and audio
  • Account Management: Monitor balance and resource usage
  • Perfect for: Content creators, filmmakers, marketers, developers, and AI enthusiasts

πŸš€ Quick Start

It's incredibly easy to get started!

1. Get your Kling API Credentials

  1. Go to Kling AI Developer Console
  2. Click "+ Create a new API Key"
  3. Save both your Access Key and Secret Key

2. Add to Claude Desktop

Add this configuration to your 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"
      }
    }
  }
}