Resize all product images to 800x600
Common usage pattern for this MCP server
Ask Claude: "Resize all product images to 800x600"Upload, manage, transform, and analyze media assets in the cloud
Manage and transform media assets through Cloudinary's comprehensive cloud-based media platform.~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"cloudinary": {
"env": {
"CLOUDINARY_CLOUD_NAME": "your_cloud_name",
"CLOUDINARY_API_KEY": "your_api_key",
"CLOUDINARY_API_SECRET": "your_api_secret"
},
"transport": "http",
"url": "https://mcp.cloudinary.com/"
}
}
}{
"mcpServers": {
"cloudinary": {
"env": {
"CLOUDINARY_CLOUD_NAME": "${CLOUDINARY_CLOUD_NAME}",
"CLOUDINARY_API_KEY": "${CLOUDINARY_API_KEY}",
"CLOUDINARY_API_SECRET": "${CLOUDINARY_API_SECRET}"
},
"transport": "http",
"url": "https://mcp.cloudinary.com/"
}
}
}HTTP 420 rate limited error on Admin API requests
Admin API limits: Free plan 500/hour, Paid 2000/hour. Wait for hourly reset or upgrade plan. Use Retry-After header to time your next request. Upload API has no rate limits.
HTTP 401 authentication required error
Verify CLOUDINARY_CLOUD_NAME, API_KEY, and API_SECRET are correctly set. Check signed URLs for add-ons or Strict Transformation mode. Regenerate credentials from Cloudinary Console if authentication fails.
Image transformation fails or returns errors
Verify transformation parameters are valid and supported. Check account tier for transformation quota limits. Ensure URL is properly signed for Strict Transformations mode if enabled.
Upload fails with file too large error
Check file size against your account tier limits (typically 10-100MB). For larger files, use chunked uploads. Verify network connectivity and increase timeout settings for large files.
Common usage pattern for this MCP server
Ask Claude: "Resize all product images to 800x600"Common usage pattern for this MCP server
Ask Claude: "Apply watermark to videos"Common usage pattern for this MCP server
Ask Claude: "Generate responsive image sets"Common usage pattern for this MCP server
Ask Claude: "Optimize images for web delivery"Loading reviews...
Join our community of Claude power users. No spam, unsubscribe anytime.
Required