Skip to content
VS Code

Kdenlive MCP Server for VS Code

io.github.va1bhav512/kdenlive-mcp-server

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

client:VS Code transport:stdio runtime:pypi

Install Kdenlive MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "kdenlive-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "kdenlive-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Kdenlive MCP Server in other clients