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 での使用例:
You must be authenticated.
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 facilitates interaction with Keboola's Storage API, enabling users to browse and manage project buckets, tables, and components efficiently through Claude Desktop.Last updated -740PythonMIT License
- AsecurityAlicenseAqualityThis server enables users to download entire websites and their assets for offline access, supporting configurable depth and concurrency settings.Last updated -14PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that provides seamless access to multiple storage services including S3, Azure Blob Storage, and Google Cloud Storage through Apache OpenDAL™.Last updated -327PythonApache 2.0
- AsecurityFlicenseAqualityA Model Context Protocol server that generates images using Replicate's FLUX model and stores them in Cloudflare R2, allowing users to create images through simple prompts and retrieve accessible URLs.Last updated -16