Back to Home
leegonzales icon

MCPServers

Verified Safe

by leegonzales

Overview

Generate, animate, extend, and transition AI-powered videos using Google Veo 3.1 via the Model Context Protocol.

Installation

Run Command
npx -y veo-mcp

Environment Variables

  • GEMINI_API_KEY

Security Notes

The server correctly retrieves the `GEMINI_API_KEY` from environment variables, preventing hardcoded credentials. File system operations (read, write, delete) are strictly confined to a dedicated user-specific output directory (`~/Documents/veo_generated`), and output filenames use `randomUUID` to prevent path traversal vulnerabilities. Input validation for tool parameters is handled robustly using Zod schemas. The server utilizes standard I/O for communication (StdioServerTransport), avoiding direct network port exposure, and outgoing API calls to Google are made securely with an API key in headers.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens100
Stars0
Forks0
Last Update2026-01-08

Tags

AIVideo GenerationGoogle VeoMCPDeveloper Tool