A server that provides Luma AI's video generation API as the Model Context Protocol (MCP)
Generates a video from a text prompt. Parameters: prompt (string), loop (optional boolean), callback_url (optional string)
Generates a video using an image as the starting frame. Parameters: prompt (string), image_url (string), loop (optional boolean), callback_url (optional string)
Extends an existing video. Parameters: prompt (string), source_generation_id (string), loop (optional boolean), callback_url (optional string)
Smoothly interpolates between two videos. Parameters: prompt (string), start_generation_id (string), end_generation_id (string), callback_url (optional string)
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs