linktest-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@linktest-mcp-serverRun closed testing for com.example.myapp"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
linktest-mcp-server
Automate Google Play closed testing with AI. Skip the hassle of finding 12+ testers and waiting 14+ days — just tell your AI to handle it.
The Problem
To publish on Google Play, you need:
12+ testers opted in to your closed testing track
14+ days of continuous testing
Finding testers, getting them to opt in, and keeping them active for 2+ weeks is the biggest bottleneck for indie developers.
The Solution
LinkTest runs your app on 12+ real Android devices for 14+ days — automatically. Just tell your AI:
"Run closed testing for my app com.example.myapp"
That's it. $5 per order. No subscriptions. No tester recruitment.
Quick Start
1. Get your API token
Sign up at linktest-prod.web.app and copy your token from Settings.
2. Install
Works with any MCP-compatible AI client — Claude, Cursor, Windsurf, VS Code (Copilot), Cline, Continue, and more.
Add to your config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"linktest": {
"command": "npx",
"args": ["-y", "linktest-mcp-server@latest"],
"env": {
"LINKTEST_API_TOKEN": "your-token-here"
}
}
}
}claude mcp add linktest -s user -e LINKTEST_API_TOKEN=your-token-here -- npx -y linktest-mcp-server@latestAdd to .cursor/mcp.json in your project root:
{
"mcpServers": {
"linktest": {
"command": "npx",
"args": ["-y", "linktest-mcp-server@latest"],
"env": {
"LINKTEST_API_TOKEN": "your-token-here"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"linktest": {
"command": "npx",
"args": ["-y", "linktest-mcp-server@latest"],
"env": {
"LINKTEST_API_TOKEN": "your-token-here"
}
}
}
}Any client that supports the Model Context Protocol can use this server. The config is the same:
Command:
npx -y linktest-mcp-server@latestEnvironment:
LINKTEST_API_TOKEN=your-token-here
3. Start testing
Just tell your AI:
"I need to run Google Play closed testing for my app. The package name is com.example.myapp."
The AI will guide you through the entire process automatically.
Tools
Tool | Description |
| Get tester email list to register in Play Console (always start here) |
| Validate your opt-in link format before ordering |
| Verify real devices can access your app |
| Place a testing order ($5) and get payment link |
| Check order status, progress, and days remaining |
| View daily screenshots from test devices |
| Free retry if rejected by Google Play (1 per order) |
| Cancel or complete an order early |
| View payment history and receipts |
Workflow
The AI handles this automatically, but here's what happens:
1. linktest_testers → Get emails, register in Play Console
2. linktest_validate → Check opt-in link
3. linktest_verify → Confirm device access (takes ~30s)
4. linktest_order → Create order → pay $5
5. linktest_status → Monitor progress
6. linktest_screenshots → Visual confirmationExample Prompts
What you say | What happens |
"Start closed testing for my app" | Gets tester emails and guides you through setup |
"Run closed testing for com.example.app" | Full workflow from validation to order |
"How's my testing going?" | Shows status of all active orders |
"Show me screenshots" | Displays latest device screenshots |
"My app was rejected, can I retry?" | Uses free retry to extend testing 14 more days |
"Cancel my order" | Cancels or completes the order |
Pricing
$5 per order — one-time payment, no subscription.
Each order includes:
12+ real Android devices
14+ days of daily app execution
Daily screenshots for verification
Free retry if rejected by Google Play (1 per order)
Automatic management — no manual work needed
How It Works
You register LinkTest tester emails in your Google Play Console
You pay $5 per app
LinkTest installs your app on 12+ real Android devices
Devices run your app daily for 14+ days
Screenshots are captured daily so you can verify
Done — your closed testing requirement is met
Troubleshooting
MCP not loading?
If npx is installed at a non-standard path (e.g., via nvm or .local), change "command": "npx" to the full path:
which npx # Find your npx path, then use it in the configBetter AI guidance
Add this to your Claude system prompt or CLAUDE.md for step-by-step order guidance:
When using LinkTest tools, always read the resource "linktest://workflow-guide" first to follow the correct order.Requirements
A Google Play Developer account
An app with a closed testing track set up
Node.js 18+
Environment Variables
Variable | Required | Description |
| Yes | Your API token from Settings |
| No | Custom API URL (default: production) |
Links
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smy383/linktest-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server