Install guide and config at curatedmcp.com
Cloudinary MCP: Give Claude Direct Access to Your Media Pipeline
The Cloudinary MCP server connects AI agents like Claude and Cursor directly to your media management workflow. Instead of describing image transformations or manually handling asset uploads, you can now ask Claude to do it—resize product photos, convert formats, remove backgrounds, analyze content, and generate optimized delivery URLs all through natural language commands.
This is the official Cloudinary integration, meaning it has full API access to the platform's transformation engine, CDN, and AI-powered features. For teams managing hundreds or thousands of media assets, this cuts manual work significantly.
What It Does
Cloudinary MCP unlocks four core capabilities:
Upload & Manage: Send images or videos directly from URLs or file paths into your Cloudinary account. Organize them into folders and tag them for later retrieval.
Transform & Optimize: Resize, crop, format-convert, and quality-compress images on the fly. Ask Claude to "convert all PNGs to WebP at 80% quality" and it handles the batch job.
AI-Powered Analysis: Leverage Cloudinary's background removal, object detection, and content analysis. Claude can identify what's in an image and auto-generate alt text.
Generate Delivery URLs: Get responsive image URLs for different breakpoints or CDN-optimized links with transformations baked in—perfect for web and mobile workflows.
This works because Claude can parse Cloudinary's API responses and chain commands together. You ask once; the agent figures out the steps.
How to Install
Install via npm:
npx -y cloudinary-mcp-server
Then configure for Claude Desktop by adding this to your claude_desktop_config.json:
{
"mcpServers": {
"cloudinary-mcp": {
"command": "npx -y cloudinary-mcp-server",
"env": {
"CLOUDINARY_CLOUD_NAME": "your_cloud_name",
"CLOUDINARY_API_KEY": "your_api_key",
"CLOUDINARY_API_SECRET": "your_api_secret"
}
}
}
}
Get your credentials from your Cloudinary dashboard.
Real-World Use Cases
- E-commerce workflows: Upload a product image, auto-generate responsive sizes for mobile/tablet/desktop, and get CDN URLs in one Claude prompt.
- Batch media processing: "Remove backgrounds from all 50 product photos in my /catalog folder and convert them to PNG."
- Content analysis: "What objects are in these 10 images? Generate alt text for each."
Cloudinary powers 2 million developers and companies like Fiverr, TED, and The Guardian. The MCP server is free to use with your existing Cloudinary account (free tier available).
Full install guides for Claude Desktop, Cursor, Windsurf, and more at CuratedMCP.
Top comments (0)