eonik for Grok
ai.eonik/mcp
Read brand, research, and performance facts; draft briefs. Never spends. You approve every cut.
client:Grok
transport:stdio
runtime:npm
Install eonik in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"eonik-mcp"
],
"env": {
"EONIK_API_KEY": "<EONIK_API_KEY>",
"EONIK_API_URL": "<EONIK_API_URL>",
"EONIK_BRAND_ID": "<EONIK_BRAND_ID>"
}
}
}
}
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