Skip to content
LangChain

ClipUGC for LangChain

io.github.clipugc/clipugc

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

client:LangChain transport:stdio runtime:npm

Install ClipUGC in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "clipugc": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "clipugc"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

ClipUGC in other clients