Kinocut for VS Code
io.github.kyanitelabs/kinocut
Guardrailed video editing for AI agents: FFmpeg, captions, effects, Hyperframes, and receipts.
client:VS Code
transport:stdio
runtime:pypi
Install Kinocut in VS Code
.vscode/mcp.json
{
"servers": {
"kinocut": {
"type": "stdio",
"command": "uvx",
"args": [
"kinocut"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs