Catalog
com.dropwarp/mcp
OfficialSend, list, and delete file transfers via DropWarp and get a shareable download link.
Manages file transfers and generates shareable download links via DropWarp.
README not available yet.
Install
Configuration
Environment variables
DROPWARP_API_KEYrequiredsecretYour DropWarp API key (create one at https://dropwarp.com/developers)
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@dropwarp/mcp@0.1.2"
],
"env": {
"DROPWARP_API_KEY": "<YOUR_DROPWARP_API_KEY>"
}
}
}
}