AppTweak MCP Server

by robertredbox

669 downloads
Not rated
GitHub

About

AppTweak MCP server for Cline - Provides tools for app store analytics and competitor analysis

Details

Author
robertredbox
Downloads
669
Categories
Other

- App store analytics and competitor analysis
- Keyword research with brand analysis and download estimates
- App reviews and ratings analysis for user satisfaction insights
- App search by name and platform (iOS/Android)
- Detailed app information retrieval by ID

Clone the repository, install dependencies with npm install, and build with npm run build. Add the server to your Cline MCP settings file with an AppTweak API key, then invoke tools through natural language commands like “search for Spotify on the iOS App Store” or “analyze keywords for com.spotify.music on Android”.

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

2. Install dependencies:

npm install

3. Build the server:

npm run build

4. 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": []
}
}
}

5. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.