This Cloudinary MCP server, developed by felores, enables seamless integration of Cloudinary's image and video upload functionality into AI-assisted workflows. Built with TypeScript and leveraging the @modelcontextprotocol/sdk, it provides a straightforward interface for uploading media to Cloudinary through Claude Desktop and compatible MCP clients. The implementation supports various upload options including file paths, URLs, and base64 data URIs, along with customizable parameters like resource type, public ID, and tags. It's particularly useful for AI assistants and developers looking to incorporate on-demand media uploads into their applications, allowing for dynamic content creation and management within Cloudinary's ecosystem.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Upload images and videos to Cloudinary. Parameters: file (required, string), resource_type (optional, string), public_id (optional, string), overwrite (optional, boolean), tags (optional, array)