🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@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.

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
42
55.56%
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 16 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts