MCP Hub
Back to servers

easysend

EasySend file sharing MCP server - upload, download and share files. No authentication required.

Registry
Updated
Mar 28, 2026

Quick Install

npx -y easysend-mcp

easysend-mcp

EasySend file sharing plugin for Claude Code. Upload, download, and share files directly from your AI assistant session.

Install

Add to your Claude Code settings (~/.claude/settings.json):

{
    "mcpServers": {
        "easysend": {
            "command": "npx",
            "args": ["easysend-mcp"]
        }
    }
}

Or install globally:

npm install -g easysend-mcp

Tools

ToolDescription
upload_filesUpload files and get a share link
get_bundleGet bundle info (files, sizes, expiry)
download_fileDownload a file by ID
download_bundleDownload all files in a bundle
delete_fileDelete a file (requires upload_token)
bundle_statusQuick status check

Usage Examples

In Claude Code, just ask naturally:

  • "Upload report.pdf to EasySend"
  • "Share all the CSV files in this directory"
  • "What files are in easysend.co/Ab3Kz?"
  • "Download the files from that EasySend bundle"

No API Key Required

EasySend's API is free and public. No authentication needed for uploads.

Links

Reviews

No reviews yet

Sign in to write a review