Local-first MCP server that turns raw drone footage into polished marketing cuts — scan, Claude-vision analysis, AI-directed timeline, ffmpeg renders
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"
]
}
}
}
Run in terminal:
claude mcp add skycut-drone-video-p npx -y smhunt/skycut-drone-video-pipeline
Add to .cursor/mcp.json:
{
"mcpServers": {
"skycut-drone-video-p": {
"command": "npx",
"args": [
"-y",
"smhunt/skycut-drone-video-pipeline"
]
}
}
}