IMovie Server
БесплатноНе проверенAn MCP server that enables AI-powered video editing with iMovie on macOS.
Описание
An MCP server that enables AI-powered video editing with iMovie on macOS.
README
Remotion-powered video editing toolkit. Transcribe source footage, plan edits, compose with overlays, render final videos.
Structure
├── src/ # Remotion compositions & components
│ ├── Root.tsx # Composition registration
│ ├── index.ts # registerRoot entry
│ ├── editData.ts # Clip definitions, task list, timing
│ ├── DayTwoComposition.tsx
│ └── VideoClip.tsx # Reusable video clip player
├── public/
│ └── audio/ # Sound effects
├── transcribe/ # Python transcription tool (mlx-whisper)
│ ├── transcribe.py # Transcribes videos → JSON + .txt
│ └── transcripts/ # Generated transcripts
├── videos/ # Source footage (gitignored)
├── remotion.config.ts
├── package.json
└── tsconfig.json
Workflow
1. Transcribe
# Drop source videos into videos/
bun run transcribe
# Outputs to transcribe/transcripts/
2. Plan edits
Edit src/editData.ts — define clips (source file, start/end timestamps), tasks, and timing.
3. Extract clips
# Extract each planned clip as a small mp4 for fast Remotion rendering
ffmpeg -ss START -i videos/SOURCE.MOV -t DURATION \
-c:v libx264 -preset ultrafast -crf 22 \
-c:a aac -b:a 192k -movflags +faststart \
-y public/clips/clip-name.mp4
4. Preview
bun run dev
5. Render
bun run render DayTwo out/final.mp4 --codec h264 --crf 20
Reusable Components
VideoClip— Plays a video file frompublic/DayTwoComposition— Full video composition with Series clips, DAY #2 overlay, and terminal-style todo listeditData.ts— Data-driven clip list and task definitions
Tools
- Remotion — React-based video composition
- FFmpeg — Clip extraction, format conversion
- mlx-whisper — Local transcription on Apple Silicon
Установка IMovie Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/aspectrr/agent-video-toolkitFAQ
IMovie Server MCP бесплатный?
Да, IMovie Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для IMovie Server?
Нет, IMovie Server работает без API-ключей и переменных окружения.
IMovie Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить IMovie Server в Claude Desktop, Claude Code или Cursor?
Открой IMovie Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Omni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
автор: buildwithtazaARA
Generate images, video and audio from any AI agent — one connector.
автор: ARAYouTube
Transcripts, channel stats, search
автор: YouTubeEverArt
AI image generation using various models.
автор: modelcontextprotocolCompare IMovie Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории media
