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.
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:
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 READMEcreate_imageGenerates an image using Luma's Photon model
create_videoGenerates a video using Luma's Ray model
Comparable tools
Installation
Installation
- Install Claude Desktop App or any MCP client
- Get API Key from https://lumalabs.ai/api/keys
- 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
Last updated · Auto-generated from public README + GitHub signals.