Description
A Model Context Protocol (MCP) server that lets Claude Desktop and other MCP-compatible clients upload images and videos to Cloudinary and access their URLs and metadata.
- Upload images to Cloudinary from MCP-compatible clients (e.g., Claude Desktop)
- Upload videos to Cloudinary
- Retrieve Cloudinary asset URLs after upload
- Access uploaded asset metadata
- Works as a standalone MCP server that can be added to Claude Desktop configuration
- Uses your own Cloudinary account and API credentials
- Requirements: Node.js
- Install via npx (recommended):
- Navigate to the Claude configuration directory on your system, e.g.:
- Windows:
C:\Users\NAME\AppData\Roaming\Claude - macOS:
~/Library/Application Support/Claude/
- Windows:
- Alternatively, open via Claude Desktop: Settings → Developer → Edit Config
- Add the Cloudinary MCP server configuration to your MCP settings file (see repository README for exact JSON/config snippet).
- Navigate to the Claude configuration directory on your system, e.g.:
- Developer installation:
- Clone the repository and install dependencies if you want to modify the server or contribute to its development (details in the repo’s
README.md).
- Clone the repository and install dependencies if you want to modify the server or contribute to its development (details in the repo’s
- Requires a Cloudinary account.
- Obtain your API credentials from the Cloudinary Console.
- Add these credentials to the server configuration as described in the project documentation.
- No pricing information is provided in the repository content. The project is distributed as an open-source GitHub repository (see the
LICENSEfile in the repo for licensing details).