# tonyantony300/alt-sendme | Model Context Protocol (MCP) Server > Send files and folders anywhere in the world without storing in cloud - any size, any format, no accounts, no restrictions. - **Stars**: ⭐ 7,745 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "alt-sendme": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-alt-sendme" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "alt-sendme": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-alt-sendme" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-alt-sendme` - **Docker**: `docker run -i --rm mcp/alt-sendme`