Send, list, and delete file transfers via DropWarp and get a shareable download link.
claude mcp add mcp -- npx -y @dropwarp/mcp
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@dropwarp/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@dropwarp/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@dropwarp/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dropwarp/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@dropwarp/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/com.dropwarp--mcp/reviews or the review_server meta-tool.
POST /mcp