ai-video-editor

tailerchimchar/ai-video-editor
★ 0 stars Python 🤖 AI/LLM Updated today
Local-first AI video editor for gameplay highlights — FastAPI backend + FastMCP server + React webapp (monorepo: api/, mcp/, web/)
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": {
    "ai-video-editor": {
      "command": "uvx",
      "args": [
        "ai-video-editor"
      ]
    }
  }
}

Or install with pip: pip install ai-video-editor

README Excerpt

Local-first AI video editor that turns gameplay recordings (League of Legends, Valorant, Twitch VODs) into ranked highlight reels — without uploading source footage anywhere. **Status:** alpha / personal project. Solo dev. Things will move. ``` recording.mp4 ──> candidate generators (cheap, deterministic, no LLM)