mcp.film / Video Generation / Luma AI MCP Server
Luma AI MCP Server
Dream Machine API in MCP form: Ray 2 video, Photon images, extend and interpolate.
What it does
Community Python server for Luma's Dream Machine API v1: text/image-to-video on ray-2 and ray-flash-2, video extension and interpolation, Photon image generation, upscaling, audio addition and credit checks. Luma has no official MCP, so this is the main direct-API option.
Connect
claude mcp add luma -- uv run --project /path/to/luma-ai-mcp-server -m luma_ai_mcp_server
{
"mcpServers": {
"luma": {
"command": "uv",
"args": [
"run",
"--project",
"/path/to/luma-ai-mcp-server",
"-m",
"luma_ai_mcp_server"
],
"env": {
"LUMA_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
{
"mcpServers": {
"luma": {
"command": "uv",
"args": [
"run",
"--project",
"/path/to/luma-ai-mcp-server",
"-m",
"luma_ai_mcp_server"
],
"env": {
"LUMA_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
LUMA_API_KEY — https://lumalabs.ai/dream-machine/api
Tools you'll see
create_generationget_generationlist_generationsupscale_generationadd_audiogenerate_imageget_creditsget_camera_motionsField notes
MIT but tiny (6 stars) — functional rather than polished; runs from a cloned repo via uv. Luma Ray models are also reachable through fal, Replicate, Runway and PiAPI hub MCPs.
Pairs well with
MartiniMartini
Official
The film set for AI videos — direct entire productions from your agent.
D-ID MCP ServerD-ID
Official
D-ID's hosted MCP connecting agents to the D-ID API and docs for avatar video.
fal MCP Serverfal.ai
Official
One hosted endpoint to search, run and chain 1,000+ image, video and audio models.