Odel
Brandsystem MCP — Brand Guidelines for AI

Brandsystem MCP — Brand Guidelines for AI

Local
@brandcode-studio13TypeScriptMITUpdated 4 days ago

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).

npm@brandsystem/mcpv0.16.1

Run

npx -y @brandsystem/mcp

MCP client config

{
  "mcpServers": {
    "brandsystem-mcp-brand-guidelines-for-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@brandsystem/mcp"
      ]
    }
  }
}