Skip to content
Zed

easysend for Zed

io.github.easysend-co/easysend

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

client:Zed transport:stdio runtime:npm

Install easysend in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "easysend": {
      "command": "npx",
      "args": [
        "-y",
        "easysend-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

easysend in other clients