Asset Management MCP
Rank #17,409io.github.cloudinary/asset-management-mcp
MCP server providing asset-management-mcp capabilities
Asset Management MCP is a Model Context Protocol (MCP) server published by cloudinary. It ranks #17,409 of 131,629 servers tracked on MCP Toplist. Asset Management MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Nov 18, 2025 and most recently updated on Mar 23, 2026.
Ranks ahead of 114,220 of 131,629 servers on MCP Toplist.
Use Asset Management MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http asset-management-mcp https://asset-management.mcp.cloudinary.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add asset-management-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 @cloudinary/asset-management-mcpReplace each placeholder with your own value before saving.
claude mcp add asset-management-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>" -- docker run -i --rm docker.io/cloudinary/asset-management-mcp:0.8.1Replace each placeholder with your own value before saving.
[mcp_servers.asset-management-mcp]
url = "https://asset-management.mcp.cloudinary.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.asset-management-mcp]
command = "npx"
args = ["-y", "@cloudinary/asset-management-mcp"]
[mcp_servers.asset-management-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.
[mcp_servers.asset-management-mcp]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/cloudinary/asset-management-mcp:0.8.1"]
[mcp_servers.asset-management-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.
https://asset-management.mcp.cloudinary.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"asset-management-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudinary/asset-management-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": {
"asset-management-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/cloudinary/asset-management-mcp:0.8.1"
],
"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": {
"asset-management-mcp": {
"url": "https://asset-management.mcp.cloudinary.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"asset-management-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudinary/asset-management-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.
{
"mcpServers": {
"asset-management-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/cloudinary/asset-management-mcp:0.8.1"
],
"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": {
"asset-management-mcp": {
"type": "http",
"url": "https://asset-management.mcp.cloudinary.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"asset-management-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cloudinary/asset-management-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.
{
"servers": {
"asset-management-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/cloudinary/asset-management-mcp:0.8.1"
],
"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": {
"asset-management-mcp": {
"serverUrl": "https://asset-management.mcp.cloudinary.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"asset-management-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudinary/asset-management-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": {
"asset-management-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/cloudinary/asset-management-mcp:0.8.1"
],
"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": {
"asset-management-mcp": {
"url": "https://asset-management.mcp.cloudinary.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"asset-management-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudinary/asset-management-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.
{
"mcpServers": {
"asset-management-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/cloudinary/asset-management-mcp:0.8.1"
],
"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.cloudinary%2Fasset-management-mcp)<a href="https://mcptoplist.com/server/io.github.cloudinary%2Fasset-management-mcp"><img src="https://mcptoplist.com/badge/io.github.cloudinary%2Fasset-management-mcp.svg" alt="MCP Toplist: Top 25% of 131,629" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
cloudinary
Other servers by cloudinary
View all cloudinary servers →Available versions (2)
| Version | Published |
|---|---|
| 0.8.1 | Mar 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Asset Management MCP?
- Asset Management MCP is maintained by cloudinary, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Asset Management MCP listed on the Official MCP Registry?
- Yes — Asset Management MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Asset Management MCP have?
- MCP Toplist tracks 2 versions of Asset Management MCP, most recently published on Mar 23, 2026.
- Where can I find the source code for Asset Management MCP?
- The source code for Asset Management MCP is hosted at github.com/cloudinary/asset-management-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.