el-el-san_vidu-mcp-server
0
Vidu MCP Server is a platform designed to facilitate video creation from static images using Vidu's advanced AI models. The server provides a standardized interface for efficiently interacting with the Vidu API to manage video generation tasks.
Vidu MCP Server
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.
Features
- Image to Video Conversion: Generate videos from static images with customizable settings
- Check Generation Status: Monitor the progress of video generation tasks
- Image Upload: Easily upload images to be used with the Vidu API
Prerequisites
- Node.js (v14 or higher)
- A Vidu API key (available from Vidu website)
- TypeScript (for development)
Usage
- Build the TypeScript code:
- Start the server:
The MCP server will start and be ready to accept connections from MCP clients.
How It Works
The server provides a standardized interface for AI tools through MCP. It handles API authentication, file uploads, task management, and error reporting.
Troubleshooting
- API Key Issues: Make sure your Vidu API key is correctly set in the
.env
file - File Upload Errors: Check that your image files are valid and under 10MB in size
- Connection Problems: Ensure you have internet access and can reach the Vidu API servers