easysend for Cursor
io.github.easysend-co/easysend
EasySend file sharing MCP server - upload, download and share files. No authentication required.
client:Cursor
transport:stdio
runtime:npm
Install easysend in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"easysend": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"easysend-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs