Skip to content
Cursor

ugc brief mcp for Cursor

io.github.closermethod/ugc-brief-mcp

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

client:Cursor transport:stdio runtime:npm

Install ugc brief mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ugc brief mcp in other clients