MCP Server
MCP
Cloudinary Asset Management
Upload, organize, search, and transform images, videos, and files with AI-powered tools.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "sample-mcp",
"version": "0.8.11",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Cloudinary cloud name. Find it in your Cloudinary Dashboard.",
"isRequired": true,
"name": "CLOUDINARY_CLOUD_NAME"
},
{
"description": "Your Cloudinary API key. Found in Dashboard > Settings > Access Keys.",
"isRequired": true,
"isSecret": true,
"name": "CLOUDINARY_API_KEY"
},
{
"description": "Your Cloudinary API secret. Found in Dashboard > Settings > Access Keys.",
"isRequired": true,
"isSecret": true,
"name": "CLOUDINARY_API_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment