@droptocdn/mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@droptocdn/mcp-serverUpload ~/Downloads/report.pdf to CDN and get the URL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-droptocdn
MCP server for Drop to CDN — upload files and get instant public CDN URLs from Claude Desktop, Cursor, and other MCP hosts.
Install
Add to .cursor/mcp.json, ~/.cursor/mcp.json, or Claude Desktop's claude_desktop_config.json:
{
"mcpServers": {
"droptocdn": {
"command": "npx",
"args": ["-y", "mcp-server-droptocdn"],
"env": {
"DROPTOCDN_API_KEY": "dtc_YOUR_API_KEY"
}
}
}
}Create an API key at Drop to CDN → Settings → API keys (dtc_...).
Related MCP server: Transfa
Tools
Tool | Description |
upload_file | Upload a local file or base64 content → public CDN URL |
get_file | Get CDN URL and metadata by file ID |
list_files | List files in your account (paginated) |
delete_file | Permanently delete a file by ID |
Auth: Authorization: Bearer dtc_... (validated via GET /v1/profile).
Environment variables
Variable | Required | Description |
| Yes | Your API key ( |
| No | API base URL (default |
Example prompts
"Upload
~/Downloads/report.pdfto CDN and give me the public URL""List my recent Drop to CDN uploads"
"Delete file abc123 from my CDN account"
Development
npm install
npm run build
DROPTOCDN_API_KEY=dtc_... node dist/index.jsSource
Developed by Drop to CDN. This public repo is synced from the private monorepo for npm provenance publishing.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that enables users to upload local files to S3-compatible storage and retrieve shareable public URLs. Files are automatically organized into unique UUID-based folders to prevent naming conflicts while preserving original filenames.Last updated11MIT
- AlicenseAqualityBmaintenanceUpload any file from the local filesystem and get a shareable, expiring link — with tools to check file status, list recent uploads, and delete files on demand.Last updated417MIT
- Flicense-qualityBmaintenanceUploads temporary Figma MCP asset URLs to the CDN after Tinify optimization.Last updated1
- Flicense-qualityDmaintenanceEnables uploading files to MinIO (S3 compatible) via MCP tools. Supports Base64 file upload and optional curl command generation.Last updated
Related MCP Connectors
Normalize and convert 400+ file types via TweekIT's hosted MCP endpoint.
Normalize and convert more than 400 file types via TweekIT's hosted MCP streamable HTTP endpoint.
Publish HTML, files, or a URL to a permanent public URL, then update it — from any MCP agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nexus-JPF/mcp-server-droptocdn'
If you have feedback or need assistance with the MCP directory API, please join our Discord server