lc-editor
lc-editor
Локальный видеоредактор, которым вы управляете из MCP-клиента. Здесь нет таймлайна, по которому можно кликать. Вы отправляете вызовы инструментов; ffmpeg рендерит файл.
Создан для коротких вертикальных роликов 9:16. Без музыки. Субтитры — это текст с обводкой и тенью, никогда не плашка. Правила движка находятся в specs/craft.md. Структура эпизодов Karachi — опциональный пресет, не значение по умолчанию.
Требования
Python 3.11 или новее
ffmpeg и ffprobe в вашем PATH
Related MCP server: mcp-ffmpeg
Установка
Из клона этого репозитория:
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") загружает брендинг серии. Для монтажа 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 или браузер, в котором можно редактировать.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Trim, watermark, extract audio, and convert video to 9:16 vertical via API or MCP server.
FFmpeg as a service for AI agents: typed video editing tools, async jobs, downloadable outputs.
- VidmoatOAuthcom.vidmoat
AI video editor: create projects, edit timelines, add captions and effects, and render videos.
A real timeline video editor for AI agents: journaled edits, FFmpeg/MLT rendering, exports
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceCreates short videos for TikTok, Instagram Reels, and YouTube Shorts using the Model Context Protocol (MCP) and a REST API.431,321MIT
- AlicenseAqualityCmaintenanceProvides 30+ FFmpeg video and audio editing tools via MCP, enabling AI assistants to perform operations like trimming, transcoding, overlays, and composition directly.274MIT
- 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.-
- AlicenseNot gradedqualityAmaintenanceEnables local-first Instagram reel production entirely over MCP, turning raw footage, URLs, or topics into finished reels with script generation, stock media, voiceover, and captions.2MIT
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