Labsco
felores logo

Cloudinary MCP Server

โ˜… 10

from felores

Upload images and videos to Cloudinary from compatible MCP clients.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

Cloudinary MCP Server

This MCP server provides tools for uploading images and videos to Cloudinary through Claude Desktop and compatible MCP clients.

Available Tools

upload

Upload images and videos to Cloudinary.

Parameters:

  • file (required): Path to file, URL, or base64 data URI to upload

  • resource_type (optional): Type of resource ('image', 'video', or 'raw')

  • public_id (optional): Custom public ID for the uploaded asset

  • overwrite (optional): Whether to overwrite existing assets with the same public ID

  • tags (optional): Array of tags to assign to the uploaded asset

Example usage in Claude/Cline:

Copy & paste โ€” that's it
use_mcp_tool({
 server_name: "cloudinary",
 tool_name: "upload",
 arguments: {
 file: "path/to/image.jpg",
 resource_type: "image",
 public_id: "my-custom-id"
 }
});