Odel
video editing mcp

video editing mcp

Local
@burningion288PythonUpdated 11mo ago

MCP Server for Video Jungle - Analyze, Search, Generate, and Edit Videos

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).

PyPIvideo-editor-mcpv1.0.1

Run

uvx video-editor-mcp

MCP client config

{
  "mcpServers": {
    "video-editing-mcp": {
      "command": "uvx",
      "args": [
        "video-editor-mcp"
      ]
    }
  }
}