- Explore MCP Servers
- apptweak-mcp
Apptweak Mcp
What is Apptweak Mcp
apptweak-mcp is an MCP server that provides tools for app store analytics and competitor analysis using the AppTweak API.
Use cases
Use cases include searching for apps by name, analyzing top keywords, getting app details, and reviewing user feedback to enhance app strategies.
How to use
To use apptweak-mcp, clone the repository, install dependencies, build the server, and configure it in your Cline MCP settings file with your AppTweak API key.
Key features
Key features include app store analytics, competitor analysis, keyword research, download estimates, and rankings tracking.
Where to use
apptweak-mcp can be used in mobile app development, marketing, and analytics to gain insights into app performance and competition.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Apptweak Mcp
apptweak-mcp is an MCP server that provides tools for app store analytics and competitor analysis using the AppTweak API.
Use cases
Use cases include searching for apps by name, analyzing top keywords, getting app details, and reviewing user feedback to enhance app strategies.
How to use
To use apptweak-mcp, clone the repository, install dependencies, build the server, and configure it in your Cline MCP settings file with your AppTweak API key.
Key features
Key features include app store analytics, competitor analysis, keyword research, download estimates, and rankings tracking.
Where to use
apptweak-mcp can be used in mobile app development, marketing, and analytics to gain insights into app performance and competition.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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
- Clone the repository:
git clone https://github.com/robertredbox/apptweak-mcp.git
cd apptweak-mcp
- Install dependencies:
npm install
- Build the server:
npm run build
- 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": []
}
}
}
- 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 IDanalyze_top_keywords: Analyze top keywords for apps including brand analysis and estimated installsanalyze_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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










