MCP Catalogs
Home

luma-api-mcp

by lumalabs·24·Score 34

An MCP server that integrates Luma AI's image and video generation capabilities through Ray and Photon models.

ai-llmmediadeveloper-tools
11
Forks
2
Open issues
13 mo ago
Last commit
2d ago
Indexed

Overview

This MCP server provides tools for creating images and videos using Luma AI's powerful models. It allows users to generate images with customizable aspect ratios, models, and reference images. For video creation, it offers options for various models, resolutions, durations, and the ability to specify keyframes using image URLs or generation IDs. The server supports both photon models for image generation and ray models for video creation, with different variants optimized for different use cases.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Create custom images with specific aspect ratios and styles for presentations
you:Generate videos from text prompts with controlled start and end frames
you:Produce marketing content combining character references with text prompts
you:How long does it take to generate content?
you:Can I use my own images as references?

When to choose this

Choose this MCP server when you need direct access to Luma AI's image and video generation capabilities through Claude Desktop or other MCP clients.

When NOT to choose this

Avoid if you need generation capabilities outside of Luma AI's models or require higher performance than the API provides.

Tools this server exposes

2 tools extracted from the README
  • create_image

    Generates an image using Luma's Photon model

  • create_video

    Generates a video using Luma's Ray model

Comparable tools

openai-mcpmidjourney-apirunwayml-mcp

Installation

Installation

  1. Install Claude Desktop App or any MCP client
  2. Get API Key from https://lumalabs.ai/api/keys
  3. Run sh setup.sh, here it will ask for the API Key - paste it from step 2

Claude Desktop configuration:

{
  "mcpServers": {
    "luma-api": {
      "command": "python",
      "args": ["-m", "luma_api_mcp"]
    }
  }
}

FAQ

How long does it take to generate content?
Image generation typically takes 5-15 seconds depending on model complexity, while video generation takes 15-60 seconds depending on duration and resolution.
Can I use my own images as references?
Yes, you can provide image URLs for image_ref, style_ref, character_ref, and modify_image_ref parameters with specific weight controls.

Compare luma-api-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.