Back to Apps

Kinocut
by kyanitelabs
Guardrailed video editing server for AI agents featuring 142 FFmpeg tools, workflow receipts, and Hyperframes integration.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Kinocut transforms AI agents into video editors by providing a structured, typed interface to FFmpeg. It allows agents to trim, merge, resize, and subtitle video with preflight guardrails to prevent broken exports.
Tools
trim,merge,resize,crop: Core editing operations.ai_transcribe: Convert speech to text using Whisper.subtitles: Burn captions into video files.video_workflow_*: Plan, render, and resume complex multi-step edit jobs with provenance receipts.hyperframes_*: Manage Hyperframes projects and rendering.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"kinocut": {
"command": "uvx",
"args": ["--from", "kinocut", "kino"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
Quick install
uvx --from kinocut kinoInformation
- Pricing
- free
- Published
- 7/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: { "kinocut": { "command": "uvx", "args": ["--from", "kinocut", "kino"] } }claude-code
claude mcp add kinocut -- uvx --from kinocut kinoClaude Desktop
{
"mcpServers": {
"kinocut": {
"command": "uvx",
"args": ["--from", "kinocut", "kino"]
}
}
}





