Cloudinary Asset Management for Claude Desktop
io.github.subomi/sample-mcp
Upload, organize, search, and transform images, videos, and files with AI-powered tools.
client:Claude Desktop
transport:stdio
runtime:npm
Install Cloudinary Asset Management in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sample-mcp": {
"command": "npx",
"args": [
"-y",
"sample-mcp"
],
"env": {
"CLOUDINARY_CLOUD_NAME": "<CLOUDINARY_CLOUD_NAME>",
"CLOUDINARY_API_KEY": "<CLOUDINARY_API_KEY>",
"CLOUDINARY_API_SECRET": "<CLOUDINARY_API_SECRET>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs