mcp-kdenlive
Provides tools for controlling a running Kdenlive instance, enabling AI agents to build timelines, import media, add transitions, markers, effects, and render videos.
Click on "Deploy 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., "@mcp-kdenliveImport all clips from ~/Videos and build a timeline with crossfades."
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.
mcp-kdenlive
MCP server for Kdenlive — wraps kdenlive-api for Claude Code and other LLM agents.
Gives an AI agent full NLE control over a running Kdenlive instance via D-Bus: import media, build timelines, add transitions, markers, effects, and render.
Quick start
Add to your .mcp.json:
{
"mcpServers": {
"kdenlive": {
"command": "python",
"args": ["-m", "mcp_kdenlive"]
}
}
}Related MCP server: OpenCut Controller
Requirements
Python 3.10+
MCP SDK (
mcp>=1.0.0)Running patched Kdenlive with D-Bus scripting API
pip install -r requirements.txtTools
Composite (use these first)
Tool | Description |
| Full assembly from scene clips (import + sequence + transitions + audio + markers) |
| Swap one scene clip by number, keep position and transitions |
| Text table of all clips on timeline |
| Batch cross-dissolves between all clips on a track |
| Export timeline to video file |
Atomic
Domain | Tools |
Project |
|
Media |
|
Timeline |
|
Transitions |
|
Markers |
|
Replace |
|
Checkpoints |
|
Related repos
kdenlive-api — DaVinci Resolve-compatible Python API
D-Ogi/kdenlive — Kdenlive fork with D-Bus scripting API
This server cannot be deployed
Maintenance
Related MCP Connectors
A real timeline video editor for AI agents: journaled edits, FFmpeg/MLT rendering, exports
- VidmoatOAuthcom.vidmoat
AI video editor: create projects, edit timelines, add captions and effects, and render videos.
FFmpeg as a service for AI agents: typed video editing tools, async jobs, downloadable outputs.
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceExposes 20 tools for project, media, render, and timeline control in DaVinci Resolve 18+ via stdio MCP, enabling AI agents to operate the software through natural language.51MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI models to fully automate and control the OpenCut Video Editor through a comprehensive set of MCP tools for timeline manipulation, scene management, media handling, and rendering.80 npm6MIT
- AlicenseBqualityBmaintenanceEnables AI models to perform complex video editing tasks on Kdenlive projects through 36 tools for project management, timeline editing, effects, transitions, and export.733MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI clients to create, edit, validate, preview, and render Shotcut projects (saved as MLT XML) without operating the GUI, using structured timeline editing tools and local safety mechanisms.7MIT