Codex CLI Integration with Veo MCP
📘 Complete Guide: Using Ace Data Cloud MCP in Codex 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 Codex CLI, you can directly call it in the conversation without switching windows or copying and pasting.
¶ Obtain API Token
Register an account at the Ace Data Cloud platform and copy the API Token from the homepage—one Token is sufficient to use all MCP Servers. For detailed steps, see the Complete Guide.

¶ Configuration
Edit the configuration: ~/.codex/config.toml
[mcp_servers.veo]
url = "https://veo.mcp.acedata.cloud/mcp"
type = "http"
http_headers = { "Authorization" = "Bearer yourToken" }
After saving, the tool will automatically load during the next codex session startup.
¶ 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 with Veo 3.1 fast, 1080P.
¶ Tools
| Tool | Description |
|---|---|
| veo_text_to_video | Text-to-video for Veo 2 / 3 / 3.1 |
| veo_image_to_video | Image-to-video |
