Skip to main content
Glama

AppTweak MCP Server

by robertredbox

AppTweak MCP 服务器

MCP 服务器使用 AppTweak API 提供应用商店分析和竞争对手分析工具。

特征

  • 应用商店分析
  • 竞争对手分析
  • 关键词研究
  • 下载估算
  • 排名追踪

安装

  1. 克隆存储库:
git clone https://github.com/robertredbox/apptweak-mcp.git cd apptweak-mcp
  1. 安装依赖项:
npm install
  1. 构建服务器:
npm run build
  1. 将服务器添加到您的 Cline MCP 设置文件 ( cline_mcp_settings.json ):
{ "mcpServers": { "apptweak-server": { "command": "node", "args": ["/path/to/apptweak-mcp/build/index.js"], "env": { "APPTWEAK_API_KEY": "your-api-key-here" }, "disabled": false, "alwaysAllow": [] } } }
  1. AppTweak 的网站获取 AppTweak API 密钥并将其添加到配置中。

可用工具

  • search_app :按名称和平台搜索应用程序(ios/android)
  • get_app_details :通过 ID 获取应用程序的详细信息
  • analyze_top_keywords :分析应用的热门关键词,包括品牌分析和预估安装量
  • analyze_reviews :分析应用评论和评分以提取用户满意度洞察

用法

安装并配置完成后,您可以通过 Cline 使用 AppTweak 工具。例如:

search for Spotify on the iOS App Store analyze keywords for com.spotify.music on Android get reviews for 324684580 on iOS
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

通过 AppTweak API 实现应用商店分析和竞争对手分析,并提供关键字研究、下载估算和用户评论洞察工具。

  1. 特征
    1. 安装
      1. 可用工具
        1. 用法

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Enables interaction with MercadoLibre's API for product search, reviews, descriptions, and seller reputation insights.
            Last updated -
            4
            420
            7
            TypeScript
            MIT License
          • A
            security
            F
            license
            A
            quality
            An MCP server that provides comprehensive market intelligence by analyzing data from both the Apple App Store and Google Play Store, enabling users to research apps, track market trends, study competitors, and understand user feedback across mobile marketplaces.
            Last updated -
            20
            437
            13
            JavaScript
          • -
            security
            F
            license
            -
            quality
            A server that integrates with Cursor IDE to provide code review functionality for Azure repositories, enabling AI-powered pull request analysis and feedback.
            Last updated -
            2
            TypeScript
          • A
            security
            F
            license
            A
            quality
            Enables collection of patent-related information from PatSnap's API for trend analysis and reporting, providing tools for patent trends, word clouds, innovation wheels, and identification of top inventors, assignees, and litigated patents.
            Last updated -
            10
            424
            3
            TypeScript

          View all related MCP servers

          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/robertredbox/apptweak-mcp'

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