Upload, transform, search, and manage images and videos in Cloudinary — AI-native media asset management for any agent.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"cloudinary": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-cloudinary",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify cloudinary connectivity by fetching account usage stats. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Upload, transform, search, and manage images and videos in Cloudinary — AI-native media asset management for any agent.
Give your AI agents full access to Cloudinary. Search media assets, upload from URLs, generate transformation URLs for resizing/cropping/effects, browse folders, check usage stats, and manage your media library — all through natural language.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-cloudinary
| Tool | Description |
|---|---|
_ping | Verify Cloudinary connectivity and show usage stats |
search | Search assets by expression, tags, folder, metadata |
get_resource | Get asset metadata — dimensions, colors, faces, tags |
upload_from_url | Upload an image/video from a public URL |
generate_url | Create a transformation URL (resize, crop, effects) |
list_folders | Browse folder structure |
delete_resource | Delete an asset by public ID |
get_usage | Account usage — storage, bandwidth, transformations |
| Variable | Required | Description | How to Get |
|---|---|---|---|
CLOUDINARY_CLOUD_NAME | Yes | Your Cloudinary cloud name | console.cloudinary.com → Dashboard → Cloud name (top left) |
CLOUDINARY_API_KEY | Yes | Cloudinary API Key | console.cloudinary.com → Settings → Access Keys → API Key |
CLOUDINARY_API_SECRET | Yes | Cloudinary API Secret | console.cloudinary.com → Settings → Access Keys → API Secret |
CLOUDINARY_CLOUD_NAME, CLOUDINARY_API_KEY, and CLOUDINARY_API_SECRET under Project → Secrets"Search for all JPG images in the products folder"
"Upload this image URL to Cloudinary in the hero-banners folder"
"Generate a 800x600 cropped thumbnail URL for product-123"
"How much storage and bandwidth have I used this month?"
"List all folders in my Cloudinary account"
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-cloudinary \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-CLOUDINARY-CLOUD-NAME: mycloud' \
-H 'X-Mcp-Secret-CLOUDINARY-API-KEY: 123456789' \
-H 'X-Mcp-Secret-CLOUDINARY-API-SECRET: abcdef' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{"expression":"folder:products AND format:jpg"}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-cloudinary
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
The Cloudinary MCP gives Claude 7 tools covering resources, usages, folders. Claude can read, create, update, and manage Cloudinary data directly from a conversation.
Yes. The Cloudinary MCP includes tools to list and retrieve folders from your Cloudinary account. Claude can filter, sort, and summarize folders based on your instructions.
Yes. The Cloudinary MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 7 Cloudinary tools are available everywhere you connect it — install once on Aerostack.
Yes. Aerostack hosts the Cloudinary MCP with encrypted credential storage and per-account authentication. Your Cloudinary credentials are never shared with Claude's conversation — they're used server-side only.