generate_video
创建视频任务;用 list_video_models 和 get_video_model 查看选项。
连接
创建 API Key,添加服务器配置,然后让你的智能体生成视频。
在 claude.ai 或 Claude 桌面应用中,进入 设置 > 连接器 > 添加自定义连接器,命名为 Vidrush,粘贴此 URL,点击 Connect 并用你的 Vidrush 账号登录即可,无需 API Key。
https://vidrush-ai.com/api/mcp能修改自身 MCP 配置的智能体可以自行完成接入。替换 YOUR_API_KEY 后粘贴:
Add the Vidrush MCP server to this client: streamable HTTP transport, URL https://vidrush-ai.com/api/mcp, HTTP header "Authorization: Bearer YOUR_API_KEY". Then call the list_video_models tool to verify the connection.
能力
Vidrush MCP server 可生成视频、图片、音乐和音频。生成会消耗积分。
创建视频任务;用 list_video_models 和 get_video_model 查看选项。
文生图或图生图;用 list_image_models 浏览模型。
根据提示生成原创音乐;参见 list_music_models。
用 list_voices 中选定的音色将文本转为语音。
根据文本提示生成音效。
查询任务的实时状态和已完成的输出 URL。
最长等待 50 秒后返回最新状态,长任务可反复调用直至完成。
查询当前认证账户的剩余积分。
示例
你
制作一支 8 秒、720p 的视频:纸风筝掠过明亮的夏日天空。
智能体调用 generate_video
{ "model": "sora-2", "prompt": "A paper kite crossing a bright summer sky", "duration": "8s", "resolution": "720p" }
随后 get_task 返回
{ "task_id": "task_123", "status": "success", "video_urls": ["https://.../video.mp4"] }
常见问题