# filecxx/FileCentipede | Model Context Protocol (MCP) Server > Cross-platform internet upload/download manager for HTTP(S), FTP(S), SSH, magnet-link, BitTorrent, m3u8, ed2k, and online videos. WebDAV client, FTP client, SSH client. - **Stars**: ⭐ 10,867 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "FileCentipede": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-FileCentipede" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "FileCentipede": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-FileCentipede" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-FileCentipede` - **Docker**: `docker run -i --rm mcp/FileCentipede`