storepilot mcp for Grok
io.github.sonlenef/storepilot-mcp
Run an app portfolio across Google Play and the App Store: vitals, reviews, earnings, releases.
client:Grok
transport:stdio
runtime:pypi
Install storepilot mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"storepilot-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"storepilot"
],
"env": {
"STOREPILOT_GOOGLE_CREDENTIALS": "<STOREPILOT_GOOGLE_CREDENTIALS>",
"STOREPILOT_GOOGLE_REPORTS_BUCKET": "<STOREPILOT_GOOGLE_REPORTS_BUCKET>",
"STOREPILOT_ASC_KEY_PATH": "<STOREPILOT_ASC_KEY_PATH>",
"STOREPILOT_ASC_KEY_ID": "<STOREPILOT_ASC_KEY_ID>",
"STOREPILOT_ASC_ISSUER_ID": "<STOREPILOT_ASC_ISSUER_ID>",
"STOREPILOT_ASC_VENDOR_NUMBER": "<STOREPILOT_ASC_VENDOR_NUMBER>"
}
}
}
}
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