Skip to main content
Glama
applyra-io

@applyra/mcp-server

by applyra-io

@applyra/mcp-server

npm License: MIT

Applyra 向け MCP(Model Context Protocol)サーバーです。App Store や Google Play のキーワードデータを、Claude、Cursor、VS Code Copilot などの AI アシスタントに接続します。

App Store と Google Play において、キーワード順位追跡、難易度・トラフィックスコア、競合の可視性、オートコンプリートマイニング、ニッチクラスタリング、トップチャートをカバーする 20 のツールを提供します。

前提条件

Related MCP server: AppRanks MCP Server

インストール

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json に追加:

{
  "mcpServers": {
    "applyra": {
      "command": "npx",
      "args": ["-y", "@applyra/mcp-server"],
      "env": {
        "APPLYRA_API_KEY": "your_api_key"
      }
    }
  }
}

Cursor

.cursor/mcp.json または ~/.cursor/mcp.json に追加:

{
  "mcpServers": {
    "applyra": {
      "command": "npx",
      "args": ["-y", "@applyra/mcp-server"],
      "env": {
        "APPLYRA_API_KEY": "your_api_key"
      }
    }
  }
}

VS Code(GitHub Copilot)

.vscode/mcp.json に追加:

{
  "servers": {
    "applyra": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@applyra/mcp-server"],
      "env": {
        "APPLYRA_API_KEY": "your_api_key"
      }
    }
  }
}

Claude Code

claude mcp add applyra -e APPLYRA_API_KEY=your_api_key -- npx -y @applyra/mcp-server

Windsurf

~/.codeium/windsurf/mcp_config.json に追加:

{
  "mcpServers": {
    "applyra": {
      "command": "npx",
      "args": ["-y", "@applyra/mcp-server"],
      "env": {
        "APPLYRA_API_KEY": "your_api_key"
      }
    }
  }
}

利用可能なツール

ツール

説明

list_applications

ストアのメタデータ、評価、キーワード数とともに追跡中のアプリを一覧表示

add_application

ストアのバンドル ID で新しいアプリを追跡。ストアのメタデータを取得し、初期の可視性スコアを計算

list_keywords

現在の順位、お気に入りフラグ、難易度・トラフィックスコアを含む追跡中のキーワード

track_keywords

1 回の呼び出しでアプリに最大 20 の新しいキーワードを追跡

untrack_keyword

アプリのキーワード追跡を停止(ソフトデリート)

set_keyword_favorite

特定のアプリについて、追跡中のキーワードをお気に入りとしてマークまたは解除

inspect_keyword

任意のキーワードを詳細分析:難易度、トラフィック、KEI、上位 20 アプリ、関連キーワード

list_keyword_inspections

過去のキーワード分析とそのスコア

run_autocomplete

App Store または Google Play からオートコンプリートの候補を取得

list_autocomplete_history

過去のオートコンプリートクエリ

run_niche_analysis

ニッチなトピックを機会スコア付きのサブニッチにクラスタリング

list_niche_analyses

過去のニッチ分析

top_charts

ストア/国/カテゴリ/コレクション別のトップアプリチャート(日次順位変動付き)

list_top_chart_categories

ストアごとに top_charts でサポートされるカテゴリとコレクション

get_keyword_rank_history

指定した日付範囲における日次順位の推移

get_app_score_history

アプリの日次可視性スコア履歴

list_competitors

競合ペアとその可視性スコアの比較

add_competitor

ストアのバンドル ID で、あなたのアプリのいずれかに競合アプリを追加

remove_competitor

内部 ID で競合関係を削除

get_account_usage

現在の使用量とプラン制限

詳細情報

ライセンス

MIT。LICENSE を参照してください。

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • ASO tools for AI agents: keyword research, rank tracking, competitor analysis (iOS & Android).

  • Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.

  • ASO analytics and App Store optimization tools for indie iOS developers and AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/applyra-io/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server