Kinocut for Cursor
io.github.kyanitelabs/kinocut
Guardrailed video editing for AI agents: FFmpeg, captions, effects, Hyperframes, and receipts.
client:Cursor
transport:stdio
runtime:pypi
Install Kinocut in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kinocut": {
"type": "stdio",
"command": "uvx",
"args": [
"kinocut"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs