Appfigures MCP Server

The Appfigures CLI - query app metrics, reviews, and store data from your terminal. It runs locally over stdio via the published package.

People connecting data & analytics tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 18 · #11 OF 75 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-08-25

Apache-2.0 · JavaScript servers · how we verify → /methodology

01 · Install Appfigures

before you install - you'll need

Set APPFIGURES_API_KEY before connecting.

Claude Code

claude mcp add appfigures-cli -- npx -y @appfigures/cli

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "appfigures-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@appfigures/cli"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @appfigures/cli - published under the repo owner's npm scope (@appfigures)

registry vendor namespace com.appfigures - domain-verified with the official MCP registry

03 · What Appfigures can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.0.0 · 2026-08-19

Added · Apple Ads keyword performance. Each of a campaign's keywords now shows its impressions, taps, installs, spend, and cost-per-install over any date range, and you can rank them by any of those metrics. · Apple…

v2.0.2 · 2026-08-14

Fixed · MCP tools that return data are usable again in Claude Desktop and other clients that require the current JSON Schema standard. They were previously rejected as using an unsupported schema, which made every…

v2.0.1 · 2026-08-11

Packaging improvements.

04 · Who maintains Appfigures

Appfigures is maintained by appfigures. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
data & analytics - ranked #11 of 75 actively-maintained data & analytics servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-19)
registry
com.appfigures/mcp (active, first published 2026-06-05 · 5 versions)
packages
npm:@appfigures/cli

06 · Appfigures FAQ

What is Appfigures?

The Appfigures CLI - query app metrics, reviews, and store data from your terminal. It runs locally over stdio via the published package.

Is Appfigures still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-19 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Appfigures?

Run `npx -y @appfigures/cli`. The README documents one environment variable (APPFIGURES_API_KEY) to set first. Set APPFIGURES_API_KEY before connecting. You can also paste the ready-made client config above.

Does Appfigures run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Appfigures