luma-mcp-server

luma-mcp-server

3.3

If you are the rightful owner of luma-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Luma MCP Server provides Luma AI's video generation capabilities as a Model Context Protocol (MCP) server.

Luma MCP Server is a server that offers Luma AI's video generation features as an MCP server. It allows users to generate videos from text or images, and also provides functionalities to extend or interpolate existing videos. The server is structured to handle requests efficiently and integrates with Luma AI's API to deliver seamless video generation services.

Features

  • Generate videos from text prompts or images.
  • Extend existing videos with new sequences.
  • Interpolate between two videos for smooth transitions.
  • Unified error handling system with detailed logging.
  • Comprehensive type definitions and input validation using Zod.

Tools

  1. generate_video

    Generates a video from a text prompt.

  2. generate_video_from_image

    Generates a video using an image as the starting frame.

  3. extend_video

    Extends an existing video with additional sequences.

  4. interpolate_videos

    Interpolates between two videos for a smooth transition.