Skip to content
VS Code

ugc brief mcp for VS Code

io.github.closermethod/ugc-brief-mcp

Turn a brand brief into deliverables, shot lists, and the right UGC format, catching scope traps.

client:VS Code transport:stdio runtime:npm

Install ugc brief mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "ugc-brief-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ugc-brief-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ugc brief mcp in other clients