Cloudinary MCP Server

by felores
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLOUDINARY_API_KEYYesYour Cloudinary API key
CLOUDINARY_API_SECRETYesYour Cloudinary API secret
CLOUDINARY_CLOUD_NAMEYesYour Cloudinary cloud name

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
uploadUpload media (images/videos) to Cloudinary. For large files, the upload is processed in chunks and returns a streaming response. The uploaded asset will be available at: - HTTP: http://res.cloudinary.com/{cloud_name}/{resource_type}/upload/v1/{public_id}.{format} - HTTPS: https://res.cloudinary.com/{cloud_name}/{resource_type}/upload/v1/{public_id}.{format} where cloud_name='dadljfaoz', resource_type is 'image' or 'video', and format is determined by the file extension.