mcpbeat Sign in

Drop to CDN MCP Server

by nexus-jpf Your server? Claim it
local only

Drop to CDN runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 3 Sep 2026.

Upload files and get instant public CDN URLs from Claude Desktop, Cursor, and other MCP hosts.

Installs per day peak 32 · avg 3 · +436% w/w
a month agotoday
47
Installs / week
npm · mcp-server-droptocdn
0
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Drop to CDN every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add droptocdn -- npx -y mcp-server-droptocdn
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "droptocdn": {
      "args": [
        "-y",
        "mcp-server-droptocdn"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.droptocdn]
command = "npx"
args = ["-y", "mcp-server-droptocdn"]
.cursor/mcp.json
{
  "mcpServers": {
    "droptocdn": {
      "args": [
        "-y",
        "mcp-server-droptocdn"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "droptocdn": {
      "args": [
        "-y",
        "mcp-server-droptocdn"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DROPTOCDN_API_KEY (Drop to CDN API key (dtc_...). Create one at https://droptocdn.com/dashboard/settings), DROPTOCDN_API_URL (API base URL (default https://api.droptocdn.com/v1)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Drop to CDN

same job, measured the same way
Pixelvault
by pixelvault-dev

Agent-first image hosting — upload images and get instant CDN URLs.

8 tools answering
Web2md
by web2md

MCP Server for Web2MD — convert URLs to Markdown from Claude Desktop, Cursor, etc.

108 installs/wk local only
Filetourl
by filetourl

Upload a file and get a public shareable URL via API or MCP.

7 tools answering
File Storage
by b77

Upload files and get public CDN links in chat.

answering
Soul MCP Server
by antoniotf5

MCP server for validating and generating SOUL.md agent identity files from Claude Desktop.

67 installs/wk local only
GoDrop
by fatihbaltaci

Self-hosted file host: upload a file, get a public URL an agent can paste into a pull request.

local only
Shiped
by kandahk

Deploy AI-generated HTML/CSS/JS to instant public HTTPS URLs from any MCP-compatible agent.

3 tools answering
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only

Drop to CDN — questions

Answers built from our own checks of this server.

Why is there no uptime for Drop to CDN?
Drop to CDN runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-server-droptocdn was installed 47 times last week.
How do I connect Drop to CDN?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-droptocdn straight from npm; nothing to host, nothing to sign up for.
How many people use Drop to CDN?
The npm package mcp-server-droptocdn was installed 47 times in the last week. Week over week that is +436%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Drop to CDN open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.