Cloudinary Asset Management
Rank #918io.github.subomi/sample-mcp
Upload, organize, search, and transform images, videos, and files with AI-powered tools.
Cloudinary Asset Management is a Model Context Protocol (MCP) server published by subomi. It ranks #918 of 115,591 servers tracked on MCP Toplist, and its repository has 294 GitHub stars. Cloudinary Asset Management is listed on Official MCP, with 4 tracked versions. It was first listed on Mar 27, 2026 and most recently updated on Apr 16, 2026.
Ranks ahead of 114,673 of 115,591 servers on MCP Toplist.
Use Cloudinary Asset Management
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add sample-mcp -e "CLOUDINARY_CLOUD_NAME=<your CLOUDINARY_CLOUD_NAME>" -e "CLOUDINARY_API_KEY=<your CLOUDINARY_API_KEY>" -e "CLOUDINARY_API_SECRET=<your CLOUDINARY_API_SECRET>" -- npx -y sample-mcpReplace each placeholder with your own value before saving.
[mcp_servers.sample-mcp]
command = "npx"
args = ["-y", "sample-mcp"]
[mcp_servers.sample-mcp.env]
CLOUDINARY_CLOUD_NAME = "<your CLOUDINARY_CLOUD_NAME>"
CLOUDINARY_API_KEY = "<your CLOUDINARY_API_KEY>"
CLOUDINARY_API_SECRET = "<your CLOUDINARY_API_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sample-mcp": {
"command": "npx",
"args": [
"-y",
"sample-mcp"
],
"env": {
"CLOUDINARY_CLOUD_NAME": "<your CLOUDINARY_CLOUD_NAME>",
"CLOUDINARY_API_KEY": "<your CLOUDINARY_API_KEY>",
"CLOUDINARY_API_SECRET": "<your CLOUDINARY_API_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sample-mcp": {
"command": "npx",
"args": [
"-y",
"sample-mcp"
],
"env": {
"CLOUDINARY_CLOUD_NAME": "<your CLOUDINARY_CLOUD_NAME>",
"CLOUDINARY_API_KEY": "<your CLOUDINARY_API_KEY>",
"CLOUDINARY_API_SECRET": "<your CLOUDINARY_API_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sample-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sample-mcp"
],
"env": {
"CLOUDINARY_CLOUD_NAME": "<your CLOUDINARY_CLOUD_NAME>",
"CLOUDINARY_API_KEY": "<your CLOUDINARY_API_KEY>",
"CLOUDINARY_API_SECRET": "<your CLOUDINARY_API_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sample-mcp": {
"command": "npx",
"args": [
"-y",
"sample-mcp"
],
"env": {
"CLOUDINARY_CLOUD_NAME": "<your CLOUDINARY_CLOUD_NAME>",
"CLOUDINARY_API_KEY": "<your CLOUDINARY_API_KEY>",
"CLOUDINARY_API_SECRET": "<your CLOUDINARY_API_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sample-mcp": {
"command": "npx",
"args": [
"-y",
"sample-mcp"
],
"env": {
"CLOUDINARY_CLOUD_NAME": "<your CLOUDINARY_CLOUD_NAME>",
"CLOUDINARY_API_KEY": "<your CLOUDINARY_API_KEY>",
"CLOUDINARY_API_SECRET": "<your CLOUDINARY_API_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.subomi%2Fsample-mcp)<a href="https://mcptoplist.com/server/io.github.subomi%2Fsample-mcp"><img src="https://mcptoplist.com/badge/io.github.subomi%2Fsample-mcp.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
subomi
Other servers by subomi
View all subomi servers →Available versions (4)
| Version | Published |
|---|---|
| 0.8.11 | Apr 16, 2026 |
| 0.8.10 | Apr 16, 2026 |
| 0.8.1 | Mar 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cloudinary Asset Management?
- Cloudinary Asset Management is maintained by subomi, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Cloudinary Asset Management listed on the Official MCP Registry?
- Yes — Cloudinary Asset Management is listed on the Official MCP Registry.
- How many versions does Cloudinary Asset Management have?
- MCP Toplist tracks 4 versions of Cloudinary Asset Management, most recently published on Apr 16, 2026.
- Where can I find the source code for Cloudinary Asset Management?
- The source code for Cloudinary Asset Management is hosted at github.com/subomi/sample-mcp.