PulseAugur
EN
LIVE 14:25:38

Developer integrates AI to control classic OpenCut video editor

A developer has successfully integrated an MCP server with the classic version of OpenCut, a video editor, enabling Claude Code to control the timeline. This integration involved forking the classic OpenCut codebase and creating a thin stdio-transport process called opencut-mcp. The developer encountered and documented four specific challenges, including an unexpected track pruning behavior within the EditorCore's reactor system that removed empty tracks after commands were executed. AI

IMPACT Enables AI control over video editing timelines, potentially streamlining content creation workflows.

RANK_REASON This is a user-created tool integration, not a release from a frontier lab.

Read on dev.to — MCP tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Developer integrates AI to control classic OpenCut video editor

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Ken Imoto ·

    I Forked OpenCut classic to Put an MCP Server on It — Four Traps I Hit Before Claude Could Drive the Video Editor

    <p>In the previous post <a href="https://kenimoto.dev/blog/opencut-setup-nanmin-webapp-first-3-traps/" rel="noopener noreferrer">OpenCut setup refugees, open opencut.app first</a> I confirmed that the rewrite is still a <code>hello world!</code> page with no editor. The video-edi…