Brandsystem MCP — Brand Guidelines for AI for LangChain
io.github.brandcode-studio/brandsystem-mcp
Use existing brand guidelines with AI. Turn websites, PDFs, and Figma into a .brand runtime.
client:LangChain
transport:stdio
runtime:npm
Install Brandsystem MCP — Brand Guidelines for AI in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"brandsystem-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@brandsystem/mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs