cogvideox-drama-mcp
Enables LangChain agents to generate drama videos from scripts using Zhipu CogVideoX, with automatic shot breakdown and video URL retrieval.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cogvideox-drama-mcp将剧本拆成3个分镜并生成视频:主角在雨中奔跑。"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
漫剧生成 MCP 工具
输入一段漫剧剧本,自动拆分成镜,调用智谱 CogVideoX 生成每个分镜的视频片段,返回各分镜视频下载地址。可作为 MCP 服务端接入任意支持 MCP 的 Agent(LangChain、Dify、Cline、Cherry Studio 等)。
功能
输入剧本 → 自动分镜 → 逐镜生成视频
支持 DeepSeek 智能分镜(未配置时自动降级为兜底拆分)
视频生成基于智谱 CogVideoX(cogvideox-3)
异步任务模式:提交 → 轮询 → 返回视频 URL
Related MCP server: video-studio-mcp
环境变量
变量
必填
说明
SEEDANCE_API_KEY
是
智谱开放平台 API Key(open.bigmodel.cn)
SEEDANCE_BASE_URL
是
SEEDANCE_MODEL
否
模型名,默认 cogvideox-3
OPENAI_API_KEY
否
DeepSeek 分镜用
OPENAI_BASE_URL
否
DeepSeek 地址:https://api.deepseek.com/v1
使用
pip install <包名>配置到支持 MCP 的客户端(如 Cherry Studio / Cline):
{ "mcpServers": { "drama-mcp": { "command": "uvx", "args": ["<包名>"] } } }工具
generate_drama(script, shot_count):输入剧本和分镜数(默认 3),返回每个分镜的视频下载地址(JSON)。
说明
每个分镜最长 15 秒,长视频需拆多个分镜。
生成的视频 URL 带时效,拿到后请尽快保存。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for AI-powered image, audio, and video generation, enabling media creation directly from Claude, Cursor, and other MCP clients.1151MIT
- Flicense-qualityBmaintenanceMCP server enabling AI agents to generate AI videos and images, analyze video content, and download videos from Douyin and Xiaohongshu.
- AlicenseAqualityBmaintenanceMCP server for generating images and videos using Z.AI models (GLM-Image, CogView-4, CogVideoX-3, Vidu Q1, etc.) with support for synchronous and asynchronous generation, downloads, and multiple input modes.102MIT
- Flicense-qualityBmaintenanceMCP server for agent-driven video generation from SRT subtitles to Remotion videos, supporting TTS, async tasks, and web console.
Related MCP Connectors
MCP server for Hailuo (MiniMax) AI video generation
MCP server for Wan AI video generation
MCP server for Kling AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lcy-fe-dev/cogvideox-drama-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server