The AppFollow MCP (Model Context Protocol) Server lets you securely connect your AppFollow account to AI assistants such as Claude, ChatGPT, Codex, Cursor, and other MCP-compatible clients. Once connected, your AI assistant can access live AppFollow data to help analyze reviews, monitor ASO performance, generate reports, and more—all within a single conversation.
How it works
The AppFollow MCP Server provides secure access to your AppFollow account through Google OAuth authentication. After signing in, your AI assistant can use AppFollow tools that are available for your account without requiring API keys or custom integrations.
The MCP server is available at:
Access is limited to the AppFollow account you authenticate with, and all requests use your existing AppFollow permissions.
Available tools
Depending on your AppFollow plan and permissions, the MCP Server provides access to tools for:
- Reviews and review replies
- Ratings analysis
- App rankings
- Keywords and ASO data
- Apps and collections
- Reports
- API credits information
Your AI assistant can combine these tools to:
- Summarize customer feedback
- Identify trends and recurring issues
- Analyze rating changes
- Monitor ASO performance
- Generate reports
- Answer questions using your live AppFollow data
Authentication
The AppFollow MCP Server uses Google OAuth authentication.
Benefits include:
- No API keys to manage
- Secure access to your AppFollow account
- Permissions scoped to your account
- Easy sign-in from supported AI clients
Supported AI clients
The AppFollow MCP Server can be used with any MCP-compatible client, including:
- Anthropic (Claude.ai, Claude Cowork, Claude Code)
- Open AI (Chat GPT Web, Codex)
- Cursor
- Other clients that support the Model Context Protocol (MCP)
Connect to Claude
Claude.ai / Claude Cowork
The AppFollow connector is available directly in the Claude connectors directory:
- Open Settings.
- Go to Connectors.
- Select Browse connectors.
- Search for AppFollow.
- Select Connect.
- Sign in with the Google account associated with your AppFollow account.
That's it—AppFollow is connected to Claude.
Alternative: Add a custom connector
- Open Settings.
- Go to Connectors.
- Select Add custom connector.
-
Enter:
https://mcp.appfollow.io/mcp - Sign in using the Google account associated with your AppFollow account.
Claude Code
Run:
claude mcp add --transport http appfollow https://mcp.appfollow.io/mcpThen authenticate by running:
/mcpFollow the Google sign-in flow.
Connect to Codex
To add the AppFollow MCP Server:
codex mcp add appfollow --url https://mcp.appfollow.io/mcpThen authenticate:
codex mcp login appfollowComplete the Google sign-in when prompted.
Connect to ChatGPT
To connect AppFollow in ChatGPT:
- Open Settings.
- Navigate to Security and login.
- Enable Developer mode.
- Open Plugins.
- Select New Plugin.
- Enter:
- Name: AppFollow
-
Connection:
https://mcp.appfollow.io/mcp
- Save the plugin and complete the Google sign-in process.
Connect to Cursor
To add the AppFollow MCP Server:
- Open Cursor Settings and go to MCP (labeled Tools & MCP in newer versions).
- Select New MCP Server. This opens your
mcp.jsonfile. -
Add the following entry:
{ "mcpServers": { "appfollow": { "url": "https://mcp.appfollow.io/mcp" } } } - Save the file.
- Cursor will open a browser window to complete the Google sign-in. Approve access to continue — Cursor stores the credentials for you.
Connect to GitHub Copilot
The AppFollow MCP Server works with GitHub Copilot in VS Code and with GitHub Copilot CLI. Both use the same remote HTTP endpoint and Google OAuth — no API key needed, and access is scoped to your own AppFollow workspace and permissions.
GitHub Copilot in VS Code
Requires VS Code 1.99 or later.
-
Create a
.vscode/mcp.jsonfile in your repo root (or add the same entry to your usersettings.jsonto enable it everywhere):{ "servers": { "appfollow": { "url": "https://mcp.appfollow.io/mcp" } } } - Click Start at the top of the
mcp.jsonfile. - Open Copilot Chat in Agent mode and select the tools icon.
- The first time a tool is called, a browser window opens for the Google sign-in. After that, the AppFollow tools (reviews, ratings, rankings, ASO, keywords) appear in the tools list.
GitHub Copilot CLI
-
Start a Copilot CLI session and run:
/mcp add
- Choose HTTP as the transport type.
-
Paste the URL:
https://mcp.appfollow.io/mcp
- Follow the prompts to complete the Google sign-in.
Org policy. On Copilot Business or Enterprise, an admin must enable the MCP servers in Copilot policy — otherwise your MCP configuration is ignored.
AppFollow AI Toolkit
For users working with Claude Code or Codex, the open-source AppFollow AI Toolkit provides ready-to-use workflows built on top of the MCP Server.
The toolkit helps automate common AppFollow tasks, including:
- App discovery and tracking
- Customer feedback analysis
- ASO analysis
- Keyword recommendations
- Review trend reporting
- Structured HTML reports and JSON outputs for further automation
The toolkit is available on GitHub:
https://github.com/AppFollow/appfollow-ai-toolkit
Example workflows
The toolkit includes commands such as:
-
/search— Find and track apps -
/feedback-analysis— Analyze reviews, ratings, sentiment trends, feature requests, and reported issues -
/aso-analysis— Review keyword performance and receive ASO recommendations
These workflows produce consistent, repeatable reports that can be integrated into your existing processes.
Feedback
We're continuously improving both the AppFollow MCP Server and the AppFollow AI Toolkit.
If you have ideas for new capabilities or encounter any issues, we'd love to hear your feedback. Your suggestions help us improve future releases and expand available functionality.
Use a built-in /submit_feedback tool to share it with our engineering team directly.
Feedback data. When you rate a session via the connector's feedback tool, you may optionally attach the session transcript and/or a log of tools used. These are sent only if you explicitly consent, and are stored by AppFollow to improve the connector. To receive a copy of your stored feedback data or have it deleted, contact help@appfollow.io with the email you used to sign in.
Methods cost and availability
- Every method has its own price in API Credits
- Methods availability depends on your AppFollow subscription
- Check your API credits consumption with
/get_creditstool