
Storytelling Media
- Updated June 10, 2026
- imyousuf/storytelling-media-mcp
storytelling-media is a Claude Code marketplace plugin that exposes Google GenAI image and Veo 3.1 video generation plus FFmpeg video stitching as MCP tools for developers building agent-driven video creation workflows.
About
storytelling-media is an MCP server packaged as a Claude Code plugin for agent-driven video production. It calls Google's GenAI SDK for Nano Banana image generation (`gemini-3.1-flash-image`, `gemini-3-pro-image`, `gemini-2.5-flash-image`) and Veo 3.1 video generation (`veo-3.1-generate-001`), then stitches local MP4 clips with FFmpeg. Install via `/plugin marketplace add imyousuf/storytelling-media-mcp` and `/plugin install storytelling-media-mcp@storytelling-media`. Three MCP tools cover image generation, video generation, and `stitch_videos`. The plugin also ships `$movie-production-pipeline`, a gated multi-agent workflow that turns a director brief into stage-approved production artifacts with user feedback at each step.
- 3 MCP tools: nano_banana_generate_image, veo_generate_video, stitch_videos
- Defaults to Veo 3.1 model veo-3.1-generate-001 for text-to-video generation
- Supports 3 Nano Banana image model tiers: flash, pro, and legacy_flash
- movie-production-pipeline gated workflow produces stage-approved production artifacts
- Auth via GEMINI_API_KEY or Google Cloud ADC with generative-language scope
Storytelling Media by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add imyousuf/storytelling-media-mcpAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | June 10, 2026 |
|---|---|
| Repository | imyousuf/storytelling-media-mcp ↗ |
How do agents generate and stitch AI video clips?
Call `nano_banana_generate_image`, `veo_generate_video`, and `stitch_videos` to produce and concatenate agent-generated video clips with Google GenAI and FFmpeg.
Who is it for?
Developers wiring Claude Code or Codex agents to Google Gemini image/video APIs and FFmpeg-based local video assembly.
Skip if: Teams needing non-Google video providers or video editing without a GEMINI_API_KEY or Google Cloud ADC quota project.
What you get
Generated image and MP4 video files at caller-supplied paths plus stage-approved production artifacts from the movie-production-pipeline workflow.
- Generated image files
- Generated MP4 video clips
- Stitched MP4 outputs
By the numbers
- Ships 3 MCP tools for image generation, video generation, and FFmpeg stitching
- Supports 3 Nano Banana image model options (flash, pro, legacy_flash)
- Default video model is veo-3.1-generate-001
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Pick storytelling-media when agents need Google GenAI image and Veo video generation with local FFmpeg stitching rather than browser-only media capture.
FAQ
What MCP tools does Storytelling Media expose?
Storytelling Media exposes three tools: `nano_banana_generate_image` for text or image-to-image generation, `veo_generate_video` for text, image, interpolation, or reference-guided video, and `stitch_videos` to concatenate local MP4 clips with FFmpeg.
How do you install Storytelling Media in Claude Code?
Storytelling Media installs with `/plugin marketplace add imyousuf/Storytelling Media-mcp` followed by `/plugin install Storytelling Media-mcp@Storytelling Media`. The plugin launcher can create a local venv and install the package from GitHub when `STORYTELLING_MEDIA_MCP_ROOT` i