lc-editor
lc-editor
一款通过 MCP 客户端驱动的本地视频编辑器。没有可点击的时间轴界面。你发送工具调用;ffmpeg 负责渲染文件。
专为竖屏 9:16 短视频而构建。不含音乐。字幕是带描边和阴影的文字,绝不是文本框。引擎规则写在 specs/craft.md 中。卡拉奇剧集结构是可选预设,而非默认设置。
环境要求
Python 3.11 或更高版本
PATH 中需包含 ffmpeg 和 ffprobe
Related MCP server: video-editor
安装
从本仓库的克隆副本安装:
pipx install .pip install . 也可以。pipx 会将应用安装在其独立环境中,并把 lc-editor 添加到你的 PATH。
从 GitHub 安装:
pipx install git+https://github.com/uzairayed/lc-editor.git运行
lc-editor serve --project ./my-reel--web 会在 127.0.0.1:8765 启动一个可显示静帧的页面。该页面只读。
Cursor
将以下内容添加到你的 MCP 配置中。请使用绝对项目路径。
{
"mcpServers": {
"lc-editor": {
"command": "lc-editor",
"args": ["serve", "--project", "/absolute/path/to/project"]
}
}
}在 Windows 上,路径形如 C:/Users/you/my-reel。
工具
每次编辑都会返回 { ok, timeline_summary, warnings }。非法请求会直接报错。相同的 op_id 重复提交不会产生重复操作。review_report 必须通过后才能执行 export。预览静帧和联系表是磁盘上的 JPEG 文件,而非 base64 数据。
可选:project_create(..., preset="karachi") 会加载系列品牌配置。穆里剪辑不需要此预设。
意外遭遇穆里
将 LC_EDITOR_MURREE_DIR 指向本机上恰好包含 117 张静帧的文件夹,然后:
$env:LC_EDITOR_MURREE_DIR="C:\path\to\murree"
pytest -m murree -sUnix:
LC_EDITOR_MURREE_DIR=/path/to/murree pytest -m murree -s这些静帧保留在本地。它们不在此仓库中。
本版本不包含的功能
多机位、语音转字幕、版权音乐库、节拍同步、Drive 导入,以及可在其中编辑的浏览器界面。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceCreates short videos for TikTok, Instagram Reels, and YouTube Shorts using the Model Context Protocol (MCP) and a REST API.581,283MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server for programmatic video editing using ffmpeg, enabling draft creation and refinement via natural language.5ISC
- AlicenseAqualityCmaintenanceProvides 30+ FFmpeg video and audio editing tools via MCP, enabling AI assistants to perform operations like trimming, transcoding, overlays, and composition directly.273MIT
- FlicenseNot gradedqualityCmaintenanceEnables agentic video editing and composition via MCP, allowing creation and manipulation of multi-track timelines with clips, transitions, filters, and text overlays, then rendering to MP4 using the melt-7 CLI.
Related MCP Connectors
A real timeline video editor for AI agents: journaled edits, FFmpeg/MLT rendering, exports
Transform video, audio and images, and generate media from prompts. FFmpeg, captions, models.
Agentic video editing on real footage: cut, caption, reframe, score, and export at full quality.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/uzairayed/lc-editor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server