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 "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., "@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 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
- Alicense-qualityAmaintenanceExposes 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.Last updated48MIT
- Alicense-qualityAmaintenanceEnables 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.Last updated2765MIT
- Flicense-qualityCmaintenanceEnables AI models to perform complex video editing tasks on Kdenlive projects through 36 tools for project management, timeline editing, effects, transitions, and export.Last updated1
- Flicense-qualityCmaintenanceEnables 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.Last updated
Related MCP Connectors
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…
Build and run visual creative-production workflows from your AI agent.
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/D-Ogi/mcp-kdenlive'
If you have feedback or need assistance with the MCP directory API, please join our Discord server