McpMux
Back to Registry

Cloudinary (npx) MCP Server

Community

Contributed by Cloudinary

Upload, search, transform, and manage media assets in Cloudinary. Supports images and videos with powerful transformation capabilities.

About the Cloudinary (npx) MCP Server

The Cloudinary (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Upload, search, transform, and manage media assets in Cloudinary. Supports images and videos with powerful transformation capabilities. This is a community-contributed MCP server by Cloudinary.

Install the Cloudinary (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "--package",
    "@cloudinary/asset-management-mcp",
    "--",
    "mcp",
    "start"
  ],
  "env": {
    "CLOUDINARY_CLOUD_NAME": "${input:CLOUDINARY_CLOUD_NAME}",
    "CLOUDINARY_API_KEY": "${input:CLOUDINARY_API_KEY}",
    "CLOUDINARY_API_SECRET": "${input:CLOUDINARY_API_SECRET}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "CLOUDINARY_CLOUD_NAME",
        "label": "Cloudinary Cloud Name",
        "description": "Your Cloudinary cloud name, found in the dashboard.",
        "type": "text",
        "required": true,
        "secret": false,
        "placeholder": "my-cloud-name",
        "obtain": {
          "url": "https://console.cloudinary.com/settings/api-keys",
          "instructions": "1. Log in to console.cloudinary.com\n2. Go to Settings > API Keys\n3. Copy your Cloud Name",
          "button_label": "Get Cloud Name"
        }
      },
      {
        "id": "CLOUDINARY_API_KEY",
        "label": "Cloudinary API Key",
        "description": "API key for the Cloudinary API.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "123456789012345",
        "obtain": {
          "url": "https://console.cloudinary.com/settings/api-keys",
          "instructions": "1. Log in to console.cloudinary.com\n2. Go to Settings > API Keys\n3. Copy your API Key",
          "button_label": "Get API Key"
        }
      },
      {
        "id": "CLOUDINARY_API_SECRET",
        "label": "Cloudinary API Secret",
        "description": "API secret for the Cloudinary API. Keep this private.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://console.cloudinary.com/settings/api-keys",
          "instructions": "1. Log in to console.cloudinary.com\n2. Go to Settings > API Keys\n3. Click the eye icon to reveal and copy your API Secret",
          "button_label": "Get API Secret"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

cloudinarymediaimagesvideouploadcdntransformation

Supported AI Clients

The Cloudinary (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Cloudinary (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.