AI-assisted video & audio editor — Rust + Tauri, with an MCP server that lets Claude cut and assemble your footage.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kerf": {
"command": "cargo",
"args": [
"run",
"--",
"kerf"
]
}
}
}
Run in terminal:
claude mcp add kerf cargo run -- kerf
Add to .cursor/mcp.json:
{
"mcpServers": {
"kerf": {
"command": "cargo",
"args": [
"run",
"--",
"kerf"
]
}
}
}