Odel
Appfigures

Appfigures

Local
@appfigures20JavaScriptApache-2.0Updated 2w ago

Access your app analytics, ASO tools, and app market intelligence with Appfigures.

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@appfigures/cliv3.0.0

Run

npx -y @appfigures/cli

MCP client config

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