Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

An MCP server for App Store Optimization that provides keyword research, competitor analysis, review sentiment, and metadata optimization using real App Store data without requiring an API key.

README.md

ASO MCP Server

![npm version](https://www.npmjs.com/package/aso-mcp) ![License: MIT](https://opensource.org/licenses/MIT) ![Node.js](https://nodejs.org) ![MCP](https://modelcontextprotocol.io)

App Store Optimization toolkit for AI assistants. Keyword research, competitor analysis, review sentiment, and metadata optimization. All through the Model Context Protocol.

No API key required. Works out of the box with real App Store data. Supports 155+ countries.

Quick Start

npx aso-mcp

Or install globally:

npm install -g aso-mcp

Why aso-mcp?

  • 20 specialized ASO tools: from keyword discovery and ranking trends to App Store Connect metadata management
  • Real App Store data: live search results, ratings, reviews, and suggestions
  • Custom scoring engine: proprietary algorithm independent of Apple Search Ads API issues
  • No API key needed: zero configuration, install and go
  • Smart caching: SQLite-backed cache for fast repeated queries
  • Rate limiting: built-in request management to avoid Apple throttling
  • Multi-country: analyze keywords across 155+ App Store markets

Integration

Claude Desktop

Add to your config file:

| OS | Path | |----|------| | macOS | ~/Library/Application Support/Claude/claude_desktop_config.json | | Windows | %APPDATA%\Claude\claude_desktop_config.json | | Linux | ~/.config/Claude/claude_desktop_config.json |

{
  "mcpServers": {
    "aso-mcp": {
      "command": "aso-mcp"
    }
  }
}

<details> <summary>Running from source instead?</summary>

{
  "mcpServers": {
    "aso-mcp": {
      "command": "npx",
      "args": ["tsx", "/ABSOLUTE/PATH/TO/aso-mcp/src/server.ts"],
      "cwd": "/ABSOLUTE/PATH/TO/aso-mcp"
    }
  }
}

</details>

Claude Code

claude mcp add -s user aso-mcp -- npx aso-mcp

Other MCP Clients

Any MCP-compatible client (ChatGPT, Cursor, Windsurf, etc.) can connect via stdio transport. Point it to the aso-mcp command.

Tools

Phase 1: Keyword Research

| Tool | Description | |------|-------------| | search_keywords | Traffic/difficulty scores + top-ranking apps for a keyword | | suggest_keywords | Keyword suggestions by app ID (category, similar, competition strategies) | | get_app_details | Full ASO info for an app + metadata analysis |

Phase 2: Competitor Analysis & Optimization

| Tool | Description | |------|-------------| | analyze_competitors | Metadata comparison of top apps for a keyword + keyword gap | | optimize_metadata | Title/subtitle/keyword field suggestions with character limit checks | | analyze_reviews | Sentiment analysis, complaint and feature request extraction | | track_ranking | App's ranking position across multiple keywords (each run saves a local snapshot) | | get_ranking_history | Position trends over time from saved snapshots: daily positions, change, improving/declining per keyword | | keyword_gap | Keyword difference between two apps + opportunity analysis |

Phase 3: Localization & Reporting

| Tool | Description | |------|-------------| | localized_keywords | Keyword performance comparison across different countries | | get_aso_report | Comprehensive ASO report: scores + competitors + reviews in one call |

Phase 4: ASO Generation

| Tool | Description | |------|-------------| | discover_keywords | Keyword discovery from scratch for a new app | | generate_aso_brief | Complete ASO brief with keyword pool, competitor patterns, and metadata suggestions |

Phase 5: App Store Connect

Directly read and update your app's metadata on App Store Connect without leaving the AI assistant.

| Tool | Description | |------|-------------| | connect_setup | Configure & validate App Store Connect API credentials | | connect_get_app | Find app by bundle ID, get ASC ID + version status | | connect_get_metadata | Read current metadata (title, subtitle, keywords, description) for a locale | | connect_update_metadata | Update metadata with character limit validation + before/after diff | | connect_batch_update_metadata | Batch update metadata for multiple locales in one call (max 40 locales) | | connect_list_localizations | List all locales and metadata completeness status |

<details> <summary>App Store Connect Setup</summary>

Requires an App Store Connect API Key:

Option A: Environment variables ``bash export ASC_ISSUER_ID="your-issuer-id" export ASC_KEY_ID="your-key-id" export ASC_PRIVATE_KEY_PATH="/path/to/AuthKey_XXXXX.p8" ``

Option B: Use the setup tool `` "Set up App Store Connect with issuer ID xxx, key ID yyy, and key at /path/to/AuthKey.p8" ``

Credentials are saved to ~/.aso-mcp/connect-config.json for future sessions.

</details>

Utility

| Tool | Description | |------|-------------| | clear_cache | Clears the local data cache for fresh App Store results |

Usage Examples

Just ask your AI assistant naturally:

"How competitive is the 'fitness' keyword in the US?"

"Analyze Spotify's competitors and find keyword opportunities"

"Generate an ASO report for com.spotify.client"

"Compare 'music' and 'podcast' keywords across US, UK, and DE markets"

"Do a keyword gap analysis: Spotify vs Apple Music"

"Analyze Shazam's user reviews"

"Suggest title and subtitle for my fitness app targeting: workout, training, exercise"

"Discover keywords for a new calorie tracking app"

"Update my app's subtitle to 'AI Workout Planner' on App Store Connect"

"Show all locales and metadata status for my app"

Scoring Algorithm

The server calculates its own scores, independent of Apple Search Ads API:

| Score | Description | |-------|-------------| | Visibility | Based on rating, review count, and ranking position | | Competitive | Difficulty derived from the strength of top-ranking apps | | Opportunity | High traffic + low difficulty = high opportunity | | Overall | Weighted combination of all scores (0-10) |

When the aso npm package fails to reach Apple (503 errors), the server automatically falls back to custom scoring using search result analysis. Scores are always available.

Development

git clone https://github.com/kenanatmaca/aso-mcp.git
cd aso-mcp
npm install

npm run dev          # Run with tsx (development)
npm run build        # Compile TypeScript
npm run inspect      # MCP Inspector UI

# Tests
npx tsx test.ts              # Core tests (17)
npx tsx test-phase3.ts       # Localization & report tests (4)
npx tsx test-generation.ts   # ASO generation tests (8)

Tech Stack

License

MIT

Author

Kenan Atmaca

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.