test-nexus-mcp

programmerKaustubh/test-nexus-mcp
★ 0 stars JavaScript Code/Dev Tools Updated today
TestNexus MCP Server for Claude Code — push, list, and download Android APK builds directly from your IDE
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}