lc-editor
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 -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