# XiaoYouChR/Ghost-Downloader-3 | Model Context Protocol (MCP) Server > An AI-boost cross-platform multi-protocol fluent-design concurrent downloader built with Python & Qt. - **Stars**: ⭐ 8,051 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Ghost-Downloader-3": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Ghost-Downloader-3" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Ghost-Downloader-3": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Ghost-Downloader-3" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Ghost-Downloader-3` - **Docker**: `docker run -i --rm mcp/Ghost-Downloader-3`