Vidu MCP Server
by el-el-san
A Model Context Protocol (MCP) server for interacting with the Vidu video generation API. This server provides tools for generating videos from images using Vidu's powerful AI models.
Last updated: N/A
What is Vidu MCP Server?
The Vidu MCP Server is a server application that allows users to generate videos from images using the Vidu video generation API. It uses the Model Context Protocol (MCP) to provide a standardized interface for AI tools.
How to use Vidu MCP Server?
- Install the server using Smithery or manually by cloning the repository and installing dependencies. 2. Configure the server with your Vidu API key in a
.env
file. 3. Build the TypeScript code and start the server. 4. Interact with the server using MCP clients, sending requests for image-to-video conversion, checking generation status, or uploading images.
Key features of Vidu MCP Server
Image to Video Conversion
Check Generation Status
Image Upload
Customizable video generation parameters
Use cases of Vidu MCP Server
Generating marketing videos from product images
Creating animated content for social media
Prototyping video concepts
Automated video creation workflows
FAQ from Vidu MCP Server
What is the Model Context Protocol (MCP)?
What is the Model Context Protocol (MCP)?
MCP is a standardized interface for AI tools, allowing them to communicate and exchange data in a structured format.
How do I get a Vidu API key?
How do I get a Vidu API key?
You can obtain a Vidu API key from the Vidu website (vidu.com).
What image formats are supported for upload?
What image formats are supported for upload?
The server supports PNG, WebP, JPEG, and JPG image formats.
What video resolutions are supported?
What video resolutions are supported?
The server supports 360p, 720p, and 1080p resolutions.
What should I do if I encounter API key issues?
What should I do if I encounter API key issues?
Ensure your Vidu API key is correctly set in the .env
file.