Skip to main content
Glama

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 -s

Unix:

LC_EDITOR_MURREE_DIR=/path/to/murree pytest -m murree -s

这些静帧保留在本地。它们不在此仓库中。

本版本不包含的功能

多机位、语音转字幕、版权音乐库、节拍同步、Drive 导入,以及可在其中编辑的浏览器界面。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
<1hResponse time
Release cycle
Releases (12mo)

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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