alt-sendme

GitHub

Send files and folders anywhere in the world without storing in cloud - any size, any format, no accounts, no restrictions.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "alt-sendme": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-alt-sendme"
      ]
    }
  }
}