# pluwen/awesome-testflight-link | Model Context Protocol (MCP) Server > Collection of Testflight public app link(iOS/iPad OS/macOS/tvOS) - **Stars**: ⭐ 5,419 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-testflight-link": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-testflight-link" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-testflight-link": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-testflight-link" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-testflight-link` - **Docker**: `docker run -i --rm mcp/awesome-testflight-link`