easysend for VS Code
io.github.easysend-co/easysend
EasySend file sharing MCP server - upload, download and share files. No authentication required.
client:VS Code
transport:stdio
runtime:npm
Install easysend in VS Code
.vscode/mcp.json
{
"servers": {
"easysend": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"easysend-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs