ClipUGC for Grok
io.github.clipugc/clipugc
Create AI influencer characters, looks, video clips and merged UGC app ads with ClipUGC.
client:Grok
transport:stdio
runtime:npm
Install ClipUGC in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clipugc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clipugc"
],
"env": {
"CLIPUGC_API_KEY": "<CLIPUGC_API_KEY>",
"CLIPUGC_API_BASE_URL": "<CLIPUGC_API_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs