{"type":"mcp_server","name":"cloudinary-mcp-server","description":"This repository provides a Cloudinary MCP server for uploading images and videos via Claude Desktop and compatible MCP clients. It uses Node.js and requires Cloudinary credentials for configuration.","category":"Developer Tools","language":"JavaScript","stars":10,"forks":3,"owner":"felores","github_url":"https://github.com/felores/cloudinary-mcp-server","homepage":null,"setup":"## Setup\n\n1.  First, ensure you have a Cloudinary account and get your credentials from the [Cloudinary Console](https://console.cloudinary.com/settings/api-keys):\n    - Cloud Name\n    - API Key\n    - API Secret\n\n2.  Add the server configuration to your Claude/Cline MCP settings file:\n\n```json\n{\n  \"mcpServers\": {\n    \"cloudinary\": {\n      \"command\": \"node\",\n      \"args\": [\"c:/path/to/cloudinary-mcp-server/dist/index.js\"],\n      \"env\": {\n        \"CLOUDINARY_CLOUD_NAME\": \"your_cloud_name\",\n        \"CLOUDINARY_API_KEY\": \"your_api_key\",\n        \"CLOUDINARY_API_SECRET\": \"your_api_secret\"\n      }\n    }\n  }\n}\n```\n\nFor Claude desktop app, edit the configuration file at the appropriate location for your OS.\n\n3.  Install dependencies and build the server:\n```bash\nnpm install\nnpm run build\n```","tools":"## Available Tools\n\n1.  upload (Upload images and videos to Cloudinary.)","faq":null,"created_at":"2025-01-07T23:43:22+00:00","updated_at":"2025-03-13T16:53:40+00:00","source_url":"https://model-context-protocol.com/servers/cloudinary-mcp-server-media-upload-claude","related_articles":[]}