Animated b-roll overlays for short-form video. Paste a script, get an mp4. Free, MIT, local.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Make b-roll for your videos. Tell an agent what you want. Get an MP4 back.
Free Β· zero per-render cost Β· MIT Β· MCP-driven Β· runs on your machine
Make b-roll for your videos. Tell an agent what you want. Get an MP4 back.
Zero per-render cost. Wednesday Solutions design system as the default theme. Built for people who ship a lot of short-form video and don't want to learn After Effects. Works with any MCP-compatible agent β Claude Code, Codex, OpenCode, Cursor, Cline, or anything else that speaks the Model Context Protocol.
Same scene spec, both orientations. Portrait fits TikTok / Instagram Reels / YouTube Shorts. Landscape fits YouTube / desktop / TV. The kit auto-flips the layout based on the canvas aspect.
list-reveal Β· a title and three points appearing on cue![]() Portrait Β· 1080Γ1920 | ![]() Landscape Β· 1920Γ1080 |
Portrait spec Β· mp4 Β β’ Β Landscape spec Β· mp4
flow Β· a process from A to B to C![]() Portrait Β· 1080Γ1920 | ![]() Landscape Β· 1920Γ1080 |
Portrait spec Β· mp4 Β β’ Β Landscape spec Β· mp4
comparison Β· two things in contrast![]() Portrait Β· 1080Γ1920 | ![]() Landscape Β· 1920Γ1080 |
Portrait spec Β· mp4 Β β’ Β Landscape spec Β· mp4
hub Β· a centre concept with satellites pointing in![]() Portrait Β· 1080Γ1920 | ![]() Landscape Β· 1920Γ1080 |
Portrait spec Β· mp4 Β β’ Β Landscape spec Β· mp4
Every clip above is real output. 5 to 6 seconds. Wednesday Solutions design system as the default theme. Click any mp4 link for the full-quality version.
Paste this into a fresh session of any MCP-compatible coding agent (Claude Code, Codex, OpenCode, Cursor, Cline, etc). The agent does the whole setup. It clones the repo, installs deps, wires the MCP into your config, and verifies it works.
Restart Claude Code. Now ask for a video:
"Make me a 5-second overlay titled 'A runbook for every incident' with three rows: drift, prompt injection, exfil attempts."
The agent picks the icons, writes the scene spec, renders the MP4, hands you the file path. Drop it into your editor.
If you want to wire the MCP yourself instead, skip to Manual setup.
Eight building blocks. Combine any of them inside a single 4-to-6-second scene.
title-overlayThe deliverable bar at the top of the frame. Use this on every scene. It is the one-line promise of what the viewer is about to see.
If a stranger reads the title and can't immediately tell what the video is about, rewrite it.
The bar lives at the top of the frame with a thin lavender accent underneath. 80pt bold, centered. You don't pick the position, it is fixed.
list-revealA vertical list of 1 to 5 rows. Each row gets an optional icon and reveals on a frame you specify.
Use this when you have a list of things to show, between 1 and 5 of them.

flowA horizontal sequence of 2 to 5 nodes. Each node appears, an arrow draws toward the next one, the next node appears.
Use this when the meaning is in the sequence. Incident detected leads to runbook activated leads to contained.

comparisonTwo icons side by side with a configurable divider in the middle. Each side has a label and an optional sub-label.
Use this for binary contrasts. Old way against new way is the canonical example.
The divider word is configurable. "vs" is the default for opposition; swap to "+" or "β" when the relationship is additive or transitional.

hubA central icon with 2 to 4 satellites around it. The center appears first, then each satellite reveals with a line drawing in from the center.
Use this when one thing is at the centre and other things hang off it. A gateway that controls policy, logging, cost, and swap is a hub.

icon, text, lottieThe escape hatches. Drop a single Tabler icon anywhere on the canvas, a free-position text block, or a pre-animated Lottie animation. Use these when the composite components above don't fit.
Most users never read the full field reference for these. The agent reads the schema for you. If you want every field listed out, jump to the reference section.
The kit ships with the Wednesday Solutions palette. Lavender accent on a warm off-white canvas. Every scene also gets an ambient bloom gradient behind the tracks and a sunset gradient on the title text by default. This is what "polished" looks like out of the box.
Everything is configurable through the scene spec. You don't edit JSON, you ask the agent in plain language.
| Tell the agent | What happens in the spec |
|---|---|
| "Render it in dark mode" | theme: "dark" |
| "Use a black background" | background: "#000000" |
| "Flat background, no bloom" | bloom: false |
| "Solid colour title, no gradient" | titleGradient: false |
| "Put the team photo behind it" | backgroundImage: { source: "team.jpg" } |
| "Make the accent red instead of lavender" | palette: { accent: "#E74C3C" } |
| "Transparent background, I'll composite it myself" | background: "transparent" |
The codec auto-switches. Solid backgrounds render as H.264 MP4. The transparent setting renders as ProRes 4444 MOV with a real alpha channel.
If you want to change the default theme for every scene without saying so each time, edit src/scene/theme.ts. The palette is one object. Change the hex values and every component picks them up.
Skip this if you used the one-shot prompt above.
Add the kit to your project's .mcp.json or your global ~/.claude/mcp_settings.json:
Restart Claude Code. Three tools appear under video-overlay-kit:
list_icons(query?, limit?) searches the Tabler library by substring. About 5,000 line icons.validate_scene(spec) runs the schema check before render.render_scene(spec, outPath?) renders to an MP4 (or .mov if the background is transparent) and returns the file path.First render downloads a headless Chrome (about 93 MB) one time.
Skip the MCP entirely if you want.
For live iteration on a spec with auto-reload as you edit the JSON:
Most short-form B2B video is a talking head with overlay graphics. A title at the top. A list of three points on cue. An icon or two. Done well, the overlays carry as much of the message as the speaker.
The three paths today: hire an editor (βΉ500-2000 per reel, slow loop, dependency on a person), subscribe to a SaaS like Submagic ($20/month, fixed style, AI-generated quality varies), or learn After Effects (real time investment, not scriptable from your terminal).
This kit is the fourth path. A small library of components keeps the visual language consistent across every reel. The agent writes the scene spec, the renderer produces the MP4, everything runs locally.
Everything below is the full schema. Keep it open as a lookup when you author specs by hand.
| Field | Type | Default | Description |
|---|---|---|---|
id | string | required | Slug for the scene. Used as the default output filename. |
durationFrames | int | required | Total length in frames. Must be 4 to 6 seconds at the given fps. Validated. |
fps | int | 30 | Frame rate. |
width | int | 1080 | Canvas width in px. |
height | int | 1920 | Canvas height in px. Default is 9:16 vertical. |
theme | "light" | "dark" | "light" | Selects the palette. Light is the Wednesday Solutions default. |
background | string | (from theme) | CSS color or "transparent". Overrides the theme's canvas color. |
backgroundImage | object | none | { source, opacity, fit, tint, tintOpacity }. Renders behind the tracks. |
palette | object | none | Per-scene partial palette override. See Palette. |
tracks | Track[] | required | The list of tracks. |
| Field | Type | Default | Description |
|---|---|---|---|
kind | enum | required | title-overlay, list-reveal, flow, comparison, hub, icon, text, lottie. |
id | string | required | Unique within the scene. |
startFrame | int | required | Frame at which the track becomes visible. |
endFrame | int | required | Frame at which the track is removed. |
enter | Motion | { kind: "fade", durationFrames: 8 } | Entry animation. |
exit | Motion | { kind: "none", durationFrames: 8 } | Exit animation. |
{ kind, durationFrames, ease }. Available kind values:
kind | Behavior |
|---|---|
fade | Opacity ramp. |
slide-up / slide-down / slide-left / slide-right | Enters translating from 80px in the named direction. |
scale | Scale-in from 0.85 to 1.0 with opacity. |
none | No motion. |
ease: linear, easeIn, easeOut, easeInOut. Default easeOut.
All track position fields are { x, y } as 0..1 fractions of the canvas. The track's geometric center is placed at that point.
Tokens defined in src/scene/theme.ts. The light palette (default):
| Token | Color | Used for |
|---|---|---|
background | #F0EDF8 | Canvas |
ink | #0B0B0D | Primary text and icon strokes |
inkMuted | #3A3A4A | Secondary text |
inkDim | #6B6B7E | Tertiary text |
accent | #7A5BDC | Lavender, used for connectors and the title accent bar |
accentDeep | #5A3DB8 | Deeper lavender, reserved for pressed states |
hairline | #CCCAE0 | Hairline borders |
Dark palette inverts these. Per-scene override via palette: { accent: "#E74C3C", ... }.
Each track kind below lists the fields it accepts beyond the common fields above.
title-overlay| Field | Type | Description |
|---|---|---|
text | string | The title text. |
Position is fixed at the top of the frame. There is no position field.
list-reveal| Field | Type | Description |
|---|---|---|
position | { x, y } | Center of the list block. |
rows | Row[] (1-5) | The list rows. |
rows[].text | string | Row label. |
rows[].iconName | string? | Optional Tabler icon name. |
rows[].revealAtFrame | int | Frame (relative to startFrame) when this row appears. |
flow| Field | Type | Description |
|---|---|---|
position | { x, y } | Center of the flow block. |
nodes | Node[] (2-5) | The sequence. |
nodes[].iconName | string | Tabler icon. |
nodes[].label | string | Label below the icon. |
direction | "horizontal" | Only horizontal in v1. |
revealCadenceFrames | int | Frames between successive nodes. Default 35. |
comparison| Field | Type | Description |
|---|---|---|
position | { x, y } | Center of the comparison block. |
left, right | Side | Each: { iconName, label, subLabel? }. |
divider.label | string | Center text. Default "vs". |
divider.showLine | boolean | Whether to draw the vertical line. Default true. |
revealCadenceFrames | int | Frames between left, right, and divider reveal. Default 25. |
hub| Field | Type | Description |
|---|---|---|
position | { x, y } | Center of the hub. |
center.iconName, center.label | string | The central node. |
satellites | Satellite[] (2-4) | Each: { iconName, label }. |
revealCadenceFrames | int | Frames between center and each satellite reveal. Default 22. |
Layout is automatic by count. 2 satellites sit top and bottom. 3 form a triangle pointing up. 4 sit at cardinal positions.
icon| Field | Type | Default | Description |
|---|---|---|---|
name | string | required | Tabler icon name. |
position | { x, y } | required | Position on the canvas. |
sizePx | int | 160 | Icon size. |
color | string | (theme ink) | CSS color. |
strokeWidth | number | 2 | Stroke width. |
text| Field | Type | Default | Description |
|---|---|---|---|
text | string | required | The text. Supports \n. |
position | { x, y } | required | Position on the canvas. |
fontSizePx | int | 56 | Font size. |
color | string | (theme ink) | CSS color. |
fontWeight | 400 | 500 | 600 | 700 | 800 | 600 | Weight. |
fontFamily | string | (kit's Aeonik stack) | CSS font stack. |
align | "left" | "center" | "right" | "center" | Alignment. |
maxWidthPx | int | unbounded | Wrap width. |
lottie| Field | Type | Default | Description |
|---|---|---|---|
source | string | required | URL or path relative to public/. |
position | { x, y } | required | Position. |
sizePx | int | 400 | Width and height (square). |
loop | boolean | false | Loop the animation. |
playbackRate | number | 1 | Speed multiplier. |
backgroundImage| Field | Type | Default | Description |
|---|---|---|---|
source | string | required | URL, data:, or public/ path. |
opacity | number | 1 | 0..1. |
fit | "cover" | "contain" | "cover" | CSS object-fit. |
tint | string? | none | CSS color drawn over the image. |
tintOpacity | number | 0 | Opacity of the tint layer. |
Layers stack as background color, then image, then tint, then tracks.
src/scene/theme.ts.| Background | Codec | Container | Use case |
|---|---|---|---|
| Any CSS color | H.264 | .mp4 | Full-frame b-roll cut into your reel. |
"transparent" | ProRes 4444 | .mov | Compositing over talking-head footage with alpha. |
To add a new track kind (quote for example):
QuoteTrackSchema in src/scene/types.ts, include it in TrackSchema, export the type.src/components/Quote.tsx. Use useCurrentFrame() from Remotion and trackStyle from ../motion/primitives. Read colors from usePalette() and the font from FONT_FAMILY in src/scene/theme.ts.src/scene/Scene.tsx.mcp/server.ts so the agent knows the new kind exists.The renderer and MCP tool handlers do not need changes. Copy Flow.tsx or Hub.tsx as a starting point for choreographed components.
Zero per render. Local CPU and disk only. Free for individual use and small teams. Check each dependency's license if you are shipping commercially.
VideoOverlayKit is free and MIT-licensed. If the kit saves you time or render budget, the easiest way to give back is to sponsor the project on GitHub. Sponsorships fund new components, better defaults, and bug fixes that ship faster than I can do them in evenings.
Wednesday Solutions (wednesday.is) is the studio behind the design system. If you want a custom build, a theme that matches your brand, or production help shipping AI features for a regulated industry, that's the way to reach the team.
Made with β₯ by Wednesday Solutions
MIT.
File issues at github.com/alichherawalla/video-overlay-kit. The schema in src/scene/types.ts is the contract. Propose the spec shape first when adding a new track kind, then the component.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/video-overlay-kit)<a href="https://allmcps.com/mcp/video-overlay-kit"><img src="https://allmcps.com/api/badge/video-overlay-kit?style=directory" alt="Video Overlay Kit on AllMCPs" /></a>