apptweak-mcp-plugin logo

apptweak-mcp-plugin

4

Official AppTweak MCP integrations for Cursor. Install this and your AI coding assistant can query AppTweak — the app store intelligence and App Store Optimization (ASO) platform — directly from your editor: keyword rankings and search volume, app metadata and category rankings, download and revenue estimates, ratings and reviews, and competitive intelligence across the Apple App Store and Google Play. Ask your agent a question in plain language and it pulls live data from the AppTweak API, then helps you turn it into dashboards, reports, and extraction scripts. This repository packages the plugins and configuration examples for each supported client. It uses the Model Context Protocol (MCP), an open standard for connecting AI assistants to external tools and data.

This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.

"apptweak-api": { "url": "https://developers.apptweak.com/mcp", "headers": { "X-Apptweak-Key": "YOUR_APPTWEAK_API_KEY" } }