VeoMCP
Related Servers
Alternatives to VeoMCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables 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.22 PyPI3MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for 4K video generation using Google VEO 3.1 — text-to-video, image-to-video, video extension, and frame interpolation.1MIT
- 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-
- AlicenseAqualityDmaintenanceEnables video generation from text prompts and image-to-video using Google Veo AI models via the Gemini API.62MIT
- AlicenseNot gradedqualityDmaintenanceGenerates videos using Google Gemini Veo from text prompts with optional aspect ratio settings.MIT
- AlicenseAqualityAmaintenanceOpenAI Sora AI video generation with text-to-video, image-to-video, character reuse across scenes, and async webhook callbacks.10153 PyPIMIT
TDQS
Scored across 8 tools
Most tools have distinct purposes (text-to-video, image-to-video, status checking), but veo_get_task and veo_get_tasks_batch overlap slightly in that both retrieve task status, just for different counts. Descriptions clarify the difference, so ambiguity is minimal.
All tools follow a consistent 'veo_<verb>_<noun>' pattern (e.g., veo_get_task, veo_list_models, veo_text_to_video). The verbs are descriptive and the pattern is uniform across all 8 tools.
With 8 tools, the server is well-scoped for a video generation MCP. Each tool addresses a core need: generation (text/image), task management (single/batch), model/prompt guidance, and resolution upgrade. No bloat or sparseness.
The tool set covers the core lifecycle: create (text/image), poll status (single/batch), and retrieve high-res output. A minor gap is no explicit cancellation or deletion tool for tasks, but that may not be critical for the domain.