{
  "slug": "google-genmedia",
  "name": "Google GenMedia MCP",
  "vendor": "Google Cloud",
  "official": true,
  "category": "video-generation",
  "featured": false,
  "tagline": "Google Cloud's MCP servers for Veo, Imagen, Lyria, Chirp TTS and ffmpeg compositing.",
  "description": "A suite of Go-based MCP servers from Google Cloud's GenMedia Creative Studio repo: Veo text/image-to-video, Imagen and Gemini Image stills, Lyria music, Chirp 3 TTS, and an AVTool server wrapping ffmpeg for compositing. The closest thing to an official Veo MCP, and a full agentic production toolchain on Vertex AI.",
  "capabilities": [
    "text-to-video",
    "image-to-video",
    "text-to-image",
    "music",
    "tts",
    "av-compositing"
  ],
  "tools_sample": [
    "veo_t2v",
    "veo_i2v",
    "imagen_t2i",
    "lyria_generate_music",
    "chirp_tts",
    "list_chirp_voices"
  ],
  "install": {
    "claude_code": null,
    "remote_url": null,
    "stdio_command": null
  },
  "auth": {
    "type": "api_key",
    "env_var": "GOOGLE_CLOUD_PROJECT",
    "key_url": "Google Cloud project with Vertex AI enabled; uses Application Default Credentials (gcloud auth application-default login)"
  },
  "pricing": "paid",
  "links": {
    "repo": "https://github.com/GoogleCloudPlatform/vertex-ai-creative-studio/tree/main/experiments/mcp-genmedia",
    "docs": "https://github.com/GoogleCloudPlatform/vertex-ai-creative-studio/blob/main/experiments/mcp-genmedia/mcp-genmedia-go/README.md",
    "site": "https://ai.google.dev/gemini-api/docs/video"
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "notes": "Official Google Cloud code but explicitly experimental (lives in /experiments). Install via the Go toolchain or their pre-built binary installer; supports stdio/HTTP/SSE and GCS or local output. Ships 'genmedia-producer' agent skills for storyboarding."
}