Odel
video editing ai mcp

video editing ai mcp

Local
@csoai-orgPythonUpdated 4 days ago

Video Editing Ai MCP server. Tools: split scenes, generate subtitles, thumbnail data. Built by MEOK

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-editing-ai-mcpv1.0.10

Run

uvx video-editing-ai-mcp

MCP client config

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