Skip to main content
Glama
applyra-io

@applyra/mcp-server

by applyra-io

@applyra/mcp-server

npm License: MIT

用于 Applyra 的 MCP(模型上下文协议)服务器。它将你的 App Store 和 Google Play 关键词数据连接到 Claude、Cursor、VS Code Copilot 等 AI 助手。

提供 20 个工具,涵盖 App Store 和 Google Play 上的关键词排名追踪、难度与流量评分、竞争对手可见性、自动补全挖掘、细分市场聚类以及热门榜单。

前提条件

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

单次调用为应用追踪最多 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