pmind-veo-mcp
Generates videos from text prompts and animates images using Google's Veo AI models through the Gemini API, with support for multiple models and progress tracking.
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., "@pmind-veo-mcpgenerate a video of a cat playing in the snow"
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.
PMIND Veo MCP Server
⚠️ Experimental: This MCP server is in an experimental state and may have rough edges. Please report any issues you encounter.
A Python implementation of an MCP (Model Context Protocol) server using FastMCP that provides tools for generating videos with Google's Veo AI models through the Gemini API. This server uses a subprocess-based architecture for reliable long-running video generation tasks with the official google-genai Python SDK.
🎯 Features
Core Capabilities
Video Generation: Generate videos from text prompts using Veo models
Image-to-Video: Animate images with Veo 3 models
Fast Generation: Veo 3 Fast model for speed-optimized video creation
Subprocess Architecture: Non-blocking video generation with isolated subprocess handling
Progress Tracking: Real-time status updates via state file monitoring
Video Downloads: Download completed videos using the official google-genai SDK
Multiple Generations: Track and manage multiple concurrent video generations
Process Management: Graceful cancellation and cleanup of generation processes
Related MCP server: Veo 3.1 MCP Server
Installation & Setup
Step 1: Clone the Repository
git clone https://github.com/yourusername/pmind-veo-mcp.git
cd pmind-veo-mcpStep 2: Install Dependencies
# Install dependencies using uv
uv syncStep 3: Set Up API Key
Get a Gemini API key from Google AI Studio
Create a
.envfile in the project root:
cp .env.example .envEdit
.envand add your configuration:
# Required: Your Gemini API key for Veo access
GEMINI_API_KEY=your_api_key_here
# Required: Default Veo model to use
# Options: veo-2.0-generate-001, veo-3.0-generate-preview, veo-3.0-fast-generate-preview
VEO_MODEL=veo-3.0-generate-preview
# Optional: Configuration directory (default: ~/.pmind-veo-mcp)
# CONFIG_DIR=/path/to/configStep 4: Configure with Your Client
Add the MCP server to your client's MCP configuration:
{
"mcpServers": {
"pmind-veo": {
"command": "uv",
"args": ["run", "--directory", "/path/to/pmind-veo-mcp", "pmind-veo-mcp"]
}
}
}Configuration
Required Environment Variables
GEMINI_API_KEY: Your Gemini API key with video generation accessVEO_MODEL: Default model (must be full API name):veo-2.0-generate-001for Veo 2veo-3.0-generate-previewfor Veo 3veo-3.0-fast-generate-previewfor Veo 3 Fast (speed-optimized)
Optional Environment Variables
CONFIG_DIR: Directory for state files and downloads (default:~/.pmind-veo-mcp)
MCP Tools Reference
veo_generate_video- Start video generation with a text promptveo_check_generation- Check the status of a video generationveo_download_video- Download a completed videoveo_list_sessions- List all video generation sessionsveo_cleanup_sessions- Clean up old generation sessions
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.2MIT
- 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.62
- AlicenseAqualityAmaintenanceEnables AI image generation and editing using Google's Gemini Multimodal Image APIs.61MIT
- Alicense-qualityCmaintenanceGenerates videos using Google Gemini Veo from text prompts with optional aspect ratio settings.MIT
Related MCP Connectors
MCP server for Google Veo AI video generation
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
Generate, edit and upscale AI video and images from any agent via VicSee.
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/piotrkandziora/pmind-veo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server