AI Video Generator MCP Server
by el-el-san
This MCP server provides tools to generate videos from text prompts or images using AI image generation models. It supports models like Luma Ray2 Flash and Kling v1.6 Pro.
Last updated: N/A
What is AI Video Generator MCP Server?
The AI Video Generator MCP Server is a tool that allows users to create videos from text prompts and/or images using AI models. It utilizes the Model Context Protocol (MCP) to interface with AI image generation models.
How to use AI Video Generator MCP Server?
To use the server, first clone the repository and install the dependencies using npm install
. Then, create a .env
file and set your FAL.AI API key. Build the server using npm run build
and run it with npm start
. You can then integrate it with Claude Desktop by adding a configuration entry in claude_desktop_config.json
.
Key features of AI Video Generator MCP Server
Generates videos from text prompts
Generates videos from starting and/or ending images
Controls video parameters (aspect ratio, resolution, length, loop)
Checks generation status
Supports multiple AI models (Luma Ray2 Flash, Kling v1.6 Pro)
Use cases of AI Video Generator MCP Server
Creating marketing videos from text descriptions
Generating animated content from storyboards
Prototyping video concepts with AI
Creating personalized video messages
Generating visual content for social media
FAQ from AI Video Generator MCP Server
What models are supported?
What models are supported?
The server supports Luma Ray2 Flash and Kling v1.6 Pro.
How do I set up the API key?
How do I set up the API key?
Create a .env
file and set the FAL_KEY
environment variable to your FAL.AI API key.
How do I check the status of a video generation request?
How do I check the status of a video generation request?
Use the check-video-status
tool with the request_id
.
What parameters can I control for video generation?
What parameters can I control for video generation?
You can control the prompt
, image_url
, end_image_url
, aspect_ratio
, resolution
, duration
, loop
, and model
.
What should I do if I encounter an API key error?
What should I do if I encounter an API key error?
Ensure that the FAL_KEY
environment variable is correctly set. You can also set it directly within the Claude Desktop configuration file.