Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"easysend": {
"args": [
"easysend-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
EasySend file sharing plugin for Claude Code. Upload, download, and share files directly from your AI assistant session.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'easysend-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked easysend-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Easysend-co/easysend and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.