MCP server for Google Veo AI video generation
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Veo.
veo_text_to_videoGenerate AI video from a text prompt using Veo.
veo_image_to_videoGenerate AI video from one or more reference images using Veo.
veo_get_1080pGet the 1080p high-resolution version of a generated video.
veo_get_taskQuery the status and result of a video generation task.
veo_get_tasks_batchQuery multiple video generation tasks at once.
veo_list_modelsList all available Veo models and their capabilities.
A Model Context Protocol (MCP) server for AI video generation using Veo through the AceDataCloud API.
Generate AI videos from text prompts or images directly from Claude, VS Code, or any MCP-compatible client.
| Tool | Description |
|---|---|
veo_text_to_video | Generate AI video from a text prompt using Veo. |
veo_image_to_video | Generate AI video from one or more reference images using Veo. |
veo_get_1080p | Get the 1080p high-resolution version of a generated video. |
veo_get_task | Query the status and result of a video generation task. |
veo_get_tasks_batch | Query multiple video generation tasks at once. |
veo_list_models | List all available Veo models and their capabilities. |
veo_list_actions | List all available Veo API actions and corresponding tools. |
veo_get_prompt_guide | Get guidance on writing effective prompts for Veo video generation. |
AceDataCloud hosts a managed MCP server β no local installation required.
Endpoint: https://veo.mcp.acedata.cloud/mcp
All requests require a Bearer token. Use the API token from Step 1.
Connect directly on Claude.ai with OAuth β no API token needed:
https://veo.mcp.acedata.cloud/mcpAdd to your config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
Add to your MCP config (.cursor/mcp.json or .windsurf/mcp.json):
Add to your VS Code MCP config (.vscode/mcp.json):
Or install the Ace Data Cloud MCP extension for VS Code, which registers the hosted MCP servers with one-click setup.
Claude Code supports MCP servers natively:
Or add to your project's .mcp.json:
Add to Cline's MCP settings (.cline/mcp_settings.json):
Add to your MCP configuration:
Add to Roo Code MCP settings:
Add to .continue/config.yaml:
Add to Zed's settings (~/.config/zed/settings.json):
If you prefer to run the server on your own machine:
Clients connect with their own Bearer token β the server extracts the token from each request's Authorization header.
| Tool | Description |
|---|---|
veo_text_to_video | Generate video from a text prompt |
veo_image_to_video | Generate video from reference image(s) |
veo_get_1080p | Get high-resolution 1080p version |
| Tool | Description |
|---|---|
veo_get_task | Query a single task status |
veo_get_tasks_batch | Query multiple tasks at once |
| Tool | Description |
|---|---|
veo_list_models | List available Veo models |
veo_list_actions | List available API actions |
veo_get_prompt_guide | Get video prompt writing guide |
| Model | Text2Video | Image2Video | Image Input |
|---|---|---|---|
veo3 | β | β | 1-3 images |
veo3-fast | β | β | 1-3 images |
veo31 | β | β | 1-3 images |
veo31-fast | β | β | 1-3 images |
veo31-fast-ingredients | β | β | 1-3 images (fusion) |
Aspect Ratios:
16:9 - Landscape/widescreen (default)9:16 - Portrait/vertical (social media)Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-veo)<a href="https://allmcps.com/mcp/mcp-veo"><img src="https://allmcps.com/api/badge/mcp-veo?style=directory" alt="MCP Veo on AllMCPs" /></a>