shotcut (MCP Server)

GitHub

cross-platform (Qt), open-source (GPLv3) video editor

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "shotcut": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-shotcut"
      ]
    }
  }
}