MCP server for Kling AI video generation
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Kling.
kling_generate_videoGenerate AI video from a text prompt using Kling.
kling_generate_video_from_imageGenerate AI video using reference images as start and/or end frames.
kling_extend_videoExtend an existing video with additional content.
kling_generate_motionTransfer motion from a reference video to a character image.
kling_get_taskQuery the status and result of a video generation task.
kling_get_tasks_batchQuery multiple video generation tasks at once.
A Model Context Protocol (MCP) server for AI video generation using Kling through the AceDataCloud API.
Generate AI videos, extend clips, and transfer motion directly from Claude, VS Code, or any MCP-compatible client.
| Tool | Description |
|---|---|
kling_generate_video | Generate AI video from a text prompt using Kling. |
kling_generate_video_from_image | Generate AI video using reference images as start and/or end frames. |
kling_extend_video | Extend an existing video with additional content. |
kling_generate_motion | Transfer motion from a reference video to a character image. |
kling_get_task | Query the status and result of a video generation task. |
kling_get_tasks_batch | Query multiple video generation tasks at once. |
kling_list_models | List all available Kling models for video generation. |
kling_list_actions | List all available Kling API actions and corresponding tools. |
AceDataCloud hosts a managed MCP server β no local installation required.
Endpoint: https://kling.mcp.acedata.cloud/mcp
All requests require a Bearer token. Use the API token from Step 1.
Connect directly on Claude.ai with OAuth β no API token needed:
https://kling.mcp.acedata.cloud/mcpAdd to your config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
Add to your MCP config (.cursor/mcp.json or .windsurf/mcp.json):
Add to your VS Code MCP config (.vscode/mcp.json):
Or install the Ace Data Cloud MCP extension for VS Code, which registers the hosted MCP servers with one-click setup.
Claude Code supports MCP servers natively:
Or add to your project's .mcp.json:
Add to Cline's MCP settings (.cline/mcp_settings.json):
Add to your MCP configuration:
Add to Roo Code MCP settings:
Add to .continue/config.yaml:
Add to Zed's settings (~/.config/zed/settings.json):
If you prefer to run the server on your own machine:
Clients connect with their own Bearer token β the server extracts the token from each request's Authorization header.
| Model | Description | Use Case |
|---|---|---|
kling-v1 | First generation | Basic video generation |
kling-v1-6 | V1 extended | Improved quality over v1 |
kling-v2-master | V2 master (default) | High-quality, balanced performance |
kling-v2-1-master | V2.1 master | Enhanced quality and consistency |
kling-v2-5-turbo | V2.5 turbo | Faster generation, good quality |
kling-o1 | Kling O1 | Omni image/video reference generation |
| Variable | Description | Default |
|---|---|---|
ACEDATACLOUD_API_TOKEN | API token from AceDataCloud | Required |
ACEDATACLOUD_API_BASE_URL | API base URL | https://api.acedata.cloud |
KLING_DEFAULT_MODEL | Default video model | kling-v2-master |
KLING_DEFAULT_MODE | Default generation mode | std |
KLING_DEFAULT_ASPECT_RATIO | Default aspect ratio | 16:9 |
KLING_REQUEST_TIMEOUT | Request timeout in seconds | 300 |
LOG_LEVEL | Logging level | INFO |
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-kling)<a href="https://allmcps.com/mcp/mcp-kling"><img src="https://allmcps.com/api/badge/mcp-kling?style=directory" alt="MCP Kling on AllMCPs" /></a>