How to Use the Google Play Developer MCP in Cursor
Debug in-app purchases and draft review replies directly inside the Cursor code editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Google Play Developer MCP to Cursor
Create your Vinkius account to connect Google Play Developer 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.
Verify live Android transactions in the Cursor editor
When writing your Android billing logic, Cursor can pull actual purchase data to help you test edge cases. The editor calls `get_product_purchase` to fetch live Google Play API payloads, giving you real JSON structures directly in your workspace. If you need to simulate a consumed item, the Cursor agent runs `consume_product_purchase` directly against your test account. This keeps your focus on the active Android code file inside Cursor instead of jumping back and forth to an external terminal.
Query your Play Store catalog using this MCP Server
Keeping your local Android codebase in sync with your actual store products is easier when Cursor can read the catalog. The editor uses `list_inapp_products` to pull all active items configured in your Google Play Developer Console. If you are working on a specific paywall feature, you can target one item with `get_inapp_product` in Cursor. The Cursor editor reads the Android product pricing and entitlement details directly from Google, letting you write highly accurate display logic.
Manage Play Store user reviews within Cursor
When debugging a bug reported by an Android user, you can search for their feedback without leaving Cursor. The Cursor editor calls `list_reviews` to fetch recent Play Store entries, letting you match local error logs to actual user complaints. Once you find the culprit, you can draft and send a fix notification using `reply_to_review` in Cursor. This ties your Cursor development workflow directly to Play Store customer support, closing the loop on critical hotfixes.
Set up Google Play Developer 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 Google Play Developer 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 Google Play Developer transactions." If the MCP tools are loaded correctly, Cursor will call the Google Play Developer tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"google-play-developer-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 Google Play Developer. 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 Google Play Developer MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Google Play Developer MCP today
We host it, we monitor it, we maintain it. You just paste one token.