MCP Directory
Back

Claude-Code-Video-Toolkit

by wilwaldon · ★ 58

Skills, MCP servers, and tools for producing video with Claude Code. Covers programmatic video (Remotion, Manim), screen recording, YouTube clipping, and FFmpeg post-processing.

#claude#claude-code#openai#video-processing

Install

git clone https://github.com/wilwaldon/Claude-Code-Video-Toolkit.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "claude-code-video-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "github:wilwaldon/Claude-Code-Video-Toolkit"
      ]
    }
  }
}

From the README

Skills, MCP servers, and tools for producing video with Claude Code. Covers programmatic video (Remotion, Manim), screen recording, YouTube clipping, and FFmpeg post-processing. *Write React components. Get MP4s. No timeline editor, no After Effects. Claude describes each frame in TypeScript, Remotion renders it.* The official Remotion skill for Claude Code. Went viral in January 2026 — 6M+ views on the launch demo, 25k+ installs in the first week. Teaches Claude how to write correct Remotion code: , , , , . Without this, Claude tries to use web animation patterns that break during rendering…
Read full README on GitHub →

Related ai & ml servers