mcpbeat Sign in

App Store Operator MCP Server

by meyusufdemirci Your server? Claim it
local only

App Store Operator runs on your own machine — the client starts it, so there is no endpoint to ping. 92 installs a week from npm. Last commit 25 Jul 2026.

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

Installs per day peak 205 · avg 22 · -44% w/w
a month agotoday
92
Installs / week
npm · app-store-operator
3
Stars
0 open issues
25 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.js

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add app-store-operator -- npx -y app-store-operator
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "app-store-operator": {
      "args": [
        "-y",
        "app-store-operator"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.app-store-operator]
command = "npx"
args = ["-y", "app-store-operator"]
.cursor/mcp.json
{
  "mcpServers": {
    "app-store-operator": {
      "args": [
        "-y",
        "app-store-operator"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "app-store-operator": {
      "args": [
        "-y",
        "app-store-operator"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ASO_CACHE_TTL_HOURS (Hours to cache SensorTower results locally. Defaults to 24.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to App Store Operator

same job, measured the same way
Intelcue MCP
by intelcue

Market & competitive intelligence for Claude & AI assistants: trends, alerts, keywords & more.

answering
Caelian
by mananmodi-product

Live competitive intelligence for B2B teams — signals, threat rankings, and revenue-driving actions.

22 installs/wk local only
App Store Trends API
by trendsapi

App downloads and chart ranking trends for iOS and Android. Free key at trendsapi.ai

4 tools answering
StratoForce AI Revenue Intelligence
by tgomolski-lgtm

15 AI revenue intelligence tools for Salesforce — pipeline, deals, coaching, competitors.

answering
Zoom Revenue Accelerator
by zoom

Zoom Revenue Accelerator server for sales insights, conversations, and deal intelligence.

answering
I
Ecommerce Command Center
by atul0016

Daily ecommerce revenue, inventory, listing, shipping, and restock operations intelligence.

57 installs/wk local only
I
Competitive Intelligence
by atul0016

Competitive pricing, ads, SEO moves, launches, reviews, and daily market briefs.

35 installs/wk local only
Mercadolibre
by teclazo

Mercado Libre keyword & competitor intelligence for AI agents across all 18 ML markets.

5 tools answering

App Store Operator — questions

Answers built from our own checks of this server.

Why is there no uptime for App Store Operator?
App Store Operator runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package app-store-operator was installed 92 times last week.
How do I connect App Store Operator?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls app-store-operator straight from npm; nothing to host, nothing to sign up for.
How many people use App Store Operator?
The npm package app-store-operator was installed 92 times in the last week. Week over week that is -44%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is App Store Operator open source?
Yes — it is published under the MIT licence, written in JavaScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.