How to Use the AppTweak MCP in Cursor
Pull live AppTweak data directly into your code with Cursor's AI agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AppTweak MCP to Cursor
Create your Vinkius account to connect AppTweak to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate code with real ASO data
Stop writing code with fake data. Tell the Cursor agent to build a function that tracks a competitor, and it will call `get_download_estimates` and `get_category_rankings` to get real numbers. The agent then writes the code using that live data, not placeholders. This completely changes how you build internal tools. You can generate a script that pulls keyword performance using `get_keyword_rankings` and have working, data-driven code in one step. The AI doesn't just talk about the data; it builds with it.
Automate competitor monitoring scripts
You can ask the agent to write a Python script that monitors a list of competing apps. It will use tools like `get_app_metadata` to fetch their current version and `get_review_stats` to check their latest rating distribution. The agent generates the full script for you. You can run it, commit it to your repo, or schedule it as a cron job. It's a fast way to go from an idea—'let's track these apps'—to a finished tool.
Set up your AppTweak MCP Server once
Configuration is simple. You just add the AppTweak server to your `.cursor/mcp.json` file. Put it in your project root to share it with your team, or in your home directory for personal use. Once it's set up, the tools are always available in Agent mode. This MCP server gives your agent a direct line to AppTweak's API, letting it answer questions and write code with up-to-the-minute ASO intelligence.
Set up AppTweak MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the AppTweak MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent AppTweak transactions." If the MCP tools are loaded correctly, Cursor will call the AppTweak tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"apptweak-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by AppTweak. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about AppTweak MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AppTweak MCP today
We host it, we monitor it, we maintain it. You just paste one token.