Cloudinary (verified)
Upload, transform, and deliver images and videos. Manage media assets, apply on-the-fly transformations, and optimize delivery for web and mobile.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add cloudinary
# Browse available tools
npx -y smithery tool list cloudinary
# Get full schema for a tool
npx -y smithery tool get cloudinary upload-asset
# Call a tool
npx -y smithery tool call cloudinary upload-asset '{}'Direct MCP Connection
Endpoint: https://cloudinary.run.tools
Tools (23)
upload-asset— Uploads media assets (images, videos, raw files) to your Cloudinary product environmentasset-rename— Updates an existing asset's identifier (public ID) and optionally other metadata in your Cloudinary accountgenerate-archive— Creates an archive (ZIP or TGZ file) that contains a set of assets from your product environment.download-asset-backup— Download a backup copy of an assetdelete-asset— Delete asset by asset-idlist-images— Get image assetslist-videos— Get video assetslist-files— Get raw assetsget-asset-details— Get resource by asset IDasset-update— Updates an existing asset's metadata, tags, and other attributes using its asset IDlist-tags— Retrieves a list of tags currently applied to assets in your Cloudinary accountdelete-derived-assets— Delete derived resourcesget-usage-details— Retrieves comprehensive usage metrics and account statisticscreate-asset-relations— Add related assets by asset IDdelete-asset-relations— Delete asset relations by asset IDmove-folder— Renames or moves an entire folder (along with all assets it contains) to a new locationcreate-folder— Creates a new empty folder in your Cloudinary media librarydelete-folder— Deletes an existing folder from your media librarysearch-folders— Searches for folders whose attributes match a given expressionsearch-assets— Provides a powerful query interface to filter and retrieve assets and their detailsvisual-search-assets— Finds images in your asset library based on visual similarity or contentget-tx-reference— Get Cloudinary transformation rules documentation from official docstransform-asset— Generate derived transformations for existing assets using Cloudinary's explicit API with eager transformations
# Get full input/output schema for a tool
npx -y smithery tool get cloudinary