kerf

OrellBuehler/kerf
★ 1 stars Rust Code/Dev Tools Updated today
AI-assisted video & audio editor — Rust + Tauri, with an MCP server that lets Claude cut and assemble your footage.
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}