Odel
ClipUGC

ClipUGC

Local
@clipugc1TypeScriptMITUpdated 3 days ago

Create AI influencer characters, looks, video clips and merged UGC app ads with ClipUGC.

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

npmclipugcv1.2.2

Run

npx -y clipugc

MCP client config

{
  "mcpServers": {
    "clipugc": {
      "command": "npx",
      "args": [
        "-y",
        "clipugc"
      ]
    }
  }
}