🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

easysend-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easysend-mcp

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

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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.

  • Website: https://easysend.co
  • API Docs: https://easysend.co/api
  • MCP Docs: https://easysend.co/mcp

Keywords

mcp

FAQs

Package last updated on 28 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts