Gemini CLI Integration with Luma MCP
📘 Complete Guide: Using all 11 AceData Cloud MCPs in Gemini CLI →
Luma AI's Dream Machine video model features natural camera movement, strong physicality, and supports image-to-video. After integrating with Gemini CLI via MCP, it can be called directly in the conversation without switching windows or copying and pasting.
¶ Obtain API Token
Register an account on the AceData Cloud platform and copy the API Token from the homepage—one Token is sufficient to use all 11 MCP Servers. For detailed steps, see the Complete Guide.
¶ Configuration
Edit configuration: one-click addition via command line (recommended)
gemini mcp add luma \
--transport http \
https://luma.mcp.acedata.cloud/mcp \
--header "Authorization: Bearer yourToken"
Or manually edit ~/.gemini/settings.json:
{
"mcpServers": {
"luma": {
"httpUrl": "https://luma.mcp.acedata.cloud/mcp",
"headers": { "Authorization": "Bearer yourToken" }
}
}
}
The tool will be available in the next gemini session.
¶ Usage Examples
Generate a 5-second video with Luma: a lighthouse on the sea, at night, with waves crashing
Create a 360-degree rotating display video from this product image (link xxx)
Extend the previous 5-second video to 10 seconds, maintaining the camera style
¶ Tools
| Tool | Description |
|---|---|
| luma_generate_video | Text-to-video / Image-to-video / Video continuation |
