Add to Claude Code
0 addsAdd this MCP server to Claude Code.
Name: Cloudinary MCP
Merge into: ~/.claude/mcp.json under mcpServers
---
{
"mcpServers": {
"cloudinary": {
"command": "npx",
"args": ["-y", "@anthropic-community/mcp-cloudinary"],
"env": {
"CLOUDINARY_URL": "cloudinary://<API_KEY>:<API_SECRET>@<CLOUD_NAME>"
}
}
}
}
// ── Setup ────────────────────────────────────────────────────────────────────
// 1. Get your CLOUDINARY_URL from https://console.cloudinary.com/settings/api-keys
// 2. The URL format is: cloudinary://API_KEY:API_SECRET@CLOUD_NAME
//
// ── Available tools ──────────────────────────────────────────────────────────
// upload upload images, videos, and raw files with tags and metadata
// search find assets by tags, format, dimensions, or metadata
// transform apply transformations (resize, crop, format, quality)
// get_asset fetch full asset details including URLs and metadata
// create_folder organize assets into folder structures
// generate_url build transformation URLs for on-the-fly processing
Paste into Claude Code to connect this MCP server.
How to add
Full guide →Click Add, then paste into Claude Code. Claude will connect the MCP server in your settings.
Target: .claude/mcp.json → mcpServers