Odel
asc mcp server

asc mcp server

Local
@muhammetaliTypeScriptMITUpdated 3 days ago

App Store Connect MCP Server for AI coding agents

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@muhammetali/asc-mcp-serverv1.2.0

Run

npx -y @muhammetali/asc-mcp-server

MCP client config

{
  "mcpServers": {
    "asc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@muhammetali/asc-mcp-server"
      ]
    }
  }
}