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).
Conectar
Añade esta configuración a .claude/mcp.json
Transporte:
{
"mcpServers": {
"cloudinary": {
"command": "npx",
"args": [],
"env": {
"CLOUDINARY_URL": "<YOUR_CLOUDINARY_URL>"
}
}
}
}Herramientas (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"
}
}
}Recursos
Este servidor no expone ningún recurso.
Prompts
Este servidor no expone ningún prompt.
Información del servidor
- Repositorio
- https://github.com/cloudinary/mcp-servers
- Estrellas
- 0
- Última actualización
- 12 de julio de 2026