Cloudinary MCP Server

Cloudinary MCP Server

A Model Context Protocol server that exposes Cloudinary Upload & Admin API methods as tools by AI assistants. This integration allows AI systems to trigger and interact with your Cloudinary cloud.

yoavniran

Cloud Platforms
Visit Server

Tools

upload

Upload a file (asset) to Cloudinary

delete-asset

Delete a file (asset) from Cloudinary

get-asset

Get the details of a specific file (asset)

find-assets

Search for existing files (assets) in Cloudinary with a query expression

get-usage

Get a report on the status of your product environment usage, including storage, credits, bandwidth, requests, number of resources, and add-on usage

README

<img src="https://github.com/yoavniran/cloudinary-mcp-server/blob/main/cld-mcp-server.png?raw=true" width="120" height="120" align="center" />

Cloudinary MCP Server

<a href="https://glama.ai/mcp/servers/@yoavniran/cloudinary-mcp-server"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@yoavniran/cloudinary-mcp-server/badge" alt="cloudinary-mcp-server MCP server" /> </a>

<p align="center"> <a href="https://badge.fury.io/js/cloudinary-mcp-server"> <img src="https://badge.fury.io/js/cloudinary-mcp-server.svg" alt="npm version" height="20"> </a> </p>

A Model Context Protocol server that exposes Cloudinary Upload & Admin API methods as tools by AI assistants. This integration allows AI systems to trigger and interact with your Cloudinary cloud.

How It Works

The MCP server:

  • Makes calls on your behalf to the Cloudinary API
  • Enables uploading of assets to Cloudinary
  • Enables management of assets in your Cloudinary cloud

It relies on the Cloudinary API to perform these actions. Not all methods and parameters are supported. More will be added over time.

Open an issue with a request for specific method if you need it.

Benefits

  • Turn your Cloudinary cloud actions into callable tools for AI assistants
  • Turn your Cloudinary assets into data for AI assistants

Usage with Claude Desktop

Prerequisites

  • NodeJS
  • MCP Client (like Claude Desktop App)
  • Create & Copy Cloudinary API Key/Secret at: API KEYS

Installation

To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json:

{
    "mcpServers": {
        "cloudinary-mcp-server": {
            "command": "npx",
            "args": ["-y", "cloudinary-mcp-server"],
            "env": {
                "CLOUDINARY_CLOUD_NAME": "<cloud name>",
                "CLOUDINARY_API_KEY": "<api-key>",
                "CLOUDINARY_API_SECRET": "<api-secret>"
            }
        }
    }
}
  • CLOUDINARY_CLOUD_NAME - your cloud name
  • CLOUDINARY_API_KEY - The API Key for your cloud
  • CLOUDINARY_API_SECRET - The API Secret for your cloud

Tools

The following tools are available:

  1. upload

    • Description: Upload a file (asset) to Cloudinary
    • Parameters:
      • source: URL, file path, base64 content, or binary data to upload
      • folder: Optional folder path in Cloudinary
      • publicId: Optional public ID for the uploaded asset
      • resourceType: Type of resource to upload (image, video, raw, auto)
      • tags: Comma-separated list of tags to assign to the asset
  2. delete-asset

    • Description: Delete a file (asset) from Cloudinary
    • Parameters:
      • publicId: The public ID of the asset to delete
      • assetId: The asset ID of the asset to delete
  3. get-asset

    • Description: Get the details of a specific file (asset)
    • Parameters:
      • assetId: The Cloudinary asset ID
      • publicId: The public ID of the asset
      • resourceType: Type of asset (image, raw, video)
      • type: Delivery type (upload, private, authenticated, etc.)
      • tags: Whether to include the list of tag names
      • context: Whether to include contextual metadata
      • metadata: Whether to include structured metadata
  4. find-assets

    • Description: Search for existing files (assets) in Cloudinary with a query expression
    • Parameters:
      • expression: Search expression (e.g. 'tags=cat' or 'public_id:folder/*')
      • resourceType: Resource type (image, video, raw)
      • maxResults: Maximum number of results (1-500)
      • nextCursor: Next cursor for pagination
      • tags: Include tags in the response
      • context: Include context in the response
  5. get-usage

    • Description: Get a report on the status of your product environment usage, including storage, credits, bandwidth, requests, number of resources, and add-on usage
    • Parameters:
      • date: Optional. The date for the usage report in the format: yyyy-mm-dd. Must be within the last 3 months. Default: the current date

Recommended Servers

contentful-mcp

contentful-mcp

Update, create, delete content, content-models and assets in your Contentful Space

Featured
TypeScript
Supabase MCP Server

Supabase MCP Server

A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.

Featured
JavaScript
Azure MCP Server

Azure MCP Server

Enables natural language interaction with Azure services through Claude Desktop, supporting resource management, subscription handling, and tenant selection with secure authentication.

Official
Local
TypeScript
SettleMint

SettleMint

Leverage SettleMint's Model Context Protocol server to seamlessly interact with enterprise blockchain infrastructure. Build, deploy, and manage smart contracts through AI-powered assistants, streamlining your blockchain development workflow for maximum efficiency.

Official
Local
TypeScript
Brev

Brev

Run, build, train, and deploy ML models on the cloud.

Official
Local
Python
Story SDK MCP Server

Story SDK MCP Server

This server provides MCP (Model Context Protocol) tools for interacting with Story's Python SDK. Features Get license terms Mint and register IP Asset with PIL Terms Mint license tokens Send $IP to a wallet Upload image to ipfs via Pinata [External] Upload ip and nft metadata via Pinata [External]

Official
Python
Tembo MCP Server

Tembo MCP Server

An MCP server that enables Claude to interact with Tembo Cloud platform API, allowing users to manage Tembo Cloud resources through natural language.

Official
TypeScript
Workers MCP

Workers MCP

A package that connects Claude Desktop and other MCP clients to Cloudflare Workers, enabling custom functionality to be accessed via natural language through the Model Context Protocol.

Official
TypeScript
Appwrite MCP Server

Appwrite MCP Server

A Model Context Protocol server that allows AI assistants to interact with Appwrite's API, providing tools to manage databases, users, functions, teams, and other resources within Appwrite projects.

Official
Python
MCP2Lambda

MCP2Lambda

Enables AI models to interact with AWS Lambda functions via the MCP protocol, allowing access to private resources, real-time data, and custom computation in a secure environment.

Official
Python