Cover image
Try Now
2025-03-26

云API的模型上下文协议(MCP)服务器

3 years

Works with Finder

1

Github Watches

2

Github Forks

0

Github Stars

Cloudinary MCP Server

cloudinary-mcp-server MCP server

npm version

A 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.

How It Works

The MCP server:

  • Makes calls on your behalf to the Cloudinary API
  • Enables uploading of assets to Cloudinary
  • Enables management of assets in your Cloudinary cloud

It relies on the Cloudinary API to perform these actions. Not all methods and parameters are supported. More will be added over time.

Open an issue with a request for specific method if you need it.

Benefits

  • Turn your Cloudinary cloud actions into callable tools for AI assistants
  • Turn your Cloudinary assets into data for AI assistants

Usage with Claude Desktop

Prerequisites

  • NodeJS
  • MCP Client (like Claude Desktop App)
  • Create & Copy Cloudinary API Key/Secret at: API KEYS

Installation

To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json:

{
    "mcpServers": {
        "cloudinary-mcp-server": {
            "command": "npx",
            "args": ["-y", "cloudinary-mcp-server"],
            "env": {
                "CLOUDINARY_CLOUD_NAME": "<cloud name>",
                "CLOUDINARY_API_KEY": "<api-key>",
                "CLOUDINARY_API_SECRET": "<api-secret>"
            }
        }
    }
}
  • CLOUDINARY_CLOUD_NAME - your cloud name
  • CLOUDINARY_API_KEY - The API Key for your cloud
  • CLOUDINARY_API_SECRET - The API Secret for your cloud

Tools

The following tools are available:

  1. upload

    • Description: Upload a file (asset) to Cloudinary
    • Parameters:
      • source: URL, file path, base64 content, or binary data to upload
      • folder: Optional folder path in Cloudinary
      • publicId: Optional public ID for the uploaded asset
      • resourceType: Type of resource to upload (image, video, raw, auto)
      • tags: Comma-separated list of tags to assign to the asset
  2. delete-asset

    • Description: Delete a file (asset) from Cloudinary
    • Parameters:
      • publicId: The public ID of the asset to delete
      • assetId: The asset ID of the asset to delete
  3. get-asset

    • Description: Get the details of a specific file (asset)
    • Parameters:
      • assetId: The Cloudinary asset ID
      • publicId: The public ID of the asset
      • resourceType: Type of asset (image, raw, video)
      • type: Delivery type (upload, private, authenticated, etc.)
      • tags: Whether to include the list of tag names
      • context: Whether to include contextual metadata
      • metadata: Whether to include structured metadata
  4. find-assets

    • Description: Search for existing files (assets) in Cloudinary with a query expression
    • Parameters:
      • expression: Search expression (e.g. 'tags=cat' or 'public_id:folder/*')
      • resourceType: Resource type (image, video, raw)
      • maxResults: Maximum number of results (1-500)
      • nextCursor: Next cursor for pagination
      • tags: Include tags in the response
      • context: Include context in the response
  5. get-usage

    • Description: Get a report on the status of your product environment usage, including storage, credits, bandwidth, requests, number of resources, and add-on usage
    • Parameters:
      • date: Optional. The date for the usage report in the format: yyyy-mm-dd. Must be within the last 3 months. Default: the current date

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Bora Yalcin
  • Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Lists Tailwind CSS classes in monospaced font

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2:MQTT+MCP+LLM

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

    Reviews

    1 (1)
    Avatar
    user_OYA7RIez
    2025-04-15

    I recently tried the Yazdani-Supabase-MCP-Server by byazdani9 and it has been a game-changer! The server's performance is top-notch, and it seamlessly integrates with my applications. The setup was straightforward, and the documentation provided excellent guidance. Highly recommend for anyone looking to enhance their MCP application. Check it out here: https://mcp.so/server/yazdani-supabase-mcp-server/byazdani9