ClipUGC for Cursor
io.github.clipugc/clipugc
Create AI influencer characters, looks, video clips and merged UGC app ads with ClipUGC.
client:Cursor
transport:stdio
runtime:npm
Install ClipUGC in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clipugc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clipugc"
],
"env": {
"CLIPUGC_API_KEY": "<CLIPUGC_API_KEY>",
"CLIPUGC_API_BASE_URL": "<CLIPUGC_API_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs