Back to Browse

Easysend MCP Server

Developer ToolsLow Risk8.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

8.0
Low Risk8.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-easysend-co-easysend": {
      "args": [
        "-y",
        "easysend-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

Be the first to review this server!

Easysend MCP Server - EasySend file sharing MCP server - upload, download and | MCP Marketplace