{
  "markdown": "# mcp-server-droptocdn\n\n[MCP](https://modelcontextprotocol.io) server for [Drop to CDN](https://droptocdn.com) — upload files and get instant public CDN URLs from Claude Desktop, Cursor, and other MCP hosts.\n\n## Install\n\nAdd to `.cursor/mcp.json`, `~/.cursor/mcp.json`, or Claude Desktop's `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"droptocdn\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-server-droptocdn\"],\n      \"env\": {\n        \"DROPTOCDN_API_KEY\": \"dtc_YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\nCreate an API key at [Drop to CDN → Settings → API keys](https://droptocdn.com/dashboard/settings) (`dtc_...`).\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| **upload_file** | Upload a local file or base64 content → public CDN URL |\n| **get_file** | Get CDN URL and metadata by file ID |\n| **list_files** | List files in your account (paginated) |\n| **delete_file** | Permanently delete a file by ID |\n\nAuth: `Authorization: Bearer dtc_...` (validated via `GET /v1/profile`).\n\n## Environment variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `DROPTOCDN_API_KEY` | Yes | Your API key (`dtc_...`) |\n| `DROPTOCDN_API_URL` | No | API base URL (default `https://api.droptocdn.com/v1`) |\n\n## Example prompts\n\n- \"Upload `~/Downloads/report.pdf` to CDN and give me the public URL\"\n- \"List my recent Drop to CDN uploads\"\n- \"Delete file abc123 from my CDN account\"\n\n## Development\n\n```bash\nnpm install\nnpm run build\nDROPTOCDN_API_KEY=dtc_... node dist/index.js\n```\n\n## Source\n\nDeveloped by [Drop to CDN](https://droptocdn.com). This public repo is synced from the private monorepo for npm provenance publishing.\n\n## License\n\nMIT\n",
  "bytes": 1697,
  "sha": "b5c08a4ad62036447400cfe29b780284d9f77e43c376c4db5fc71e8e86549aec",
  "repo_slug": "nexus-jpf/mcp-server-droptocdn",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_nexus_jpf_droptocdn_852a9284/readme"
}