Skip to main content
Glama

Cloudinary MCP Server

클라우디너리 MCP 서버

이 MCP 서버는 Claude Desktop 및 호환되는 MCP 클라이언트를 통해 Cloudinary에 이미지와 비디오를 업로드하기 위한 도구를 제공합니다.

설치

요구 사항: Node.js

  1. nodejs.org 에서 Node.js(버전 18 이상)와 npm을 설치하세요.
  2. 설치 확인:지엑스피1

npx를 사용하여 설치(권장)

  1. Claude 구성 디렉토리로 이동합니다.
    • Windows: C:\Users\NAME\AppData\Roaming\Claude
    • macOS: ~/Library/Application Support/Claude/

    Claude Desktop 앱 내부에서도 다음 디렉토리를 찾을 수 있습니다. Claude Desktop > 설정 > 개발자 > 구성 편집

  2. MCP 설정 파일에 다음 구성을 추가하세요.
{ "mcpServers": { "cloudinary": { "command": "npx", "args": ["@felores/cloudinary-mcp-server@latest"], "env": { "CLOUDINARY_CLOUD_NAME": "your_cloud_name", "CLOUDINARY_API_KEY": "your_api_key", "CLOUDINARY_API_SECRET": "your_api_secret" } } } }
  1. Cloudinary 콘솔 의 Cloudinary 자격 증명으로 환경 변수를 바꿔야 합니다.

개발자 설치

서버를 수정하거나 개발에 기여하고 싶다면:

  1. 저장소를 복제합니다.
git clone https://github.com/felores/cloudinary-mcp-server.git cd cloudinary-mcp-server
  1. 종속성을 설치하고 빌드합니다.
npm install npm run build

설치 지침

  1. 먼저 Cloudinary 계정이 있는지 확인하고 Cloudinary 콘솔 에서 자격 증명을 받으세요.
    • 클라우드 이름
    • API 키
    • API 비밀
  2. Claude/Cline MCP 설정 파일에 서버 구성을 추가합니다.
{ "mcpServers": { "cloudinary": { "command": "node", "args": ["c:/path/to/cloudinary-mcp-server/dist/index.js"], "env": { "CLOUDINARY_CLOUD_NAME": "your_cloud_name", "CLOUDINARY_API_KEY": "your_api_key", "CLOUDINARY_API_SECRET": "your_api_secret" } } } }

Claude 데스크톱 앱의 경우 OS에 맞는 위치에서 구성 파일을 편집하세요.

  1. 종속성을 설치하고 서버를 빌드합니다.
npm install npm run build

사용 가능한 도구

업로드하다

Cloudinary에 이미지와 비디오를 업로드하세요.

매개변수:

  • file (필수): 업로드할 파일 경로, URL 또는 base64 데이터 URI
  • resource_type (선택 사항): 리소스 유형('image', 'video' 또는 'raw')
  • public_id (선택 사항): 업로드된 자산에 대한 사용자 정의 공개 ID
  • overwrite (선택 사항): 동일한 공개 ID를 가진 기존 자산을 덮어쓸지 여부
  • tags (선택 사항): 업로드된 자산에 할당할 태그 배열

Claude/Cline에서의 사용 예:

use_mcp_tool({ server_name: "cloudinary", tool_name: "upload", arguments: { file: "path/to/image.jpg", resource_type: "image", public_id: "my-custom-id" } });

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Tools

이 서버는 Claude/Cline을 사용하여 이미지와 비디오를 Cloudinary에 직접 업로드할 수 있는 도구를 제공하고, 리소스 유형 및 공개 ID와 같은 사용자 정의 옵션을 통해 리소스 관리를 용이하게 합니다.

  1. 설치
    1. 요구 사항: Node.js
    2. npx를 사용하여 설치(권장)
    3. 개발자 설치
  2. 설치 지침
    1. 사용 가능한 도구
      1. 업로드하다

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      This 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 -
      7
      40
      Python
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      This server enables users to download entire websites and their assets for offline access, supporting configurable depth and concurrency settings.
      Last updated -
      1
      4
      Python
      MIT License
    • A
      security
      A
      license
      A
      quality
      A 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 -
      3
      27
      Python
      Apache 2.0
    • A
      security
      F
      license
      A
      quality
      A 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 -
      1
      6

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/felores/cloudinary-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server