mcp.film

mcp.film / Production Ops / Cloudinary Asset Management MCP

Cloudinary Asset Management MCP

OfficialRemoteby Cloudinaryfreemiumverified Jun 29, 2026

Official Cloudinary MCP for uploading, organizing, searching, and transforming media assets.

Rate it: no ratings yet

What it does

Cloudinary's official Asset Management MCP gives agents a media backlot: upload images, videos, and files; search and organize assets; apply Cloudinary transformations; and generate archives for delivery. For film pipelines, it is the missing bridge between generated takes, campaign assets, review exports, and CDN-ready versions.

Connect

Remote endpoint (Streamable HTTP)
https://asset-management.mcp.cloudinary.com/mcp

Remote headers required: cloudinary-cloud-name, cloudinary-api-key, cloudinary-api-secret. Use the local stdio command when your client cannot attach custom MCP headers.

Claude Code
claude mcp add cloudinary-assets -e CLOUDINARY_CLOUD_NAME=YOUR_CLOUD -e CLOUDINARY_API_KEY=YOUR_KEY -e CLOUDINARY_API_SECRET=YOUR_SECRET -- npx -y @cloudinary/asset-management-mcp start
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cloudinary-assets": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudinary/asset-management-mcp",
        "start"
      ],
      "env": {
        "CLOUDINARY_URL": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cloudinary-assets": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudinary/asset-management-mcp",
        "start"
      ],
      "env": {
        "CLOUDINARY_URL": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env CLOUDINARY_URL — Cloudinary Dashboard → Settings → Access Keys; remote endpoint expects cloudinary-cloud-name, cloudinary-api-key, and cloudinary-api-secret headers

Tools you'll see

transform-assetget-tx-referencelist_toolsdescribe_tool_inputexecute_toollist_scopes

Field notes

npm @cloudinary/asset-management-mcp 0.9.3, official, published May 25 2026. The hosted Streamable HTTP endpoint is listed in server.json but requires Cloudinary credential headers, so many clients will use stdio with env vars instead. Node 20+ is recommended for local use. Cloudinary also publishes separate official MCPs for analysis, structured metadata, and environment configuration; this listing picks the broad asset-management server as the filmmaker-facing entry.

Pairs well with