Cloudinary MCP サーバー
この MCP サーバーは、Claude Desktop および互換性のある MCP クライアントを介して Cloudinary に画像やビデオをアップロードするためのツールを提供します。
インストール
要件: Node.js
- nodejs.orgから Node.js (バージョン 18 以上) と npm をインストールします。
- インストールを確認します:
npx を使用してインストールする (推奨)
- Claude 構成ディレクトリに移動します。
- Windows:
C:\Users\NAME\AppData\Roaming\Claude
- macOS:
~/Library/Application Support/Claude/
Claude Desktop アプリ内にも以下のディレクトリがあります: Claude Desktop > 設定 > 開発者 > 設定の編集
- Windows:
- MCP 設定ファイルに次の構成を追加します。
- Cloudinary コンソールから環境変数を Cloudinary 資格情報に置き換えてください。
開発者向けインストール
サーバーを変更したり開発に貢献したい場合は、次の手順に従ってください。
- リポジトリをクローンします。
- 依存関係をインストールしてビルドします。
セットアップ手順
- まず、Cloudinary アカウントがあることを確認し、 Cloudinary コンソールから資格情報を取得します。
- クラウド名
- APIキー
- APIシークレット
- Claude/Cline MCP 設定ファイルにサーバー構成を追加します。
Claude デスクトップ アプリの場合は、OS の適切な場所にある構成ファイルを編集します。
- 依存関係をインストールしてサーバーを構築します。
利用可能なツール
アップロード
Cloudinary に画像とビデオをアップロードします。
パラメータ:
file
(必須): アップロードするファイル、URL、またはbase64データURIへのパスresource_type
(オプション): リソースの種類 ('image'、'video'、または 'raw')public_id
(オプション): アップロードされたアセットのカスタムパブリックIDoverwrite
(オプション):同じ公開IDを持つ既存のアセットを上書きするかどうかtags
(オプション): アップロードされたアセットに割り当てるタグの配列
Claude/Cline での使用例:
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
このサーバーは、Claude/Cline を使用して画像やビデオを Cloudinary に直接アップロードするためのツールを提供し、リソース タイプやパブリック ID などのカスタマイズ可能なオプションを使用してリソース管理を容易にします。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityThis server generates placeholder image URLs from various providers, supporting input validation and integration with desktop applications like Claude and Cursor.Last updated -18MIT License
- AsecurityAlicenseAqualityThis MCP server provides tools for interacting with Cloudflare Browser Rendering, allowing you to fetch and process web content for use as context in LLMs directly from Cline or Claude Desktop.Last updated -510TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that exposes Cloudinary Upload & Admin API methods as tools by AI assistants. This integration allows AI systems to trigger and interact with your Cloudinary cloud.Last updated -5667JavaScriptMIT License
- -securityFlicense-qualityA server that enables uploading files to Qiniu Cloud Storage through a standardized MCP interface, providing a simple way to store and serve files with public URLs.Last updated -26Python