Professional MCP server for video editing automation with OpenCut.
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)
π Leer en EspaΓ±ol: README.es.md
[!NOTE] OpenCut Controller is a robust Model Context Protocol (MCP) server designed to fully automate and control the OpenCut Video Editor directly from AI models (like Claude or agents inside n8n).
By leveraging Playwright under the hood, this server seamlessly injects into the OpenCut browser environment, granting LLMs programmatic access to manipulate the timeline, scenes, media assets, rendering engine, and moreβeffectively turning OpenCut into an AI-driven, headless video editing powerhouse.
stdio (default) or integrate remotely via modern HTTP Streamable transport.Ensure you have pnpm (or Bun) installed on your system.
[!IMPORTANT] OpenCut Controller requires the Legacy OpenCut (Next.js App Router) β the version with a complete editor, timeline, and stores. The current public repo (
OpenCut-app/OpenCut) is an incomplete rewrite (Vite + TanStack Router). Use the archived legacy repo:OpenCut-app/opencut-classic
[!TIP] The
pnpm installcommand will automatically trigger apostinstallscript to download the required Playwright Chromium binaries. No manual browser setup is needed!
The server can be launched using two different transport protocols depending on your client environment.
stdio Transport (Default)Ideal for standard local MCP clients like Claude Desktop.
HTTP Streamable TransportIdeal for integrating with external workflow tools like n8n or remote services. The server listens at http://localhost:3002/mcp.
[!WARNING] Environment variable syntax varies depending on your operating system. Make sure to use the correct command below to prevent errors.
Linux / macOS (Bash):
Windows (PowerShell):
For secure remote access, set a bearer token:
Then include Authorization: Bearer your-secure-token in requests.
The controller exposes 161 highly granular tools to the LLM, categorized as follows:
| Category | Tools | Description |
|---|---|---|
| π Project | 6 | Create, open, save, and export OpenCut projects. |
| π¬ Scenes | 8 | Manage scene lifecycle, renaming, and active state. |
| βΆοΈ Playback | 5 | Control timeline playback, pause, stop, and seek. |
| β±οΈ Timeline Tracks | 7 | Add, remove, lock, and manage track visibility. |
| π§© Timeline Elements | 12 | Manipulate clips: trim, split, move, duplicate, and select. |
| β¨ Timeline Effects | 9 | Apply and tweak visual effects and presets. |
| π Keyframes | 8 | Granular control over animation interpolation and easing. |
| π― Selection/Clipboard | 10 | Standard editing operations (copy, cut, paste, delete). |
| π°οΈ History | 5 | Time-travel through undo/redo states. |
| ποΈ Media | 10 | Import, search, trim, and optimize raw media files. |
| π Text | 7 | Generate and format text overlays and animations. |
| π΅ Audio | 11 | Search music/SFX, mix volumes, and apply audio fades. |
| π¨ Stickers/Canvas | 11 | Add overlays, manage canvas zoom, resolution, and pan. |
| βοΈ Transcribe/Export | 10 | Auto-transcribe audio and manage the final video rendering. |
| π Bookmarks/Panels | 10 | Navigate the UI and manage layout layouts. |
| π Auth & Storage | 13 | Manage user sessions, project state backups, and sync. |
| π API | 8 | Directly interact with OpenCut's backend endpoints. |
Resources provide context directly to the LLM about the current state of OpenCut:
opencut://projects - JSON array of all available OpenCut projects.opencut://editor/state - Live tracking of the active project, scene, playhead time, and playback status.opencut://timeline/tracks - Detailed breakdown of tracks in the active scene.Quick-start templates for complex actions:
create_intro_video - Automates creating a 10-second intro with text overlays.add_background_music - Searches the OpenCut sound library and trims music to fit.apply_transition - Seamlessly blends two clips with a specified effect.Make sure to replace
/absolute/path/to/opencut-controllerwith the actual path on your local machine.
To connect OpenCut Controller to your local Claude Desktop app, add the following to your claude_desktop_config.json:
postinstall ran successfully. You can trigger it manually with pnpm run playwright install chromium.$env:TRANSPORT_TYPE="http"; pnpm run src/index.ts instead.[!TIP] If you encounter TypeScript errors during development or execution, you can verify your types locally by running
pnpm run build(which executestsc --noEmit).
window.__opencut is undefinedCause: You are trying to use the MCP server with the production web app (opencut.app).
Fix: You must run the OpenCut editor locally. The production site doesn't expose the internal hooks required for MCP control.
Incompatible React versionsCause: react and react-dom versions mismatch in the monorepo.
Fix: Ensure both are set to the exact same version (e.g., 19.2.0) in the root package.json and run pnpm install.
Invalid input: expected string, received undefined (Zod Error)Cause: Missing environment variables in apps/web/.env.
Fix: Ensure you have a .env file in apps/web/. We have updated the code to make most variables optional, but BETTER_AUTH_SECRET may still be needed for some features.
Cause: The local OpenCut server (Next.js) is still compiling.
Fix: Wait until you see β Ready in the editor terminal before starting the MCP server.
This project's original codebase and concept were inspired by and built upon the foundational work done in RavenMeld/OpenCut-MCP. We extend our sincere gratitude to RavenMeld for their pioneering work on connecting OpenCut via the Model Context Protocol.
This project is licensed under the MIT License.
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/opencut-controller)<a href="https://allmcps.com/mcp/opencut-controller"><img src="https://allmcps.com/api/badge/opencut-controller?style=directory" alt="Opencut Controller on AllMCPs" /></a>