Gemini CLI Integration with Veo MCP
📘 Complete Guide: Using all 11 AceData Cloud MCP in Gemini CLI →
The video model produced by Google DeepMind supports Veo 2 / Veo 3 / Veo 3.1, with options for 1080P + native audio. After integrating MCP with Gemini CLI, you can directly call it in the conversation without switching windows or copying and pasting.
¶ Obtain API Token
Register an account at 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 veo \
--transport http \
https://veo.mcp.acedata.cloud/mcp \
--header "Authorization: Bearer yourToken"
Or manually edit ~/.gemini/settings.json:
{
"mcpServers": {
"veo": {
"httpUrl": "https://veo.mcp.acedata.cloud/mcp",
"headers": { "Authorization": "Bearer yourToken" }
}
}
}
The tool will be available in the next gemini session.
¶ Usage Examples
Generate an 8-second video with Veo 3: a morning in the mountains, clouds rolling, with natural ambient sound.
Use this image (link xxx) as the first frame to generate an 8-second panning video.
Quickly generate a product demonstration video in 1080P using Veo 3.1 fast.
¶ Tools
| Tool | Description |
|---|---|
| veo_text_to_video | Text-to-video for Veo 2 / 3 / 3.1 |
| veo_image_to_video | Image-to-video |
