New:Socket for Asana Is Now Available.Learn more
Get Started

@dropwarp/mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dropwarp/mcp

MCP server for DropWarp — gives AI assistants a native tool to send a file and return a shareable link.

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
29
-47.27%
Maintainers
1
Weekly downloads
 
Created
Source

@dropwarp/mcp

An MCP server that gives AI assistants a native tool to send a file and return a shareable link via DropWarp.

When this server is connected, a model like Claude can do things like "email this report to me" → it calls send_file and replies with a download link. No glue code.

Setup

  • Create a free API key at https://dropwarp.com/account.
  • Add the server to your MCP client config:
{
  "mcpServers": {
    "dropwarp": {
      "command": "npx",
      "args": ["-y", "@dropwarp/mcp"],
      "env": { "DROPWARP_API_KEY": "dw_live_YOUR_KEY" }
    }
  }
}

For Claude Desktop, that file is claude_desktop_config.json (Settings → Developer → Edit Config). Restart the client after editing.

Tools

ToolWhat it does
send_fileUpload a file (by path or inline content) → returns a download link
list_filesList files currently stored under your key
delete_fileDelete a stored file by id

Limits

Uses your DropWarp plan: free keys send files up to 250 MB (links live 2 hours, 50 sends/day); paid ($1/mo) goes to 5 GB, 30-day links, unlimited. The server surfaces an upgrade hint when a free key hits its daily cap.

Environment

VarRequiredNotes
DROPWARP_API_KEYyesYour dw_live_… key
DROPWARP_BASE_URLnoOverride the API base (self-host/testing)

Requires Node 20+.

License

MIT

Keywords

mcp

FAQs

Package last updated on 15 Jun 2026

Related posts