Vidu
Summary
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.
Available Actions(3)
convert_image_to_video
Converts a still image into a video with customizable parameters. Parameters: image_url (required), prompt (optional), duration (optional), model (optional), resolution (optional), movement_amplitude (optional), seed (optional), bgm (optional), callback_url (optional)
check_generation_status
Checks the status of an ongoing video generation task. Parameters: task_id (required)
upload_image
Uploads an image to be used with the Vidu API. Parameters: image_path (required), image_type (required)
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation