MCP.so
Sign In
Servers

Cloudinary MCP Server

@felores

MCP (Model Context Protocol) server for uploading media to Cloudinary using Claude Desktop

Overview

What is Cloudinary MCP Server?

It provides tools for uploading images and videos to Cloudinary through Claude Desktop and compatible MCP clients, using your Cloudinary account credentials.

How to use Cloudinary MCP Server?

Install Node.js 18+, then configure the server in your MCP settings file (e.g., Claude Desktop) using npx or a local build. Provide your Cloudinary cloud name, API key, and API secret as environment variables. The only available tool is upload, which accepts a file path, URL, or base64 data URI.

Key features of Cloudinary MCP Server

  • Upload images, videos, and raw files to Cloudinary.
  • Accepts file paths, URLs, or base64 data URIs.
  • Optional parameters: resource type, public ID, overwrite, tags.
  • Simple setup via npx or local developer installation.
  • Integrates with Claude Desktop and MCP‑compatible clients.

Use cases of Cloudinary MCP Server

  • Upload media assets directly from a Claude conversation.
  • Automate image and video uploads with custom public IDs.
  • Tag uploaded files for organization and search.
  • Overwrite existing Cloudinary assets using the same public ID.

FAQ from Cloudinary MCP Server

What are the system requirements?

Node.js version 18 or higher and npm are required.

Where do I get my Cloudinary credentials?

Your cloud name, API key, and API secret are available in the Cloudinary Console.

How do I install and configure the server?

Add the server configuration to your MCP settings file. Use npx @felores/cloudinary-mcp-server@latest or a local build with the required environment variables.

What tools does this server provide?

It provides one tool: upload, which uploads images, videos, or raw files to Cloudinary with optional parameters.

Can I upload files from a URL or base64 data?

Yes, the file parameter accepts a file path, a URL, or a base64 data URI.

More from Other