給 agent 的

一個會剪片的 MCP server。

把你的 agent 指向 vidcut,它拿到的是一條真的時間軸,不是一個對話框。

什麼是 MCP 影片編輯器?

Model Context Protocol(MCP)是把 AI 模型接上外部工具的開放標準。vidcut 內建一個 MCP server:它不是在編輯器旁邊塞一個對話視窗,而是讓你的 agent 直接對一條真的、可編輯的 1080×1920 時間軸呼叫 48 個結構化工具,每一次改動都會落在瀏覽器介面上,由你放行之後才會渲染。

怎麼接

雲端

一行指令。每個付費方案都含一個 Remote MCP 端點。

claude mcp add --transport http vidcut https://vidcut-fly-demo.fly.dev/mcp

自己架

把 AGPL 版跑在自己的機器上,再把 agent 指過去——不必註冊,沒有用量上限。

直接讀原始碼

48 個工具

每個工具都回傳結構化的專案狀態,所以你的 agent 不必再把影片內容重講一遍給自己聽。

工具做什麼
add_clipAppend already-imported media to the end of the main track (existing clips are untouched — good for adding one file at a time)
add_mograph雲端Add one parameterized motion-graphics overlay (the others are untouched)
add_overlayAdd a single overlay (the others are untouched)
auto_captionOne-shot auto captions: recognize → paginate → write the caption track (a whole-track replace
export_publish_packagePackage the finished render for manual upload: copies the output video plus cover and .srt into output/publish/<stamp>/, writes one text file per platform from the metadata you provide, and records per-platform duration/size warnings in manifest.json
extract_audioExtract a clip's audio into a standalone audio item (the clip's own volume goes to zero), so it can be adjusted, faded or deleted on its own
generate_image雲端Generate NEW images with AI via fal
generate_music雲端Generate a NEW background-music track with AI via fal
generate_sound雲端Generate a NEW custom sound effect with AI (ElevenLabs SFX v2 via fal)
get_chat唯讀Read the conversation with the person reviewing your work (both sides, oldest first)
get_editing_skill唯讀雲端Fetch one editing playbook in full (markdown): workflow with tool-call sequences, silent-failure pitfalls, final checklist
get_editor_context唯讀The user's current selection in the UI, playhead position, and dragged time range
get_feedback唯讀Summary of human changes since the given version — how the AI reads back what the user adjusted
get_frame唯讀Extract the frame at a given time as JPEG — the AI's eyes
get_generation_status雲端Check AI generation jobs
get_history唯讀Recent change log (version/label/source/ts)
get_mograph_snippet唯讀雲端Fetch one library item's full HTML/CSS/GSAP source plus an adaptation checklist for the html mograph template (strip the page scaffold and every <script src>, register the paused window.__timelines["html-mograph"] timeline, re-layout 1920x1080 blocks for the bake canvas, swap webfonts and bundled images)
get_project唯讀Trimmed overview of the project (clips/captions/media/version/review)
import_mediaRegister a media file
import_stock_media雲端Download one search_stock_media result into the project and register it as media (builds proxy/filmstrip/peaks
list_editing_skills唯讀雲端List the built-in editing playbooks — 8 workflows covering speech editing, transcript-driven assembly, style mimicry from a reference video, beat-synced cutting, music & mixing, long-to-short repurposing, short-form packaging and pre-render checks
list_source唯讀List importable files in a footage folder (no recursion, hidden files excluded, whitelisted extensions only)
post_chatSay something to the person reviewing your work — it shows up in the Chat tab of the editor and they can reply there
preflight_check唯讀雲端Read-only self-check of the current timeline, to run right before render
redoRedo the last N undone edits (the inverse of undo)
remove_audioRemove one audio item
remove_clipRemove one clip (the magnetic main track closes the gap, so every later clip shifts left)
remove_mograph雲端Remove one mograph overlay
remove_overlayRemove one overlay
renderRender the project to a final mp4 (1080×1920, re-encoded)
reorder_clipsReorder the main-track clips (order is a permutation of clipIds)
request_reviewAsk the user to review the current timeline in the browser UI
search_mograph_library唯讀雲端Search the vendored motion-graphics snippet library (373 HTML/CSS/GSAP items from the hyperframes registry), organised into 13 categories (lower-third / text-type / chart-data / map-geo / social-mock / device-ui / transition / vfx-overlay / code-dev / handwriting / logo-brand / background / camera-motion)
search_stock_media唯讀雲端Search free stock-media platforms (Pexels, Pixabay, Unsplash, Freesound) for B-roll, photos, sound effects and music beds
set_audioSet the whole audio track (voiceover/BGM
set_canvas_fitWhat to do when the media does not fill the canvas: contain = black bars, blur = a blurred, scaled-up fill (blur is the better look for landscape footage on a 9:16 canvas)
set_captionsReplace the whole caption track (every existing caption is replaced
set_coverSet the cover image: when a rendered file is still around, the frame at that time is taken from the export (overlays and captions included)
set_overlaysReplace the whole overlay track (every existing overlay is replaced
set_timelineSet the whole video main track (the initial cut)
timeline_opRough-cut at a point on the timeline: split, deleteBefore (drop the picture before that time), deleteAfter (drop what follows), or freeze (insert a freeze-frame)
transcribeRun speech recognition (whisper.cpp) over the whole timeline and return per-word timestamps
undoUndo the last N edits (cursor-style: call it repeatedly to keep walking back)
update_audioAdjust one audio item (volume, fades, timing, ducking)
update_captionChange one caption only (text/start/duration/style/tokens/reveal/motion)
update_clipChange one clip's in/duration/volume/label/leadPad/transition (its position in the main track is untouched)
update_mograph雲端Change one existing mograph overlay: props (shallow merge — send only the fields you want to change), duration, position, start or anchor
update_overlayChange one overlay only (start/anchor/duration/position/text)

這張表由 checked-in 的工具面產生,所以不會跟 server 實際開放的內容分岔。你自己架的開源版有其中 39 個;標成「雲端」的需要付費方案。

準備好當導演了嗎?

7 天全額退款,不塞離開問卷。

MCP 影片編輯器 —— 把你的 AI agent 接上 vidcut