Competitive Intelligence for Grok
io.github.atul0016/competitive-intelligence
Competitive pricing, ads, SEO moves, launches, reviews, and daily market briefs.
client:Grok
transport:stdio
runtime:pypi
Install Competitive Intelligence in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"competitive-intelligence": {
"type": "stdio",
"command": "uvx",
"args": [
"competitive-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