Upload, organize, search, and transform images, videos, and files with AI-powered tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Install the MCP server as a Desktop Extension using the pre-built mcp-server.mcpb file:
Simply drag and drop the mcp-server.mcpb file onto Claude Desktop to install the extension.
The MCP bundle package includes the MCP server and all necessary configuration. Once installed, the server will be available without additional setup.
[!NOTE] MCP bundles provide a streamlined way to package and distribute MCP servers. Learn more about Desktop Extensions.
Or manually:
Refer to Official Windsurf documentation for latest information
Manage MCPs. (To Manage MCPs you should be signed in with a Windsurf Account)View raw config to open up the mcp configuration file.Or manually:
Refer to Official VS Code documentation for latest information
MCP: Open User Configuration. This should open mcp.json fileFor a full list of server arguments, run:
The MCP server supports the following environment variables:
| Variable | Description | Required |
|---|---|---|
CLOUDINARY_CLOUD_NAME | Your Cloudinary cloud name | Yes |
CLOUDINARY_API_KEY | Your Cloudinary API key | Yes |
CLOUDINARY_API_SECRET | Your Cloudinary API secret | Yes |
CLOUDINARY_URL | Complete Cloudinary URL (alternative to individual vars) | No |
CLOUDINARY_COLLECT_HEADERS | Collect API response headers (see below) | No |
CLOUDINARY_MCP_APPS | Override MCP Apps default (see MCP Apps) | No |
You can use a single CLOUDINARY_URL instead of individual variables:
You can configure the server to include Cloudinary API response headers (such as x-request-id and rate limit info) in tool output. This is useful for debugging and monitoring.
Set CLOUDINARY_COLLECT_HEADERS to control which headers are collected:
Each entry in the comma-separated list is matched against response header names:
| Format | Example | Behaviour |
|---|---|---|
| exact name | x-request-id | matches only x-request-id |
prefix:<value> | prefix:x-featureratelimit- | matches any header starting with x-featureratelimit- |
regex:<pattern> | regex:ratelimit | matches any header whose name contains ratelimit |
You can also set this via the CLOUDINARY_URL query parameter:
When enabled, collected headers appear in an _headers field in the tool response. When not set, no headers are collected and responses are unchanged.
The server can expose interactive MCP UI Apps (spec-aligned with io.modelcontextprotocol/ui) that hosts can render alongside tool results β for example, an asset gallery for list results, a single-asset detail view, and an upload UI.
Apps are enabled by default. Use the --mcp-apps flag (available on both start and serve) or the CLOUDINARY_MCP_APPS environment variable to override this behaviour:
| Value | Effect |
|---|---|
| unset | Default β all apps enabled |
bare --mcp-apps (no value), all, or true | Enable every app (same as default) |
none or false | Disable every app (kill-switch) |
comma-separated subset, e.g. asset-gallery,asset-details | Enable only the listed apps |
Available app names: asset-gallery, asset-details, asset-upload.
Precedence: CLI flag > environment variable > built-in default.
The MCP server uses your Cloudinary API key and secret for authentication:
The MCP server exposes Cloudinary's Asset Management API as tools. Use your AI application to discover and invoke the available tools for uploading, managing, searching, and transforming your media assets.
This MCP server includes two powerful custom tools:
get-tx-referenceRetrieves the complete Cloudinary transformation reference documentation.
When to use:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/cloudinary-asset-management)<a href="https://allmcps.com/mcp/cloudinary-asset-management"><img src="https://allmcps.com/api/badge/cloudinary-asset-management?style=directory" alt="Cloudinary Asset Management on AllMCPs" /></a>