Cloudinary Asset Management MCP
Cloudinary's own server for uploading, searching, organising and transforming stored media assets.
Add it to your client
Officialnpx @cloudinary/asset-management-mcp start
{
"mcpServers": {
"cloudinary-mcp": {
"command": "npx",
"args": [
"@cloudinary/asset-management-mcp",
"start"
]
}
}
}- Transport
- both
- Runtime
- Node
- Auth
- Required
- License
- MIT
This is the vendor implementation, which matters for a media library because upload semantics, folder structure and transformation URLs are Cloudinary's own model rather than a generic object store. It ships in two shapes with a real difference between them. Run locally as an npm package and the cloud name, key and secret come from the process environment, one account per process. Point a client at the hosted streamable HTTP endpoint instead and those three values travel as request headers, so a single deployment can serve several Cloudinary accounts without a restart. A prebuilt desktop extension bundle and a container image cover the installation paths in between.
Similar MCP servers
Cloud Run MCP Server
MCP serverGoogle's own server for deploying a folder or a set of files to Cloud Run and reading back the logs.
Hetzner Cloud MCP Server
MCP serverCreates and manages Hetzner Cloud servers, volumes, firewalls and SSH keys through the hcloud API.
Cloudflare MCP Server
MCP serverRemote MCP endpoints for Cloudflare product areas, one URL per domain.

Comments(0)
Sign in to comment