Skip to content
Cursor

Drop to CDN for Cursor

io.github.nexus-jpf/droptocdn

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

client:Cursor transport:stdio runtime:npm

Install Drop to CDN in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "droptocdn": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-droptocdn"
      ],
      "env": {
        "DROPTOCDN_API_KEY": "<DROPTOCDN_API_KEY>",
        "DROPTOCDN_API_URL": "<DROPTOCDN_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Drop to CDN in other clients