loading…
Search for a command to run...
loading…
EasySend MCP server lets AI assistants upload, download and share files instantly. No API key or authentication needed. Upload any file type up to 1GB, get a sh
EasySend MCP server lets AI assistants upload, download and share files instantly. No API key or authentication needed. Upload any file type up to 1GB, get a shareable link. Tools: upload_file, upload_multiple_files, get_bundle, download_file, download_bundle, delete_file, bundle_status.
Upload, download, and share files instantly from Claude Code. No signup, no API key, no configuration.
/install easysend
Or manually add to ~/.claude/settings.json:
{
"mcpServers": {
"easysend": {
"command": "npx",
"args": ["-y", "easysend-mcp"]
}
}
}
Just ask Claude naturally:
| You say | What happens |
|---|---|
| "Upload this file to EasySend" | Uploads and returns a share link |
| "Share these logs with my teammate" | Bundles files under one link |
| "What's in easysend.co/Ab3Kz?" | Lists files with sizes |
| "Download the files from that bundle" | Saves all files locally |
| Tool | Description |
|---|---|
upload_files |
Upload one or more files, get a share link |
get_bundle |
Get bundle info (files, sizes, expiry, downloads) |
download_file |
Download a single file by ID |
download_bundle |
Download all files in a bundle |
delete_file |
Delete a file (requires upload_token) |
bundle_status |
Quick alive/expired check |
/easysend upload ./report.pdf
/easysend info Ab3Kz
/easysend download Xk9Pq
EasySend's API is free and public. The plugin works immediately with zero configuration.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"easysend": {
"command": "npx",
"args": []
}
}
}