skycut-drone-video-pipeline

smhunt/skycut-drone-video-pipeline
★ 1 stars TypeScript AI/LLM Updated 8d ago
Local-first MCP server that turns raw drone footage into polished marketing cuts — scan, Claude-vision analysis, AI-directed timeline, ffmpeg renders
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "skycut-drone-video-p": {
      "command": "npx",
      "args": [
        "-y",
        "smhunt/skycut-drone-video-pipeline"
      ]
    }
  }
}