What is the Kinocut MCP server?
Guardrailed video editing for AI agents: FFmpeg, captions, effects, Hyperframes, and receipts.
How to install Kinocut
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"kinocut": {
"command": "uvx",
"args": [
"kinocut"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"kinocut": {
"command": "uvx",
"args": [
"kinocut"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"kinocut": {
"command": "uvx",
"args": [
"kinocut"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"kinocut": {
"type": "stdio",
"command": "uvx",
"args": [
"kinocut"
]
}
}
}Claude Code
claude mcp add kinocut -- uvx kinocutRelated MCP servers
mcp-video
Active
Guardrailed video editing MCP server: FFmpeg tools for subtitles, audio, effects, Hyperframes.
61
View repository →Python
Apache-2.0
Epoch
Active
Epoch time estimation MCP server for PERT, COCOMO, Monte Carlo, calibration, cost, and risk.
2
View repository →TypeScript
Apache-2.0