mcpbeat Sign in

Appdex MCP Server

local only

Appdex runs on your own machine — the client starts it, so there is no endpoint to ping. 97 installs a week from npm.

iOS App Store revenue & download estimates with confidence labels

Installs per day peak 431 · avg 35 · +28% w/w
a month agotoday
97
Installs / week
npm · appdex-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Appdex every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 appdex -- npx -y appdex-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "appdex": {
      "args": [
        "-y",
        "appdex-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.appdex]
command = "npx"
args = ["-y", "appdex-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "appdex": {
      "args": [
        "-y",
        "appdex-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "appdex": {
      "args": [
        "-y",
        "appdex-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: APPDEX_API_KEY (Appdex API key (free tier: 5 requests/day). Optional — without a key you get 2 requests/day. Get one at https://app-dex.com/account), APPDEX_API_URL (API base URL. Defaults to https://app-dex.com — override only for staging.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Appdex

same job, measured the same way
App Store Operator
by meyusufdemirci

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

92 installs/wk local only
I
Video Generation Cost Estimator
by 702exec

Video generation cost estimates across providers, with provenance, freshness, and confidence.

3 tools answering
Aibvf MCP
by craig-horton

AI BVF: score AI portfolios Stop/Fix/Accelerate with decision confidence and pace-layer drag.

281 installs/wk local only
Aibvf MCP
by bahamas1717

AI BVF: score AI portfolios Stop/Fix/Accelerate with decision confidence and pace-layer drag.

13 tools answering
App Store Connect MCP
by gjeltep

Interact with Apple's App Store Connect API

103 installs/wk local only
App Intel
by garrrikkotua

App Store & Google Play data: app details, IAP prices, reviews, top charts, estimates, rank history.

23 installs/wk local only
Nature Vision MCP
by fonkychen

Identifies biological species, returning Latin names with confidence scores.

35 installs/wk local only
Linkrescue MCP
by carsonroell-debug

Broken link detection with affiliate tracking, revenue loss estimation, and fixes

57 installs/wk local only

Appdex — questions

Answers built from our own checks of this server.

Why is there no uptime for Appdex?
Appdex 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 appdex-mcp was installed 97 times last week.
How do I connect Appdex?
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 appdex-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Appdex?
The npm package appdex-mcp was installed 97 times in the last week. Week over week that is +28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.