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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Convert a still image into a video with customizable parameters. Parameters: image_url (string, required), prompt (string, optional), duration (integer, optional), model (string, optional), resolution (string, optional), movement_amplitude (string, optional), seed (integer, optional), bgm (boolean, optional), callback_url (string, optional)
Check the status of an ongoing video generation task. Parameters: task_id (string, required)
Upload an image for use with the Vidu API. Parameters: image_path (string, required), image_type (string, required)