Use existing brand guidelines with AI. Turn websites, PDFs, and Figma into a .brand runtime.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @brandsystem/mcp
MCP client config
{
"mcpServers": {
"brandsystem-mcp-brand-guidelines-for-ai": {
"command": "npx",
"args": [
"-y",
"@brandsystem/mcp"
]
}
}
}