bash npm add openbrand or bun add openbrand bash Without API key (uses local extraction) claude mcp add --transport stdio openbrand -- npx -y openbrand-mcp With API key (uses hosted API) claude mcp add --transport stdio \ --env OPENBRAND API KEY=$OPENBRAND API KEY \ openbrand -- npx -y openbrand-mcp json { "mcpServers": { "openbrand": { "command": "npx", "args": ["-y", "openbrand-mcp"], "env": { "OPENBRAND API KEY": "your api key here" } } } } bash npx skills add ethanjyx/openbrand bash git clone https://github.com/ethanjyx/openbrand.git cd openbrand bun install bun dev Open http://localhost:…