Skip to main content
Glama

AppTweak MCP Server

by robertredbox

AppTweak MCP Server

An MCP server that provides tools for app store analytics and competitor analysis using the AppTweak API.

Features

  • App store analytics
  • Competitor analysis
  • Keyword research
  • Download estimates
  • Rankings tracking

Installation

  1. Clone the repository:
git clone https://github.com/robertredbox/apptweak-mcp.git cd apptweak-mcp
  1. Install dependencies:
npm install
  1. Build the server:
npm run build
  1. Add the server to your Cline MCP settings file (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. Get an AppTweak API key from AppTweak's website and add it to the configuration.

Available Tools

  • search_app: Search for an app by name and platform (ios/android)
  • get_app_details: Get detailed information about an app by ID
  • analyze_top_keywords: Analyze top keywords for apps including brand analysis and estimated installs
  • analyze_reviews: Analyze app reviews and ratings to extract user satisfaction insights

Usage

Once installed and configured, you can use the AppTweak tools through Cline. For example:

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.

Enables app store analytics and competitor analysis through AppTweak API, with tools for keyword research, download estimates, and user review insights.

  1. Features
    1. Installation
      1. Available Tools
        1. Usage

          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
            54
            6
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            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 -
            102
            5
            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 -
            1
            TypeScript
          • -
            security
            -
            license
            -
            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 -
            1
            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