asc mcp for Grok
io.github.pofky/asc-mcp
41 tools to ship an App Store release: metadata, screenshots, builds, TestFlight, IAP, submit.
client:Grok
transport:stdio
runtime:npm
Install asc mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"asc-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pofky/asc-mcp"
],
"env": {
"ASC_KEY_ID": "<ASC_KEY_ID>",
"ASC_ISSUER_ID": "<ASC_ISSUER_ID>",
"ASC_PRIVATE_KEY_PATH": "<ASC_PRIVATE_KEY_PATH>",
"ASC_LICENSE_KEY": "<ASC_LICENSE_KEY>"
}
}
}
}
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