Unified Ad Intelligence for Grok
io.github.atul0016/unified-ad-intelligence
Cross-platform ad spend, attribution, true ROAS, budget, and anomaly intelligence.
client:Grok
transport:stdio
runtime:pypi
Install Unified Ad Intelligence in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"unified-ad-intelligence": {
"type": "stdio",
"command": "uvx",
"args": [
"unified-ad-intelligence-mcp"
],
"env": {
"EARNALL_MCP_LICENSE_KEY": "<EARNALL_MCP_LICENSE_KEY>",
"EARNALL_MCP_ACTIVATION_ID": "<EARNALL_MCP_ACTIVATION_ID>",
"EARNALL_MCP_LICENSE_API": "<EARNALL_MCP_LICENSE_API>"
}
}
}
}
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