# Cloudinary Asset Management MCP

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

- **Category:** Production Ops
- **Vendor:** Cloudinary (official)
- **Pricing:** freemium
- **Verified:** 2026-08-16

## 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: `https://asset-management.mcp.cloudinary.com/mcp`
- Remote headers required: `cloudinary-cloud-name`, `cloudinary-api-key`, `cloudinary-api-secret`
- 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`
- Local: `npx -y @cloudinary/asset-management-mcp start`

**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

## Capabilities

[asset-management](https://mcp.film/capabilities/asset-management.md) · `media-upload` · [media-search](https://mcp.film/capabilities/media-search.md) · `video-assets` · `image-transforms` · `video-transforms` · `cdn-delivery` · `archive-generation` · `mcp-ui-apps`

## Sample tools

`transform-asset` · `get-tx-reference` · `list_tools` · `describe_tool_input` · `execute_tool` · `list_scopes`

## Field notes

npm @cloudinary/asset-management-mcp 0.11.0, official, published 11 Aug 2026 — the same day as the last repo commit, so this one is actively maintained. The hosted Streamable HTTP endpoint is live but POST-only (a browser GET returns 405) and expects Cloudinary credentials as headers: either the three named above or a single cloudinary-url header carrying cloudinary://key:secret@cloud. Many clients will use stdio with env vars instead. Cloudinary's own docs invoke the server through its SDK package (npx -y --package @cloudinary/asset-management -- mcp start); both packages expose the same bin/mcp-server.js, but that SDK package last shipped Sep 2025, so the dedicated MCP package used above is the fresher route. Cloudinary also publishes separate official MCPs for analysis (SSE, not streamable HTTP), structured metadata, and environment configuration; this listing picks the broad asset-management server as the filmmaker-facing entry.

## Verification

- Status: Freshly checked (12 days old)
- Added: 2026-06-29
- Last verified: 2026-08-16
- Machine JSON: https://mcp.film/api/mcps/cloudinary-assets.json

## Links

- Site: https://cloudinary.com/?utm_source=mcp.film&utm_medium=referral&utm_campaign=directory&utm_content=cloudinary-assets%3Asite
- Docs: https://cloudinary.com/documentation/cloudinary_llm_mcp?utm_source=mcp.film&utm_medium=referral&utm_campaign=directory&utm_content=cloudinary-assets%3Adocs
- Repo: https://github.com/cloudinary/asset-management-mcp

---

Structured data: https://mcp.film/api/mcps/cloudinary-assets.json · Directory: https://mcp.film
