TestNexus MCP Server for Claude Code — push, list, and download Android APK builds directly from your IDE
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"test-nexus-mcp": {
"command": "npx",
"args": [
"-y",
"programmerKaustubh/test-nexus-mcp"
]
}
}
}
Run in terminal:
claude mcp add test-nexus-mcp npx -y programmerKaustubh/test-nexus-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"test-nexus-mcp": {
"command": "npx",
"args": [
"-y",
"programmerKaustubh/test-nexus-mcp"
]
}
}
}