Kdenlive MCP Server for Cursor
io.github.va1bhav512/kdenlive-mcp-server
Kdenlive video editing MCP - 36 tools for project, timeline, filters and melt rendering
client:Cursor
transport:stdio
runtime:pypi
Install Kdenlive MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kdenlive-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"kdenlive-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs