MCP server for Kling AI video generation
{
"mcpServers": {
"io-github-acedatacloud-mcp-kling": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Kling AI video generation
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 3 days ago.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Model Context Protocol (MCP) Server to connect your AI with any MediaWiki
MCP server for Apple Developer Documentation - Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/Objective-C APIs & code examples in Claude, Cursor & AI assistants
MCP server for scanning and remediating hardcoded secrets using GitGuardian’s API. Detect over 500 secret types and prevent credential leaks before code goes public.
MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.
MCP Security Weekly
Get CVE alerts and security updates for io.github.AceDataCloud/mcp-kling and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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):
{
"mcpServers": {
"kling": {
"type": "streamable-http",
"url": "https://kling.mcp.acedata.cloud/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}
Add to your MCP config (.cursor/mcp.json or .windsurf/mcp.json):
{
"mcpServers": {
"kling": {
"type": "streamable-http",
"url": "https://kling.mcp.acedata.cloud/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}
Add to your VS Code MCP config (.vscode/mcp.json):
{
"servers": {
"kling": {
"type": "streamable-http",
"url": "https://kling.mcp.acedata.cloud/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}
Or install the [Ace Data Cloud MCP extension](https://marketplace.visualstudio.com/