MCP.so
登录

Video Overlay Kit

@alichherawalla

关于 Video Overlay Kit

AI-driven animated b-roll overlay renderer for short-form video. Paste your script into your AI coding tool, the MCP server writes the scene spec and renders an mp4. Free, MIT, local.

基本信息

分类

媒体与设计

传输方式

stdio

发布者

alichherawalla

提交者

Mohammed Ali Chherawalla

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "video-overlay-kit": {
      "command": "npx",
      "args": [
        "-y",
        "@alichherawalla/video-overlay-kit"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Video Overlay Kit?

Video Overlay Kit renders animated b-roll overlay videos for short-form social media. It produces 4–6 second MP4s with real motion — icons popping in, list rows revealing one by one, flow arrows drawing between nodes, comparison sides sliding in, and hub nodes orbiting a centre. It outputs portrait (1080×1920) for LinkedIn, Instagram Reels, YouTube Shorts, and TikTok, and landscape (1920×1080) for YouTube; components reflow when the aspect ratio is flipped.

How to use Video Overlay Kit?

Drop Video Overlay Kit into any AI tool that speaks MCP — Claude Code, Cursor, Codex, Cline, OpenCode, etc. Paste your script into the chat, and the model reads it, picks icons from Tabler’s 5000+ set, decides which visual beat fits (flow diagram, comparison, list reveal, etc.), writes a validated scene spec, and renders the MP4. Install by adding the following JSON to your AI tool’s MCP config and running npx -y @alichherawalla/video-overlay-kit.

Key features of Video Overlay Kit

  • Eight track kinds: title-overlay, list-reveal, flow, comparison, hub, icon, text, lottie
  • Built on Remotion for timeline and motion primitives, Tabler icons, LottieFiles, Zod (scene spec), and Pydantic (MCP side)
  • Exposes three MCP tools: list_icons, validate_scene, render_scene
  • No accounts, no per-render cost — free and MIT licensed
  • Fully local; your script never leaves your machine unless your AI tool sends it elsewhere

Use cases of Video Overlay Kit

  • Create animated overlay videos for Instagram Reels, YouTube Shorts, LinkedIn, and TikTok
  • Generate flow diagrams that draw connections between nodes automatically from a script
  • Build comparison slides that slide in from opposite edges for product demos or before/after visuals
  • Produce list reveal sequences where items appear one by one on a rhythmic cadence
  • Add orbiting hub nodes and animated icons to explain conceptual relationships

FAQ from Video Overlay Kit

Which AI tools can I use with Video Overlay Kit?

Any tool that speaks the Model Context Protocol — Claude Code, Cursor, Codex, Cline, OpenCode, and others.

What icons are available for overlay videos?

The kit uses Tabler’s icon set, which contains over 5,000 icons.

Is there a cost to use Video Overlay Kit?

No. It is free, MIT licensed, and has no per-render cost. No accounts are required.

Does my script or data leave my machine?

Your script never leaves your machine unless the AI tool you are using sends it somewhere. That is between you and your AI tool.

What video formats and resolutions are supported?

The kit outputs portrait MP4s at 1080×1920 (optimized for short-form vertical platforms) and landscape MP4s at 1920×1080 (for YouTube). Components automatically reflow when the aspect ratio is flipped.

评论

媒体与设计 分类下的更多 MCP 服务器