Loading MCP server directory, please wait...
Generate your brand in-agent, then keep tokens, components, and copy on-brand over MCP.
npx @getmcp/cli add ai.variel/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
BRAND_API_KEYYour Variel project API key (bsk_…) to connect an existing brand. Get it from your Variel dashboard, or run `variel-mcp login` to provision one via browser sign-in (no copy-paste). You can also start keyless and generate a brand with generate_brand_kickoff.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.variel/mcp-server": {
"command": "npx",
"args": [
"-y",
"@variel/mcp-server"
],
"env": {
"BRAND_API_KEY": "",
"VARIEL_API_URL": "",
"ANTHROPIC_API_KEY": ""
}
}
}
}