{"id":26614547,"url":"https://github.com/yoavniran/cloudinary-mcp-server","last_synced_at":"2025-03-24T05:34:22.451Z","repository":{"id":283814510,"uuid":"952817221","full_name":"yoavniran/cloudinary-mcp-server","owner":"yoavniran","description":"Model Context Protocol Server for Cloudinary API ","archived":false,"fork":false,"pushed_at":"2025-03-22T10:26:18.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T11:25:14.766Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yoavniran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-22T00:00:23.000Z","updated_at":"2025-03-22T10:26:21.000Z","dependencies_parsed_at":"2025-03-22T11:38:47.436Z","dependency_job_id":null,"html_url":"https://github.com/yoavniran/cloudinary-mcp-server","commit_stats":null,"previous_names":["yoavniran/cloudinary-mcp-server"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoavniran%2Fcloudinary-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoavniran%2Fcloudinary-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoavniran%2Fcloudinary-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoavniran%2Fcloudinary-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoavniran","download_url":"https://codeload.github.com/yoavniran/cloudinary-mcp-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245217433,"owners_count":20579291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-24T05:34:21.181Z","updated_at":"2025-03-24T05:34:22.442Z","avatar_url":"https://github.com/yoavniran.png","language":"JavaScript","funding_links":[],"categories":["Cloud Platforms","Cloud Services","🌐 Web Development","API Integration MCP Servers"],"sub_categories":["How to Submit"],"readme":"\u003cimg src=\"https://github.com/yoavniran/cloudinary-mcp-server/blob/main/cld-mcp-server.png?raw=true\" width=\"120\" height=\"120\" align=\"center\" /\u003e\n\n# Cloudinary MCP Server\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://badge.fury.io/js/cloudinary-mcp-server\"\u003e\n        \u003cimg src=\"https://badge.fury.io/js/cloudinary-mcp-server.svg\" alt=\"npm version\" height=\"20\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nA Model Context Protocol server that exposes Cloudinary Upload \u0026 Admin API methods as tools by AI assistants. \nThis integration allows AI systems to trigger and interact with your Cloudinary cloud.\n\n## How It Works\n\nThe MCP server:\n\n-   Makes calls on your behalf to the Cloudinary API\n-   Enables uploading of assets to Cloudinary\n-   Enables management of assets in your Cloudinary cloud\n\nIt relies on the Cloudinary [API](https://cloudinary.com/documentation/admin_api) to perform these actions. Not all methods and parameters are supported. \nMore will be added over time. \n\nOpen an [issue](https://github.com/yoavniran/cloudinary-mcp-server/issues) with a request for specific method if you need it.\n\n## Benefits\n\n-   Turn your Cloudinary cloud actions into callable tools for AI assistants\n-   Turn your Cloudinary assets into data for AI assistants\n\n## Usage with Claude Desktop\n\n### Prerequisites\n\n-   NodeJS\n-   MCP Client (like Claude Desktop App)\n-   Create \u0026 Copy Cloudinary API Key/Secret at: [API KEYS](https://console.cloudinary.com/settings/api-keys)\n\n### Installation\n\nTo use this server with the Claude Desktop app, add the following configuration to the \"mcpServers\" section of your `claude_desktop_config.json`:\n\n```json\n{\n    \"mcpServers\": {\n        \"cloudinary-mcp-server\": {\n            \"command\": \"npx\",\n            \"args\": [\"-y\", \"cloudinary-mcp-server\"],\n            \"env\": {\n                \"CLOUDINARY_CLOUD_NAME\": \"\u003ccloud name\u003e\",\n                \"CLOUDINARY_API_KEY\": \"\u003capi-key\u003e\",\n                \"CLOUDINARY_API_SECRET\": \"\u003capi-secret\u003e\"\n            }\n        }\n    }\n}\n```\n\n-   `CLOUDINARY_CLOUD_NAME` - your cloud name\n-   `CLOUDINARY_API_KEY` - The API Key for your cloud\n-   `CLOUDINARY_API_SECRET` - The API Secret for your cloud\n\n\n### Tools\n\nThe following tools are available:\n\n1. **upload**\n    - Description: Upload an asset to Cloudinary\n    - Parameters:\n        - `source`: URL, file path, base64 content, or binary data to upload\n        - `folder`: Optional folder path in Cloudinary\n        - `publicId`: Optional public ID for the uploaded asset\n        - `resourceType`: Type of resource to upload (image, video, raw, auto)\n        - `tags`: Comma-separated list of tags to assign to the asset\n\n2. **delete-asset**\n    - Description: Delete an asset from Cloudinary\n    - Parameters:\n        - `publicId`: The public ID of the asset to delete\n        - `assetId`: The asset ID of the asset to delete\n\n3. **get-asset**\n    - Description: Get details about a specific asset\n    - Parameters:\n        - `assetId`: The Cloudinary asset ID\n        - `publicId`: The public ID of the asset\n        - `resourceType`: Type of asset (image, raw, video)\n        - `type`: Delivery type (upload, private, authenticated, etc.)\n        - `tags`: Whether to include the list of tag names\n        - `context`: Whether to include contextual metadata\n        - `metadata`: Whether to include structured metadata\n\n4. **find-assets**\n    - Description: Search for assets in Cloudinary\n    - Parameters:\n        - `expression`: Search expression (e.g. 'tags=cat' or 'public_id:folder/*')\n        - `resourceType`: Resource type (image, video, raw)\n        - `maxResults`: Maximum number of results (1-500)\n        - `nextCursor`: Next cursor for pagination\n        - `tags`: Include tags in the response\n        - `context`: Include context in the response\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoavniran%2Fcloudinary-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoavniran%2Fcloudinary-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoavniran%2Fcloudinary-mcp-server/lists"}