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).
连接
将此配置添加到 .claude/mcp.json
传输方式:
{
"mcpServers": {
"cloudinary": {
"command": "npx",
"args": [],
"env": {
"CLOUDINARY_URL": "<YOUR_CLOUDINARY_URL>"
}
}
}
}工具 (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"
}
}
}资源
此服务器未提供任何资源。
提示词
此服务器未提供任何提示词。
服务器信息
- 星标
- 0
- 最后更新
- 2026年7月12日