lc-editor
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lc-editorCreate a new 9:16 reel, add a clip with captions, and export it"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lc-editor
A local video editor you drive from an MCP client. There is no timeline UI to click. You send tool calls; ffmpeg renders the file.
Built for short 9:16 reels. No music. Captions are stroke-and-shadow text, never a box. Engine rules live in specs/craft.md. Karachi episode structure is an optional preset, not the default.
Needs
Python 3.11 or newer
ffmpeg and ffprobe on your PATH
Related MCP server: video-editor
Install
From a clone of this repo:
pipx install .pip install . works too. pipx keeps the app in its own env and puts lc-editor on your PATH.
From GitHub:
pipx install git+https://github.com/uzairayed/lc-editor.gitRun
lc-editor serve --project ./my-reel--web starts a page on 127.0.0.1:8765 that can show stills. It only reads.
Cursor
Add this to your MCP config. Use an absolute project path.
{
"mcpServers": {
"lc-editor": {
"command": "lc-editor",
"args": ["serve", "--project", "/absolute/path/to/project"]
}
}
}On Windows the path looks like C:/Users/you/my-reel.
Tools
Every edit returns { ok, timeline_summary, warnings }. Illegal requests fail out loud. Same op_id twice does not duplicate. review_report must pass before export. Preview stills and the contact sheet are JPEG files on disk, not base64.
Optional: project_create(..., preset="karachi") loads series branding. A Murree cut does not need it.
Unexpected Murree
Point LC_EDITOR_MURREE_DIR at a folder of exactly 117 stills on this machine, then:
$env:LC_EDITOR_MURREE_DIR="C:\path\to\murree"
pytest -m murree -sUnix:
LC_EDITOR_MURREE_DIR=/path/to/murree pytest -m murree -sThe stills stay local. They are not in this repo.
Not in this version
Multicam, speech-to-captions, stock music, beat sync, Drive import, or a browser you edit in.
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