EasySend
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.
README
EasySend Plugin for Claude Code
Upload, download, and share files instantly from Claude Code. No signup, no API key, no configuration.
Install
/install easysend
Or manually add to ~/.claude/settings.json:
{
"mcpServers": {
"easysend": {
"command": "npx",
"args": ["-y", "easysend-mcp"]
}
}
}
What You Can Do
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 |
Tools
| 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 |
Slash Command
/easysend upload ./report.pdf
/easysend info Ab3Kz
/easysend download Xk9Pq
No API Key Required
EasySend's API is free and public. The plugin works immediately with zero configuration.
Features
- Any file type, up to 1GB free
- Files available for 3 days (upgradeable)
- Optional end-to-end encryption
- Multiple files bundled under one link
- QR code for each bundle
- Download notifications
Links
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.