
Autonomous video editing through an MCP interface. You describe what you want in natural language, and the server plans and executes multi-step edits: viral clip extraction, auto-captioning, vertical reframing, chroma keying, silence removal, background replacement without green screen, speaker tracking, and MP4 export. Everything routes through a single `autonomous_edit` tool that takes a text prompt and returns finished video. Also exposes typed CRUD for brand kits, caption templates, projects, and asset management so you can build editing workflows that remember your style. Renders run on parallel GPU infrastructure and can process hundreds of clips at once. Built on the Livecore API with streaming and async variants for long jobs. Install via npx and point it at your API key from studio.livecore.ai.
The professional agentic production environment for editable video. Levea turns natural-language creative direction, transcripts, and source media into fully structured, editable video projects, executes edits through a deterministic production harness, verifies the result, and renders delivery files.
Beta Notice: Agentic edits can make mistakes. Always preview every output before publishing. For production-safe and high-impact workflows, use
requirePlanApproval: trueto halt execution after the planning phase and inspect the proposed edit list.
Unlike traditional one-shot AI video generators that output locked, un-editable pixels, Levea maintains a fully structured, multi-layer project and timeline (Scene IR) containing assets, text, masks, audio, and brand kits.
We use probabilistic Frontier LLMs solely for planning, semantic analysis, and parameter parsing. The actual layout, timing, audio cleanup, face tracking, and composition are executed by a high-performance deterministic video-production harness. Generative media models are optional, modular assets; they do not own the project state.
Levea separates probabilistic creative reasoning from deterministic project execution:
Creative Intent + Source Media
│
▼
Probabilistic Multimodal Intelligence
(Frontier Models)
│
▼
Typed Edit Graph / Media IR
(Scene Graph DAG)
│
▼
Deterministic Video-Production Harness
├── Timeline and Scene Graph
├── Media Operators
├── Caption and Layout Engine
├── Animation and Motion System
├── Generative Media Adapters
├── Composition and Asset Execution
│ ├── Remotion — cards, charts, diagrams and editorial compositions
│ ├── Vulkan/WebGPU — captions, primitives, effects and final compositing
│ ├── Lottie — verified authored vector assets
│ ├── HyperFrames — verified data-driven motion composites
│ └── Omni/Veo — generated supporting media
├── Validators
├── Project Versioning
└── Export Pipeline
│
▼
Verification → Bounded Repair → Editable Scene
├── Return
├── Queue Media Work
└── Optional Export
The planning layer interprets user prompts, transcripts, visual references, and timeline boundaries. It compiles raw natural language into a highly optimized, typed Workflow DAG of sequential and parallel editing operations. The hosted planner currently utilizes Gemini through Google AI and Vertex AI.
These represent the dual brain-body architecture of Levea:
Separating intent from execution makes edits fully inspectable, repeatable, and independently repairable without transferring project ownership to an LLM.
Typed production operators execute the plan against the scene graph. The native renderer compiles Scene compositions through native Vulkan and browser WebGPU paths, subsequently compositing them with verified composition assets produced by Remotion (which handles rich editorial layouts, cards, and diagrams).
All revisions are saved in a durable, linear undo/redo history backed by immutable scene payloads, preventing state corruption during multi-step iterations. Export is optional—Levea can return the updated editable scene, queue asset rendering, deliver an MP4, or bundle assets for multi-platform delivery.
Whether you are an AI developer looking to integrate automated editing into your agent loops, or a content creator building an automated faceless channel, Levea has a native path for you.
Expose Levea as a client-side Model Context Protocol (MCP) server stdio wrapper (levea-mcp-server) in your favorite AI editors (Cursor, Cline, Windsurf, or Claude Desktop).
Sign up at studio.livecore.ai and generate a Levea API key.
Add the following configuration block to your editor's MCP settings:
{
"mcpServers": {
"levea": {
"command": "npx",
"args": ["-y", "levea-mcp-server"],
"env": {
"LEVEA_API_URL": "https://api.livecore.ai",
"LEVEA_API_KEY": "your-key-from-studio.livecore.ai"
}
}
}
}
Note: LEVEA_API_URL should point to the bare host domain https://api.livecore.ai. The client-side wrapper handles endpoint appending automatically.
| Client | Setup Commands / Instructions |
|---|---|
| Cursor & Windsurf | Go to Settings -> Features -> MCP -> Add New MCP Server. Set type to command and insert the config above. |
| Cline | Open settings, scroll to MCP, and add the config to the Cline MCP settings file. |
| Claude Code | Run: claude mcp add levea -e LEVEA_API_URL=https://api.livecore.ai -e LEVEA_API_KEY=... -- npx -y levea-mcp-server |
| Claude Desktop | Add the server block to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows). |
Deploy Levea as an autonomous editing agent directly inside the OpenClaw workspace.
openclaw-ai-video-editor on ClawHub and install it to gain system-level execution, asset upload UI, and rendering support.levea-ai-video-editor on ClawHub Skills directory to give your agent professional editorial taste, system instructions, and pacing rules."Review my vertical video, remove the opening silence, auto-apply Hormozi-style captions with highlighted keywords, add subtle background music, and export the Reels-ready MP4."
Levea is built for modular agent platforms. When deploying Levea inside platforms like OpenClaw or Hermes, we split execution capabilities from cognitive strategies:
openclaw-ai-video-editor): Acts as the physical body. It exposes the core MCP tool surface, registers tool schemas, manages API keys, sets up SSE progress pipelines, and handles physical file uploads and rendering hooks.levea-ai-video-editor): Acts as the cognitive mind. It is a prompt-engineered, context-aware instruction set (system prompts and few-shot creative templates) that teaches the agent how to act as a professional director—enforcing brand rules, safe zones, timing pacing, and layout aesthetics.We recommend installing both to unlock the full power of autonomous editing with a professional finish.
Levea supports a wide range of natural-language production instructions:
| Use Case / Request | Typical Autonomous Production Path | Organic Keywords |
|---|---|---|
| Faceless Channel Generator | Segment transcript, plan layout, overlay B-roll, generate AI background music, and render. | faceless-video, auto-reels, short-form-video |
| CapCut Auto-Cap Alternative | Run whisper transcription, highlight keywords, style fonts, align timing, and apply animation presets. | auto-captions, video-subtitles, kinetic-typography |
| Shorts & Reels Highlights | Extract high-engagement hooks, crop canvas to vertical 9:16 safe zones, and apply motion graphics. | viral-clips, clip-generator, tiktok-video, youtube-shorts |
| Corporate Interview Polish | Cut long silence gaps, bleep profanity, apply color grades, and add lower third speaker graphics. | silence-removal, audio-cleanup, lower-thirds |
| Green Screen & Backdrop Swap | Isolate speaker matte, layer background photo/video, align depth tracks, and composite. | chroma-key, green-screen, background-removal |
| Multi-Cam Active Speaker Cuts | Synchronize dual camera angles, run diarization, and automatically cut to the active speaker. | multi-cam-sync, active-speaker, video-automation |
To ensure that AI planning errors never result in broken compositions or corrupt files, Levea operates a closed-loop verification and repair containment pipeline.
User correction
↓
Semantic-node reference resolution
↓
Typed repair patch
↓
Repair-policy validation
↓
Affected-subgraph invalidation
↓
Partial recompilation and execution
↓
Verification
↓
Atomic replacement of prior version
Availability of specific tracks varies by deployment, active model tiers, and account quotas.
The MCP server exposes one high-level editing entry point plus typed management and polling tools:
| Group | Tools | Description |
|---|---|---|
| Edit | autonomous_edit, autonomous_edit_streaming, queue_edit | Single-entry edit prompts, SSE progress streaming, and asynchronous queuing. |
| Job Polling | check_job_status, check_task_status, get_active_task | Track rendering, B-roll generation, tracking status, and active tasks. |
| Caption Templates | list_caption_templates, apply_caption_template, save_caption_template | CRUD operations for 41+ styling templates (Hormozi, Minimal-Pro, typewriter...). |
| Brand Kits | list_brand_kits, get_brand_kit, create_brand_kit, update_brand_kit | Manage brand colors, fonts, logos, speaker voice clones, and grading rules. |
| Projects | list_projects, get_project, create_project | Project workspace management. |
| Assets | asset_upload_url, list_assets, transcribe_asset | Request signed upload URLs, list assets, and request fast Whisper transcriptions. |
| Diagnostics | editor_health | Unauthenticated network sanity probe. |
Generic generative video models (Sora, Runway, Veo) output raw, locked pixels. You cannot edit a layer, adjust caption typography, swap background music, or correct a word timing afterward. Levea is a full-featured timeline editor that builds structured project layers. It uses generative models (like Omni/Veo/Imagen) only as optional asset generation plugins, keeping your editing pipeline fully editable, inspectable, and deterministic.
Yes. Every mutation runs inside a secure, gated environment (GatedExecutor). High-level action contracts ensure that LLMs cannot inject arbitrary mutations or bypass security profiles. If you configure requirePlanApproval: true, the system will halt and present the creative plan to your team for approval before executing any edits or rendering assets.
Levea integrates natively with Model Context Protocol (MCP) hosts like Claude Desktop, Cursor, Cline, Windsurf, and Claude Code. For standalone agent systems, Levea exposes structured packages for OpenClaw and Hermes.
Absolutely. Using our Brand Kits API and tools, you can declare custom typography scales, palette hex codes, logo image references, and custom voice prints. The planning model reads these rules and automatically enforces them across the timeline during the composition pass.
levea-mcp-serverio.github.brajendrak00068/levea-mcp-serveropenclaw-ai-video-editorlevea-ai-video-editorSupport & Contact: brajendrak00068@gmail.com
LEVEA_API_URL*Levea API base URL, e.g. https://api.livecore.ai
LEVEA_API_KEY*secretLevea API key. Generate one at https://studio.livecore.ai/