- Make
Make
what is Make?
Make is a Model Context Protocol (MCP) server that exposes Cloudinary Upload & Admin API methods as tools for AI assistants, allowing them to trigger and interact with your Cloudinary cloud.
how to use Make?
To use Make, you need to install it with NodeJS and configure it in the Claude Desktop app by adding specific settings to the claude_desktop_config.json file.
key features of Make?
- Enables AI systems to make calls to the Cloudinary API on your behalf.
- Facilitates uploading and management of assets in your Cloudinary cloud.
- Allows for the integration of Cloudinary actions as callable tools for AI assistants.
use cases of Make?
- Automating image uploads to Cloudinary through AI commands.
- Managing Cloudinary assets using AI-driven interfaces.
- Enhancing AI assistants with the ability to interact with media assets stored in Cloudinary.
FAQ from Make?
- What are the prerequisites for using Make?
You need NodeJS and a compatible MCP Client like Claude Desktop App, along with a Cloudinary API Key/Secret.
- Is Make free to use?
Yes, Make is free to use, but you need a Cloudinary account to access its features.
- What methods are supported by Make?
Not all methods and parameters are supported initially, but more will be added over time. You can request specific methods by opening an issue on the GitHub repository.
Server Config
{
"mcpServers": {
"make": {
"command": "npx",
"args": [
"-y",
"cloudinary-mcp-server"
],
"env": {
"CLOUDINARY_CLOUD_NAME": "<cloud name>",
"CLOUDINARY_API_KEY": "<api-key>",
"CLOUDINARY_API_SECRET": "<api-secret>"
}
}
}
}