appdex for Grok
com.app-dex/appdex
iOS App Store revenue & download estimates with confidence labels
client:Grok
transport:stdio
runtime:npm
Install appdex in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"appdex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"appdex-mcp"
],
"env": {
"APPDEX_API_KEY": "<APPDEX_API_KEY>",
"APPDEX_API_URL": "<APPDEX_API_URL>"
}
}
}
}
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