mcp-kling
by 199-mcp·★ 26·综合分 41
MCP Kling 是一个全面的 MCP 服务器,通过协议提供对 Kling AI 视频生成工具的完整访问。
概述
MCP Kling 是第一个完整的 Kling AI MCP 服务器实现,提供 13+ 种视频生成、图像创建、口型同步、虚拟试衣和视频效果工具。它支持多种 Kling 模型,包括 v1.0、v1.5、v1.6 和用于图像的 KOLORS。服务器自动下载所有生成的内容,并提供全面的账户管理功能。借助清晰的文档和实际示例,它可以与 Claude Desktop 无缝集成,实现专业 AI 内容创作工作流程。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要通过Claude进行全面视频生成并希望自动下载所有生成内容而不需要手动管理文件时,选择此MCP服务器。
什么时候不要选它
如果您需要超过10秒的视频生成,需要为生成内容获得商业许可,或者担心与Kling API的供应商锁定问题,请避免使用。
此 server 暴露的工具
从 README 抽取出 12 个工具generate_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.
可对比工具
安装
Claude Desktop 安装
- 从 [Kling AI 开发者控制台](https://app.klingai.com/global/dev/api-key) 获取您的 API 凭据
- 添加到 Claude Desktop 配置文件:
**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": "您的访问密钥",
"KLING_SECRET_KEY": "您的秘密密钥"
}
}
}
}- 重启 Claude Desktop
npm 安装:npm install -g mcp-kling
FAQ
- 支持哪些 Kling 模型?
- 服务器支持 Kling v1.0、v1.5、v1.6 用于视频生成,KOLORS 用于图像生成。
- 如何访问生成的内容?
- 所有生成的内容会自动下载到 ./downloads/ 目录中的组织文件夹,并使用描述性文件名。
mcp-kling 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。