bobtista_luma-ai-mcp-server

bobtista_luma-ai-mcp-server

3.1

If you are the rightful owner of bobtista_luma-ai-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.

A Model Context Protocol server for Luma AI's Dream Machine API.

This MCP server integrates with Luma AI's Dream Machine API (v1) to provide tools for generating, managing, and manipulating AI-generated videos and images via Large Language Models. It implements the Model Context Protocol (MCP) to enable seamless interaction between AI assistants and Luma's creative tools.

Features

  • Text-to-video generation
  • Advanced video generation with keyframes
  • Image-to-video conversion
  • Video extension and interpolation
  • Image generation with reference images

Tools

  1. ping

    Check if the Luma API is running. No parameters required.

  2. create_generation

    Creates a new video generation with various options like prompt, model, resolution, duration, aspect ratio, loop, and keyframes.

  3. get_generation

    Gets the status of a generation by its ID, including state, failure reason, and video URL if completed.

  4. list_generations

    Lists all generations with optional limit and offset parameters.

  5. delete_generation

    Deletes a generation by its ID.

  6. upscale_generation

    Upscales a video generation to a higher resolution, requiring the generation to be completed and the target resolution to be higher.

  7. add_audio

    Adds AI-generated audio to a video generation with options for prompt, negative prompt, and callback URL.

  8. generate_image

    Generates an image from a text prompt with optional reference images and other parameters.

  9. get_credits

    Gets credit information for the current user, returning available credit balance in USD cents.

  10. get_camera_motions

    Gets all supported camera motions, returning a list of available camera motion strings.