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.

コメント

「メディアとデザイン」の他のコンテンツ