Machine Learning

Google Veo MCP Server

Connect your account, then chat with AI to run tools.

Google Veo is Google's advanced AI video generation platform that creates high-quality videos from text prompts and images. Generate realistic video content, transform images into videos, and track generation progress with powerful generative AI capabilities.

4 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Google Veo — workflow patterns, data models, and gotchas for your AI agent.

Google Veo

Google Veo generates high-fidelity 8-second videos (720p / 1080p / 4k) with natively generated audio from text prompts or images.

Workflow

  1. Submit a generation request (text-to-video or image-to-video). Returns an operation_name.
  2. Poll the operation status every 10-15 seconds. Typical time: 1-3 minutes.
  3. Download from the video_uri in the completed response.

Data Model

  • Operations — long-running handles with done flag, progress metadata, and final generateVideoResponse containing generatedSamples[].video.uri.

Models

  • veo-3.1-generate-preview — latest, best quality, supports reference images and 4k
  • veo-3.0-fast-generate-001 — lower latency, slightly reduced quality
  • veo-3.0-generate-001 — previous generation, good quality

Prompting

  • Include scene composition, camera movement, lighting, dialogue, and sound effects
  • Use negative prompts to exclude artifacts (e.g. "blurry, text overlays, distorted faces")
  • Max prompt length: 2000 characters

Gotchas

  • Async only: Every generation is asynchronous — always poll the operation.
  • Resolution/latency tradeoff: 4k takes significantly longer than 720p.
  • Video extension (continuing a previous generation) is limited to 720p.
  • Image-to-video: The input image becomes the first frame; describe the motion in the prompt.

Tools in this Server (4)

Generate Google Image To Video

Generate video from an image using Google Veo. The provided image becomes the first frame and the prompt describes the motion and story. Returns an op...

Generate Google Video

Generate video from a text prompt using Google Veo. Returns an operation ID — video generation is asynchronous and typically takes 1-3 minutes. Poll w...

Get Google Operation

Check the status of a Google Veo video generation operation. If the video is still processing, returns status 'processing'. If complete, returns the v...

List Google Operations

List recent Google Veo video generation operations. Returns operation IDs, status, model, and video URIs for completed jobs. Use to find past generati...

Frequently Asked Questions

What is the Google Veo MCP server?

Google Veo is Google's advanced AI video generation platform that creates high-quality videos from text prompts and images. Generate realistic video content, transform images into videos, and track generation progress with powerful generative AI capabilities. It provides 4 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Google Veo to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/google-veo. Authentication is handled automatically.

How many tools does Google Veo provide?

Google Veo provides 4 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Google Veo require?

Google Veo uses API Key. Google Veo requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Google Veo to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/google-veo

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Google Veo?

Sign in to connect your credentials and start running tools from the chat.

Google Veo MCP Server & Skill — 4 Tools