The ChatCut Agent Plugin connects Codex and Claude Code to ChatCut so you can edit ChatCut video projects with AI assistance.
Use it to import media, change a project timeline, create motion graphics, generate assets, transcribe audio, add captions, export videos, and verify that edits are visible in the editor.
codex/- the Codex plugin package.claude/- the Claude Code plugin package.codex/.codex-plugin/plugin.json- Codex plugin metadata.claude/.claude-plugin/plugin.json- Claude Code plugin metadata.codex/.mcp.json- Codex MCP server configuration.codex/skills/- direct symlinks to the canonical repository skills.claude/skills/- Claude-specific skills link to the repository; shared skills link tocodex/skills/.codex/assets/- plugin icons and brand assets, shared with Claude through a symlink.
- A ChatCut account.
- Codex with plugin support, or Claude Code 2.x (CLI or desktop app).
- Access to a ChatCut project you want to edit.
The plugin connects to ChatCut through the hosted ChatCut MCP endpoint:
https://api.chatcut.io/api/external-mcp/mcp
The host handles authentication when the plugin is installed or first used (codex mcp login chatcut, or claude mcp login plugin:chatcut:chatcut in Claude Code). Follow the sign-in flow to connect your ChatCut account.
Install instructions per host: chatcut.io/chatgpt for Codex, chatcut.io/claude for Claude Code (agent-executable copy in ./docs/claude-code-install.md).
After installing and authenticating the plugin, try prompts like:
Import this video into my ChatCut project.Add a simple motion graphic overlay.Generate a voiceover and background music.Transcribe this clip and add captions.Export the current project.
The public plugin repository is:
https://github.com/ChatCut-Inc/agent-plugin.git
For product information, visit chatcut.io.