Cloudinary (npx) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Cloudinary (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Vercel
Access Vercel project deployments, runtime logs, and configuration through Vercel's official hosted remote MCP server with OAuth. Currently read-only.
Cloudflare Docs
Search Cloudflare developer documentation using semantic search. Covers Workers, Pages, R2, D1, KV, Durable Objects, Zero Trust, and all Cloudflare products.
Cloudflare Workers Bindings
Manage Cloudflare Workers platform resources including KV namespaces, R2 buckets, D1 databases, Hyperdrive configs, and Workers scripts.
Supabase (Remote)
Manage Supabase projects, databases, edge functions, storage, and authentication through Supabase's hosted remote MCP server. Authenticates via OAuth, no local setup required.
Supabase (npx)
Manage Supabase projects, databases, edge functions, storage, and authentication locally via npx. Uses a personal access token.
Docker Hub (Docker)
Search Docker Hub images, manage repositories and tags, discover Docker Hardened Images, and get AI-powered image recommendations. Interfaces with Docker Hub APIs for intelligent content discovery.
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.