Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Appstore Reviews
Appstore Reviews logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 8:49:02 PM

Appstore Reviews

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Apple App Store reviews as structured JSON via the Apify Reviews API Actor, hosted MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "appstore-reviews": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com/?tools=actors,docs,johnvc/apple-app-store-reviews-api"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Apple App Store Reviews API: iOS and macOS app reviews as structured JSON

The most efficient, reliable, and developer-friendly way to use the Apple App Store Reviews API.

Actor page: apify.com/johnvc/apple-app-store-reviews-api Input schema: apify.com/johnvc/apple-app-store-reviews-api/input-schema

The Apple App Store Reviews API returns user reviews for any iOS or macOS app as clean, structured JSON: star rating, review title, body text, author, app version, review dates, and helpfulness counts, across 50+ country stores. Target an app by its numeric App Store ID or just by name, sort by most recent, most helpful, most favorable, or most critical, and page through as many or as few reviews as you want. It is built for App Store Optimization (ASO), sentiment analysis, competitor monitoring, churn-signal tracking, and AI agent workflows.

Video Walkthrough

Watch the walkthrough

Quick Start

Prerequisites

  • Python 3.11 or higher
  • An Apify account and API key (get a free key here)
  1. Clone the repository

    bash
    git clone https://github.com/johnisanerd/Apify-Apple-App-Store-Reviews-API.git
    cd Apify-Apple-App-Store-Reviews-API
    
  2. Install dependencies with UV

    bash
    # Install UV if you do not have it:
    curl -LsSf https://astral.sh/uv/install.sh | sh
    
    # Install project dependencies:
    uv sync
    
  3. Configure your API key

    bash
    cp .env.example .env
    # Edit .env and add your Apify API key
    # Get your free API key at: https://apify.com?fpr=9n7kx3
    
  4. Run the example

    bash
    uv run python apple-app-store-reviews-api-example.py
    

Alternative: set the API key directly

server.ts
export APIFY_API_TOKEN="your_api_key_here"
uv run python apple-app-store-reviews-api-example.py

Why Use This Apple App Store Reviews API?

One row per review, ready to analyze. Every result is a flat JSON object with the rating, title, text, author, version, and dates already separated out. No HTML, no parsing, no cleanup.

Target by ID or by name. Pass numeric App Store IDs when you have them, or pass a plain app name and the API resolves it for you. Handy when an agent only knows the app by name.

iOS and macOS. The same call works for iPhone, iPad, and Mac apps. Each row is tagged with its platform so mixed runs stay clear.

Sort the way you need. Most recent for monitoring, most critical for triage, most helpful for the signal that users themselves upvoted, most favorable for testimonials.

Localized. Pull reviews from 50+ country stores to compare sentiment by region or to do localization QA.

Predictable pay-per-event pricing. You pay a small setup fee plus a per-review fee, so a quick spot-check costs cents and you only pay for what you receive.

Features

Core Capabilities

  • Reviews for any iOS or macOS app by numeric ID or by app name
  • Four sort orders: most recent, most helpful, most favorable, most critical
  • 50+ country stores
  • Pagination with a per-app review cap, or unlimited
  • Optional ISO date normalization and parsed helpfulness counts

Data Quality

  • Flat, one-review-per-row JSON with consistent field names
  • Each row carries its source app ID, country, platform, and sort order
  • Helpfulness prose parsed into integer helpful and total counts
  • Locale-formatted dates plus an optional ISO 8601 field

Usage Examples

Basic Example

config.json
{
  "product_ids": ["534220544"],
  "max_reviews": 10
}

Advanced Example

config.json
{
  "app_name": "spotify",
  "country": "gb",
  "sort": "mostcritical",
  "max_reviews": 100,
  "start_page": 1,
  "include_macos": true,
  "normalize_dates": true,
  "parse_helpfulness": true
}

Input Parameters

ParameterTypeRequiredDefaultDescription
product_idsarray[str]one of[]Numeric Apple App Store IDs (e.g. ["534220544"]). Find each ID after id in an apps.apple.com/.../id<NNNNNNNN> URL.
app_namestrone of-Plain app name (e.g. netflix). If product_ids is empty, the API resolves the ID and uses the top match.
countrystrnousTwo-letter Apple country store code. Drives the storefront and review locale. 50+ supported.
sortstrnomostrecentmostrecent, mosthelpful, mostfavorable, or mostcritical. iOS only; macOS always returns most recent.
max_reviewsintno100Maximum reviews per app. Set 0 for unlimited (internally capped for safety). Each review returned is billed.
start_pageintno1Page to start paginating from. Useful for resuming.
include_macosboolnotrueSet false to skip macOS apps entirely.
normalize_datesboolnotrueEmit a review_date_iso field alongside the locale-formatted date.
parse_helpfulnessboolnotrueParse helpful_count and total_helpful_count integers from the helpfulness text.

At least one of product_ids or app_name is required.

Output Format

Each dataset item is one review:

config.json
{
  "position_global": 1,
  "position_on_page": 1,
  "review_id": "7417861364",
  "review_title": "Lacks ratios",
  "review_text": "Beautiful app with images and videos but doesn't tell you how much of what goes in making the drink. Needs ratios!",
  "rating": 3,
  "review_date": "Jun 02, 2021",
  "review_date_iso": "2021-06-02",
  "reviewed_version": "Version 3.4.2",
  "helpfulness_text": "3 out of 5 customers found this review helpful",
  "helpful_count": 3,
  "total_helpful_count": 5,
  "author_name": "Punkiepollo",
  "author_id": "100937133",
  "product_id": "534220544",
  "app_platform": "ios",
  "app_country": "us",
  "sort_order": "mostrecent",
  "page_number": 1,
  "total_page_count": 8,
  "fetch_timestamp": "2026-05-26T10:30:00+00:00"
}

Use as an MCP tool

You can load the Apple App Store Reviews API as an MCP tool so assistants call it for you. The MCP server URL preloads just this one Actor:

Code
https://mcp.apify.com/?tools=actors,docs,johnvc/apple-app-store-reviews-api

Authenticate with OAuth in the browser when offered, or with your Apify API token (the same APIFY_API_TOKEN used by the Python example). Get a token at https://console.apify.com/settings/integrations and a free Apify account at https://apify.com?fpr=9n7kx3 .

Install in Claude Cowork Desktop

Install in Claude Cowork Desktop

Cowork is the desktop app's automation mode. To give it the Apple App Store Reviews API as a tool, add the Apify MCP server as a connector.

  1. Open the Claude desktop app and go to Settings β†’ Connectors (or Settings β†’ Developer β†’ Edit Config to edit claude_desktop_config.json directly).
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. Add the Apify MCP server, preloaded with only this Actor:
config.json
{
  "mcpServers": {
    "apify": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com/?tools=actors,docs,johnvc/apple-app-store-reviews-api"
      ]
    }
  }
}
  1. Restart the app. When Cowork first calls the tool, complete the OAuth prompt in your browser, or add your Apify API token in the connector settings to skip OAuth.
  2. In a Cowork chat, confirm the tool is available and ask it to run the Apple App Store Reviews API.

Download the desktop app and start a free trial: https://claude.ai/referral/uIlpa7nPLg More help: https://docs.apify.com/platform/integrations/claude-desktop

Install in Claude Code

Install in Claude Code

Claude Code is the command-line tool. Add the Actor's MCP server with one command:

Terminal
claude mcp add --transport http apify \
  "https://mcp.apify.com/?tools=actors,docs,johnvc/apple-app-store-reviews-api"

To use a token instead of browser OAuth:

Terminal
claude mcp add --transport http apify \
  "https://mcp.apify.com/?tools=actors,docs,johnvc/apple-app-store-reviews-api" \
  --header "Authorization: Bearer YOUR_APIFY_TOKEN"

Then verify with claude mcp list, or run /mcp inside a session. Ask Claude Code to call the Apple App Store Reviews API.

Try Claude Code free: https://claude.ai/referral/uIlpa7nPLg Claude Code MCP docs: https://code.claude.com/docs/en/mcp

Install in Claude (website)

Install in Claude (website)

On claude.ai you add Apify as a connector, then enable just this Actor's tool.

  1. Go to Settings β†’ Connectors β†’ Browse connectors and search for Apify MCP server. Install it (enable or update if prompted).
  2. When connecting, authenticate with your Apify API token, and enable the tool johnvc/apple-app-store-reviews-api.
  3. In any chat, open + β†’ Connectors and turn on Apify.
  4. Alternatively, choose Add custom connector and paste the full MCP URL https://mcp.apify.com/?tools=actors,docs,johnvc/apple-app-store-reviews-api, using OAuth when prompted.
  5. Ask Claude to run the Apple App Store Reviews API.

Open Claude on the web: https://claude.ai/referral/uIlpa7nPLg

Install in Cursor

Install in Cursor

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Google Hotels logoGoogle Hotels

    Google Hotels prices, ratings, reviews, and photos via an Apify Actor, hosted MCP.

    πŸ’» Developer Tools0 views
    Compare vs Google Hotels β†’
  • App Store Connect MCP logoApp Store Connect MCP

    Interact with Apple's App Store Connect API

    πŸ’» Developer Tools0 views
    Compare vs App Store Connect MCP β†’
  • Google AI Overview logoGoogle AI Overview

    Google AI Overview answers and cited sources via the Apify Google AI Overview API, hosted MCP.

    πŸ’» Developer Tools0 views
    Compare vs Google AI Overview β†’
  • Google News logoGoogle News

    Google News headlines, sources, and links via the Apify Google News API, hosted MCP.

    πŸ’» Developer Tools0 views
    Compare vs Google News β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Appstore Reviews

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "appstore-reviews": { "command": "npx", "args": ["-y", "appstore-reviews"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAppstore Reviews AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/appstore-reviews?style=directory)](https://allmcps.com/mcp/appstore-reviews)
HTML Embed
<a href="https://allmcps.com/mcp/appstore-reviews"><img src="https://allmcps.com/api/badge/appstore-reviews?style=directory" alt="Appstore Reviews on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Appstore Reviews β†’Install in Claude DesktopInstall in CursorInstall in VS Code