
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
veo-mcp-server
Advanced tools
MCP server for 4K video generation using Google VEO 3.1 -- text-to-video, image-to-video, video extension
Professional-grade MCP server for Google VEO 3.1 video generation with async job pattern, API key rotation, and multi-fallback download.
pip install veo-mcp-server
# or
uvx veo-mcp-server --help
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"veo": {
"command": "uvx",
"args": ["veo-mcp-server"],
"env": {
"GEMINI_API_KEY": "your_key_here"
}
}
}
}
| Variable | Description | Default |
|---|---|---|
GEMINI_API_KEY | Gemini API key — required for all generation | -- |
GEMINI_API_KEY_BACKUP | Backup key for automatic rotation on 429 | -- |
VIDEO_OUTPUT_DIR | Directory where generated videos are saved | ~/veo-videos |
Generates AI videos using Google's VEO 3.1 model. Supports text-to-video, image-to-video, video extension, and frame interpolation. Uses an async job pattern where generation starts immediately in the background and returns a job ID for polling.
| Tool | Description |
|---|---|
veo_generate_video | Generate video from a text prompt. Supports resolution (720p/1080p/4K), aspect ratio (16:9/9:16), duration (4/6/8s), negative prompts, reference images, seed control, and batch generation (1-4 videos). |
veo_image_to_video | Animate a reference image with a text prompt. Supports resolution, aspect ratio, reference images, and seed control. |
veo_interpolate_video | Create a smooth video transition between a first frame and a last frame image. |
veo_extend_video | Extend an existing VEO-generated video by ~7 seconds. 720p only, max 148 seconds total. Source must be from a previous VEO generation (tracks provenance server-side). |
veo_check_job | Check the status of an async video generation job. Call repeatedly until status is 'completed' or 'failed'. |
veo_list_jobs | List all video generation jobs and their current status. |
veo_api_status | Show current API key rotation status — keys configured, active key, keys remaining. |
veo_pricing_info | Show VEO 3.1 pricing per second of generated video for both standard and fast models at all resolutions. |
veo_show_output_stats | Display statistics about generated videos and active/recent jobs. |
| Variable | Description | Default |
|---|---|---|
GEMINI_API_KEY | Primary Gemini API key (required) | -- |
GEMINI_API_KEY_BACKUP | Backup key for automatic rotation on 429 | -- |
VIDEO_OUTPUT_DIR | Directory where generated videos are saved | ~/veo-videos |
| Tier | Model ID | Use Case |
|---|---|---|
| Standard | veo-3.1-generate-preview | Higher quality output |
| Fast | veo-3.1-fast-generate-preview | Quicker generation |
MIT
FAQs
MCP server for 4K video generation using Google VEO 3.1 -- text-to-video, image-to-video, video extension
We found that veo-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.