@applyra/mcp-server
@applyra/mcp-server
用于 Applyra 的 MCP(模型上下文协议)服务器。它将你的 App Store 和 Google Play 关键词数据连接到 Claude、Cursor、VS Code Copilot 等 AI 助手。
提供 20 个工具,涵盖 App Store 和 Google Play 上的关键词排名追踪、难度与流量评分、竞争对手可见性、自动补全挖掘、细分市场聚类以及热门榜单。
前提条件
一个拥有 Unlimited 计划 的 Applyra 账户
在 applyra.io/dashboard/api 生成的 API 密钥
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-serverWindsurf
添加到 ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"applyra": {
"command": "npx",
"args": ["-y", "@applyra/mcp-server"],
"env": {
"APPLYRA_API_KEY": "your_api_key"
}
}
}
}可用工具
工具 | 描述 |
| 列出已追踪的应用,包含商店元数据、评分和关键词数量 |
| 通过商店包 ID 追踪新应用。获取商店元数据并计算初始可见性得分 |
| 已追踪的关键词,包含当前排名、收藏标记、难度/流量评分 |
| 单次调用为应用追踪最多 20 个新关键词 |
| 停止追踪应用的某个关键词(软删除) |
| 将已追踪关键词标记或取消标记为特定应用的收藏项 |
| 深度分析任意关键词:难度、流量、KEI、前 20 个应用、相关关键词 |
| 过去的关键词分析及其得分 |
| 从 App Store 或 Google Play 获取自动补全建议 |
| 过去的自动补全查询 |
| 将细分市场主题聚类为子细分市场,并附有机会得分 |
| 过去的细分市场分析 |
| 按商店/国家/类别/集合划分的热门应用榜单,包含每日排名变动 |
|
|
| 指定日期范围内的每日排名演变 |
| 应用的每日可见性得分历史 |
| 竞争对手配对,包含并排可见性得分 |
| 通过商店包 ID 为你的某个应用添加竞争对手应用 |
| 通过内部 ID 移除竞争对手关系 |
| 当前使用情况与计划限制对比 |
了解更多
Applyra:面向独立开发者的 ASO 工具,提供永久免费计划
MCP 设置指南(需要账户)
REST API 文档(需要账户)
许可证
MIT。参见 LICENSE。
This server cannot be installed
Maintenance
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
- Alicense-qualityFmaintenanceEnables access to Astro's App Store Optimization (ASO) database for analyzing app rankings, keyword trends, historical performance data, and app ratings. Provides comprehensive tools for tracking and comparing app store performance metrics through natural language queries.6128MIT
- Alicense-qualityDmaintenanceProvides live App Store rankings, charts, app details, reviews, and search across 55 countries, enabling AI assistants to query app store data.22MIT
- AlicenseBqualityCmaintenanceConnects Google Search Console to AI assistants, enabling SEO data analysis through natural language conversations.32MIT
- Alicense-qualityBmaintenanceConnects Google Search Console to AI assistants, enabling SEO data analysis via natural language conversations.MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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