
mcp-video
by KyaniteLabs·★ 18·综合分 44
视频编辑 MCP 服务器,包含 103 个 FFmpeg 操作工具和 AI 辅助媒体处理功能。
概述
mcp-video 为 AI 代理提供全面的视频编辑工具集,通过结构化的 MCP 模式封装了 FFmpeg 和其他媒体工具。它提供了修剪、合并、调整大小、转码视频,添加字幕、水印、特效以及生成 AI 字幕的工具。该服务器还支持 Hyperframes 用于电影式视频创作,以及跨平台内容的自动化重新包装。同时提供 Python 客户端和 CLI 界面,可以与 Claude Code、Cursor 等 AI 开发环境集成。
试试问 AI
装完之后,这里有 3 个你可以让 AI 做的事:
什么时候选它
当您需要为AI代理提供广泛的视频编辑功能并希望避免使用易碎的shell命令和结构化工具模式时,请选择此工具。
什么时候不要选它
如果您需要基于云的视频处理,请避免使用此工具,因为它需要本地FFmpeg安装,仅限于本地操作。
此 server 暴露的工具
从 README 抽取出 12 个工具trimtrim(input: str, start: str, duration: str)Trim a video to a specific start time and duration
subtitlessubtitles(input: str, subtitle_file: str)Add subtitles to a video from an SRT file
resizeresize(input: str, aspect_ratio: str)Resize a video to a specific aspect ratio
release_checkpointrelease_checkpoint(input: str)Create quality checkpoints, thumbnails, and storyboards for video review
ai_transcribeai_transcribe(input: str, output_srt: str)Transcribe video audio to an SRT subtitle file
normalize_audionormalize_audio(input: str)Normalize audio levels in a video
search_toolssearch_tools(query: str)Search for tools matching a query string
scene_detectionscene_detection(input: str)Detect scene changes in a video
gridgrid(input: str, layout: str)Arrange video clips in a grid layout
video_quality_checkvideo_quality_check(input: str)Check video quality for issues
mergemerge(inputs: list[str])Merge multiple video files into one
animated_textanimated_text(input: str, text: str, position: str)Add animated text to a video
可对比工具
安装
安装
先决条件:[FFmpeg](https://ffmpeg.org/) 必须安装在系统 PATH 中。
# macOS
brew install ffmpeg
# Ubuntu/Debian
sudo apt install ffmpeg无需全局安装运行:
uvx --from mcp-video mcp-video doctor或使用 pip 安装:
pip install mcp-video
mcp-video doctorClaude Desktop 配置
{
"mcpServers": {
"mcp-video": {
"command": "uvx",
"args": ["--from", "mcp-video", "mcp-video"]
}
}
}mcp-video 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。