asc mcp server for Grok
io.github.muhammetali/asc-mcp-server
App Store Connect MCP Server for AI coding agents
client:Grok
transport:stdio
runtime:npm
Install asc mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"asc-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@muhammetali/asc-mcp-server"
],
"env": {
"APP_STORE_CONNECT_KEY_ID": "<APP_STORE_CONNECT_KEY_ID>",
"APP_STORE_CONNECT_ISSUER_ID": "<APP_STORE_CONNECT_ISSUER_ID>",
"APP_STORE_CONNECT_P8_PATH": "<APP_STORE_CONNECT_P8_PATH>"
}
}
}
}
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