Skip to main content
Glama

lc-editor

MCP クライアントから操作するローカルビデオエディタです。クリックするタイムライン UI はありません。ツール呼び出しを送信すると、ffmpeg がファイルをレンダリングします。

短い 9:16 リール向けに作られています。音楽はありません。キャプションはストロークとシャドウのテキストであり、ボックスではありません。エンジンのルールは specs/craft.md にあります。Karachi エピソード構造はオプションのプリセットであり、デフォルトではありません。

必要条件

  • Python 3.11 以降

  • ffmpeg と ffprobe が PATH に含まれていること

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 を2回使用しても重複しません。export の前に review_report が成功している必要があります。プレビュースチルとコンタクトシートはディスク上の JPEG ファイルであり、base64 ではありません。

任意: project_create(..., preset="karachi") はシリーズのブランディングを読み込みます。Murree のカットには必要ありません。

想定外の Murree

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