Analytics

Appfollow MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

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.

5 tools
Agent guide included
API Key
Start Chatting

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.

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.

Tools in this Server (5)

Appfollow List App Collections

Fetch a complete list of app collections (workspaces) under your AppFollow account. Returns collection ID, name, and metadata. Use this first to get a...

Appfollow List App Lists

List apps from a specific collection (workspace). Requires apps_id (Collection ID) from appfollow_list_app_collections. Returns app metadata including...

Appfollow List Ratings

Obtain overall ratings data for an app using ext_id. Returns average rating and total count. Get ext_id from appfollow_list_app_lists (which requires ...

Appfollow List Stat Reviews

Get summarized statistics on user reviews by app using ext_id. Returns average ratings, review volume, and trends. Get ext_id from appfollow_list_app_...

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

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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with Appfollow?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

Appfollow MCP Server & Skill — 5 Tools