ugc brief mcp for Gemini CLI
io.github.closermethod/ugc-brief-mcp
Turn a brand brief into deliverables, shot lists, and the right UGC format, catching scope traps.
client:Gemini CLI
transport:stdio
runtime:npm
Install ugc brief mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ugc-brief-mcp": {
"command": "npx",
"args": [
"-y",
"ugc-brief-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs