Vidu MCP Server provides a standardized interface for generating videos from static images using the Vidu AI video generation API. It implements three main tools: image-to-video conversion with customizable parameters like duration and resolution, status checking for ongoing generation tasks, and image uploading capabilities. The server handles all the complexity of API authentication, file management, and asynchronous task processing, making it particularly valuable for applications that need to transform static visual content into dynamic videos without requiring direct API integration.
No reviews yet. Be the first to review!
Sign in to join the conversation
カスタマイズ可能なパラメータで静止画を動画に変換します。必要なパラメータには画像のURLやオプションのプロンプト、動画の長さ、モデル名、解像度などがあります。
実行中の動画生成タスクの状況を確認します。必要なパラメータは、画像から動画への変換ツールで返されたタスクIDです。
Vidu APIで使用する画像をアップロードします。必要なパラメータには画像ファイルのローカルパスと画像ファイルタイプが含まれます。