MCP.so
ログイン
A

Appstore Mcp Server

@drewster99

Appstore Mcp Server について

Searches and scrapes the app store. Research apps, rankings, keywords, and dump detailed app metadata. Great if you want to compare other apps to your own. FYI, the project is also a CLI for macOS.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

drewster99

投稿者

Andrew Benson

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "appstore-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "appstore-mcp-server"
      ],
      "env": {}
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Appstore Mcp Server?

An MCP server for searching the App Store, checking keyword rankings, analyzing competition, and tracking trends. It is powered by a native macOS binary and also works as a standalone CLI tool. Designed for developers and App Store optimization (ASO) professionals.

How to use Appstore Mcp Server?

Install via uvx appstore-mcp-server (recommended), pip install appstore-mcp-server, or download the binary from GitHub Releases. Run without --mcp for interactive CLI use, or with --mcp to start the MCP server over stdio. Configure MCP clients like Claude Code or Claude Desktop using the stdio transport.

Key features of Appstore Mcp Server

  • Search App Store with iTunes Search API or MZStore API for ranked results.
  • Look up apps by ID, bundle ID, or App Store URL.
  • Retrieve current top charts (free, paid, grossing, new).
  • Check an app’s keyword ranking across auto‑generated keywords.
  • Analyze keyword competitiveness with a score (0–100).
  • Find an app’s competitors via overlapping search results.
  • Compare competitiveness across multiple keywords.
  • Discover trending categories from new chart entries.
  • Guided prompts for competitive analysis and market research.

Use cases of Appstore Mcp Server

  • Monitor an app’s ranking for key search terms across different storefronts.
  • Research competitors and evaluate keyword opportunities.
  • Track trending categories and emerging market gaps.
  • Automate App Store data extraction for ASO analysis.

FAQ from Appstore Mcp Server

What are the system requirements?

macOS 26+ on Apple Silicon. No other dependencies.

How do I install Appstore Mcp Server?

Three options: uvx appstore-mcp-server (recommended, no persistent install), pip install appstore-mcp-server, or download the native binary from GitHub Releases.

What is the difference between search and scrape?

search uses the iTunes Search API; scrape uses the MZStore API and returns results in actual App Store ranked order.

Can I use Appstore Mcp Server outside of MCP clients?

Yes. Run the binary without --mcp to use the full CLI with commands like search, lookup, analyze, top, ranks, etc.

Which App Store regions are supported?

All regions via the --storefront option (two‑letter country code). List available storefronts with appstore list storefronts.

コメント

「その他」の他のコンテンツ