Gemini Veo MCP
Provides tools for generating videos using Google Gemini Veo based on text prompts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Gemini Veo MCPgenerate a video of a cat playing piano"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Gemini Veo MCP
A simple Model Context Protocol (MCP) server for generating videos using Google Gemini Veo.
Setup
Install Dependencies:
npm installConfigure API Key: Update the
.envfile with your Google Gemini API Key:GEMINI_API_KEY=your_actual_key_hereBuild:
npx tsc
Related MCP server: Gemini Image Generation MCP Server
Using with Claude Code
Option 1: Claude CLI (Recommended)
Run this command to add the MCP server automatically to your configuration:
claude mcp add gemini-veo --scope user -- node /Users/iser/workspace/gemini-veo-mcp/dist/index.jsOption 2: Manual Config
Add this to your Claude config (~/.claude.json):
{
"mcpServers": {
"gemini-veo": {
"command": "node",
"args": ["/Users/iser/workspace/gemini-veo-mcp/dist/index.js"],
"env": {
"GEMINI_API_KEY": "your_actual_key_here"
}
}
}
}Or run Claude with the MCP enabled:
claude --mcp gemini-veo:node:/Users/iser/workspace/gemini-veo-mcp/dist/index.jsTools
generate_video
Generates a video based on a text prompt.
prompt: (string) Description of the video.aspect_ratio: (string, optional) "16:9", "9:16", or "1:1".
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables video generation from text prompts or images using Google's Veo 3 API. Supports multiple models, audio generation, and various aspect ratios for creating high-quality videos.Last updated2MIT
- Alicense-quality-maintenanceEnables image generation using Google's Gemini 2 API with customizable parameters like aspect ratio, number of samples, and person generation settings.Last updated91
- Alicense-qualityCmaintenanceGenerates images from text prompts using Google's Gemini AI models with customizable aspect ratios and resolutions up to 4K, automatically saving images locally.Last updated502MIT
- FlicenseAqualityDmaintenanceEnables high-quality AI video generation using Google's Veo 3.1 model for text-to-video, style-guided, and frame-interpolation tasks. It features token-efficient reference image handling, batch processing, and video extension capabilities with built-in cost estimation.Last updated62
Related MCP Connectors
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
Generate images, video, and audio with Glif's media-generation agent
Create videos with prompts, and use Rendley’s video editor to adjust anything you need.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kevinkiklee/gemini-veo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server