Skip to content
LangChain

ugc brief mcp for LangChain

io.github.closermethod/ugc-brief-mcp

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

client:LangChain transport:stdio runtime:npm

Install ugc brief mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ugc-brief-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "ugc-brief-mcp"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

ugc brief mcp in other clients