Variel MCP Server for Grok
ai.variel/mcp-server
Generate your brand in-agent, then keep tokens, components, and copy on-brand over MCP.
client:Grok
transport:stdio
runtime:npm
Install Variel MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@variel/mcp-server"
],
"env": {
"BRAND_API_KEY": "<BRAND_API_KEY>",
"VARIEL_API_URL": "<VARIEL_API_URL>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs