loading…
Search for a command to run...
loading…
Enables AI video automation pipeline: ComfyUI image-to-video, FFmpeg processing, After Effects template rendering, review, and multi-platform publishing prepara
Enables AI video automation pipeline: ComfyUI image-to-video, FFmpeg processing, After Effects template rendering, review, and multi-platform publishing preparation.
一个用于 AI 短视频自动化流水线的 MCP Server:把 ComfyUI 图生图/图生视频、FFmpeg 后处理、After Effects 模板包装、审核与多平台发布准备串起来。
设计目标:让 Cursor / Claude Desktop / ChatGPT MCP 客户端可以调用这些工具,自动完成「生成 → 包装 → 审核 → 导出 → 发布包」的流程。
npm install
npm run build
npm start
{
"mcpServers": {
"comfy-ae-video-factory": {
"command": "node",
"args": ["/absolute/path/comfy-ae-video-factory-mcp/dist/index.js"],
"env": {
"COMFY_LOCAL_URL": "http://127.0.0.1:8188",
"VIDEO_FACTORY_ROOT": "/absolute/path/workspace",
"FFMPEG_BIN": "ffmpeg",
"FFPROBE_BIN": "ffprobe",
"AERENDER_BIN": "/Applications/Adobe After Effects 2025/aerender"
}
}
}
}
Windows 示例:
{
"AERENDER_BIN": "C:\\Program Files\\Adobe\\Adobe After Effects 2025\\Support Files\\aerender.exe"
}
pipeline_create_job 创建生产任务目录和 manifestcomfy_submit_workflow 提交 ComfyUI 图生视频 workflowcomfy_get_history 查询结果media_probe 检查视频规格ffmpeg_transcode 统一比例、码率、帧率ae_generate_jsx 生成 AE 模板替换脚本ae_render_template 调用 aerender 输出最终包装视频review_video_package 做审核占位platform_prepare_package 生成各平台发布包推荐在 AE 工程里预先创建这些占位层:
{{MAIN_VIDEO}}{{TITLE}}{{SUBTITLE}}{{LOGO}}{{CTA}}然后用本项目生成的 JSX 替换素材和文字,再通过 aerender 输出。
这个 MCP Server 会执行本地命令,因此默认限制:
VIDEO_FACTORY_ROOT 目录下dryRun,建议先测试命令git init
git add .
git commit -m "init comfy ae video factory mcp"
git branch -M main
git remote add origin [email protected]:YOUR_NAME/comfy-ae-video-factory-mcp.git
git push -u origin main
MCP 官方 TypeScript SDK 支持创建 server、注册 tools,并通过 stdio 或 Streamable HTTP 连接 MCP 客户端。这里使用 stdio,适合本地自动化集成。
from
Run in your terminal:
claude mcp add comfy-ae-video-factory-mcp -- npx Yes, Comfy Ae Video Factory MCP is free — one-click install via Unyly at no cost.
No, Comfy Ae Video Factory runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
Open Comfy Ae Video Factory on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Security
Low riskAutomated heuristic from public metadata — not a security guarantee.