Connects Claude to EasySend's public file sharing API for quick uploads and downloads without any authentication setup. You get six tools: upload_files returns shareable links, get_bundle and bundle_status let you inspect shared bundles, download_file and download_bundle pull content locally, and delete_file removes uploads if you have the token. Useful when you need to quickly share build artifacts, logs, or datasets from a Claude session without configuring S3 buckets or dealing with API keys. The API is free and public, so there's no account setup. Just npx the package and start moving files around.
EasySend file sharing plugin for Claude Code. Upload, download, and share files directly from your AI assistant session.
Add to your Claude Code settings (~/.claude/settings.json):
{
"mcpServers": {
"easysend": {
"command": "npx",
"args": ["easysend-mcp"]
}
}
}
Or install globally:
npm install -g easysend-mcp
| Tool | Description |
|---|---|
upload_files | Upload files and get a share link |
get_bundle | Get bundle info (files, sizes, expiry) |
download_file | Download a file by ID |
download_bundle | Download all files in a bundle |
delete_file | Delete a file (requires upload_token) |
bundle_status | Quick status check |
In Claude Code, just ask naturally:
EasySend's API is free and public. No authentication needed for uploads.
com.exploit-intel/eip-mcp
dmontgomery40/pentest-mcp
pantheon-security/notebooklm-mcp-secure
cyanheads/pentest-mcp-server
io.github.akhilucky/ai-firewall-mcp