mcp-veo2

mcp-veo2

15

The project is an MCP server utilizing Google's Veo2 for generating videos from either text prompts or images. It is designed to expose these capabilities to clients through MCP resources and includes various tools and templates for video generation.

MCP Video Generation with Veo2

This project implements a Model Context Protocol (MCP) server that leverages Google's Veo2 for video generation. It offers capabilities to generate videos from text prompts or images and allows access to these videos through MCP resources.

Features

  • Generate videos from text prompts
  • Generate videos from images
  • Access generated videos through MCP resources
  • Supports example video generation templates
  • Compatible with stdio and SSE transports

Installation

  • Supports installation in FLUJO and Smithery
  • Node.js 18 or higher required

Usage

  • Start the server using stdio or SSE transport

MCP Tools

  • generateVideoFromText: Create a video from a text prompt
  • generateVideoFromImage: Create a video from an image
  • listGeneratedVideos: List all generated videos

MCP Resources

  • videos://{id} for specific video access
  • videos://templates for example generation templates