Skip to content
VS Code

App Store Operator for VS Code

io.github.meyusufdemirci/app-store-operator

Free App Store competitive intelligence for Claude — rival downloads, revenue, and ASO keywords.

client:VS Code transport:stdio runtime:npm

Install App Store Operator in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "aso-cache-ttl-hours",
      "description": "ASO_CACHE_TTL_HOURS",
      "password": true
    }
  ],
  "servers": {
    "app-store-operator": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "app-store-operator"
      ],
      "env": {
        "ASO_CACHE_TTL_HOURS": "${input:aso-cache-ttl-hours}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

App Store Operator in other clients