Analytics

Appfollow MCP Server

Connect your account, then chat with AI to run tools.

Appfollow provides tools for app management and optimization, offering insights on app performance, user reviews, and competitor analysis to enhance visibility and user engagement. Use it to monitor app store presence and improve app ratings.

Managed
5 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Appfollow — workflow patterns, data models, and gotchas for your AI agent.

Appfollow

AppFollow tracks app store presence: collections → tracked apps → ratings, reviews, and stats.

Typical read order

  1. List app collections → take apps_id.
  2. List apps in that collection → take ext_id per listing.
  3. Pull PRO ratings export or aggregated review statistics (and list account users when needed).

Data Model

  • Collections — account-level folders of monitored apps; each exposes an apps_id for downstream calls.
  • Tracked apps — rows inside a collection carrying ext_id values that map to store listings.
  • Ratings & reviews — per-app star trends, individual review payloads, and rolled-up stat blocks (pick the granularity you need).
  • Users — seat holders governing API tokens and permissions.

Gotchas

  • apps_id: Required whenever you enumerate apps inside a collection.
  • ext_id: Store-specific identifier for the app row—thread it from the tracked-app payload into review/rating calls.
  • Granularity: Choose between per-review exports versus aggregate stat summaries depending on the analytics question.
  • Ratings export: meta/ratings requires an AppFollow PRO plan; use stat reviews on non-PRO accounts.

Tools in this Server (5)

Appfollow List App Collections

Fetch app collections (workspaces) under your AppFollow account. Returns collection id (apps_id), name, and metadata. Start here to obtain apps_id bef...

Appfollow List App Lists

List tracked apps in a collection. Requires apps_id from your collections listing. Returns app metadata including ext_id for each store listing. Threa...

Appfollow List Ratings

Obtain overall ratings for a tracked app (ext_id from your collection's app list). Returns average rating and total count. Requires AppFollow PRO; non...

Appfollow List Stat Reviews

Get summarized review statistics for a tracked app (ext_id from your collection's app list). Returns average ratings, review volume, and trends. Works...

Appfollow List Users

Retrieve a list of all users associated with your AppFollow account. Returns user details including names and roles for managing account access.

Frequently Asked Questions

What is the Appfollow MCP server?

Appfollow provides tools for app management and optimization, offering insights on app performance, user reviews, and competitor analysis to enhance visibility and user engagement. Use it to monitor app store presence and improve app ratings. It provides 5 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Appfollow to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/appfollow. Authentication is handled automatically.

How many tools does Appfollow provide?

Appfollow provides 5 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Appfollow require?

Appfollow uses API Key. Appfollow requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Appfollow to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/appfollow

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Appfollow and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Appfollow will appear under Not connected — select it and click Connect to complete OAuth.
Name: Appfollow
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/appfollow
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Appfollow?

Sign in to connect your credentials and start running tools from the chat.

Appfollow MCP Server & Skill