{
  "slug": "luma",
  "name": "Luma AI MCP Server",
  "vendor": "Community (bobtista)",
  "official": false,
  "category": "video-generation",
  "featured": false,
  "tagline": "Dream Machine API in MCP form: Ray 2 video, Photon images, extend and interpolate.",
  "description": "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.",
  "capabilities": [
    "text-to-video",
    "image-to-video",
    "video-extension",
    "interpolation",
    "text-to-image",
    "upscaling"
  ],
  "tools_sample": [
    "create_generation",
    "get_generation",
    "list_generations",
    "upscale_generation",
    "add_audio",
    "generate_image",
    "get_credits",
    "get_camera_motions"
  ],
  "install": {
    "claude_code": null,
    "remote_url": null,
    "stdio_command": "uv run --project /path/to/luma-ai-mcp-server -m luma_ai_mcp_server"
  },
  "auth": {
    "type": "api_key",
    "env_var": "LUMA_API_KEY",
    "key_url": "https://lumalabs.ai/dream-machine/api"
  },
  "pricing": "paid",
  "links": {
    "repo": "https://github.com/bobtista/luma-ai-mcp-server",
    "docs": "https://docs.lumalabs.ai/docs/api",
    "site": null
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "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."
}