Cloudinary MCP Servers
Cloudstdiohttp-streaming
Cloudinary's official MCP servers for managing media through conversational AI. Cover the full media workflow: uploading and transforming images and videos, organizing assets with structured metadata, configuring processing pipelines, and running AI-powered content analysis. Available as remote OAuth endpoints or local npx processes across several focused servers (asset management, environment config, structured metadata, and analysis).
Connect
Add this configuration to .claude/mcp.json
Transport:
{
"mcpServers": {
"cloudinary": {
"command": "npx",
"args": [],
"env": {
"CLOUDINARY_URL": "<YOUR_CLOUDINARY_URL>"
}
}
}
}Tools (2)
upload_asset
Upload an image or video to Cloudinary from a file path or URL.
{
"type": "object",
"required": [
"source"
],
"properties": {
"folder": {
"type": "string",
"description": "Optional destination folder"
},
"source": {
"type": "string",
"description": "File path or URL of the asset to upload"
}
}
}search_assets
Search stored Cloudinary assets by expression, tags, or metadata.
{
"type": "object",
"required": [
"expression"
],
"properties": {
"expression": {
"type": "string",
"description": "Search expression using Cloudinary's search syntax"
}
}
}Resources
This server does not expose any resources.
Prompts
This server does not expose any prompts.
Server Information
- Author
- Cloudinary (@cloudinary)
- Stars
- 0
- Last Updated
- July 12, 2026