Odel
Kdenlive MCP Server

Kdenlive MCP Server

Local
@va1bhav5123PythonUpdated 4 days ago

Kdenlive video editing MCP - 36 tools for project, timeline, filters and melt rendering

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIkdenlive-mcp-serverv0.1.3

Run

uvx kdenlive-mcp-server

MCP client config

{
  "mcpServers": {
    "kdenlive-mcp-server": {
      "command": "uvx",
      "args": [
        "kdenlive-mcp-server"
      ]
    }
  }
}