Locally runs typed FFmpeg video-editing tools for trimming, captions, repurposing, quality checks, and provenance receipts.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Kinocut.
KyaniteLabs/kinocut MCP server gives AI agents a structured interface for editing local video instead of requiring them to construct raw FFmpeg commands. The project includes an MCP server, a Python client, and the kino command-line interface. Its editing surface covers common operations such as trimming, resizing, subtitle rendering, audio normalization, effects, and export workflows.
The main use case is turning longer local recordings into reviewable short-form media. An agent can select a segment, generate or apply captions, change the aspect ratio for vertical output, and run a release checkpoint before the result is published. The project also describes workflows for podcasts, interviews, Shorts, Reels, TikTok packages, and 360 dual-camera assembly.
The KyaniteLabs/kinocut MCP server runs on the userβs machine and invokes FFmpeg for media processing. Typed operations, preflight validation, and quality or release checkpoints provide structure around those transformations. Outputs can be accompanied by Video Receipts containing provenance and review information, allowing an agent or human operator to inspect how an asset was produced.
A Python client is available for scripted workflows. For example, a workflow can trim a source file, transcribe it, render a subtitle file, resize the result to a 9:16 frame, and call a release checkpoint. Resumable workflows and manifests are also part of the documented editing model, which suits repeatable jobs in scripts or CI environments.
Optional capabilities include Hyperframes and Whisper-related extras. The repository also documents an approval-based 360 assembly path that creates a reviewable plan before rendering the chosen layout with FFmpeg.
Install the published Python package with pip install kinocut, then start the MCP mode with kino --mcp. Python 3.11 or newer is listed by the project. FFmpeg is a runtime requirement and must be discoverable on the system PATH.
The server is local-first and supports macOS, Linux, and Windows according to the README. It does not require an API key. The repository distinguishes the stable PyPI release from development code in the source repository, so production workflows should use the published package when a released version is preferred.
The documented tool surface includes capabilities for:
The repository describes a larger MCP and CLI surface that changes between published releases and development tip, so exact tool counts depend on the version installed.
KyaniteLabs/kinocut MCP server is not a hosted cloud editor or a credit-metered SaaS service. Processing is performed against local media on the machine running the server. FFmpeg is required separately, and some features depend on optional Hyperframes or Whisper extras.
The project is designed for guarded, inspectable workflows; it does not replace human approval when a release checkpoint is part of the process. The README names Claude Code and Cursor among its intended MCP clients and states that it works with MCP clients generally, but client-specific setup details may vary. The source is released under Apache-2.0.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
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/kyanitelabs-kinocut)<a href="https://allmcps.com/mcp/kyanitelabs-kinocut"><img src="https://allmcps.com/api/badge/kyanitelabs-kinocut?style=directory" alt="Kinocut on AllMCPs" /></a>