MCP.so
ログイン

Media MCP Server

@rocksun

Media MCP Server について

概要はまだありません

基本情報

カテゴリ

メディアとデザイン

ランタイム

python

トランスポート

stdio

公開者

rocksun

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "media-mcp-server": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "-e",
        "."
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Media MCP Server?

Media MCP Server is a professional implementation of the Model Context Protocol server for multimedia metadata management. Built on the FastMCP framework, it provides RESTful API interfaces and integrates with Cloudinary for image upload. It is intended for developers using MCP to handle multimedia metadata.

How to use Media MCP Server?

Install with uv pip install -e ., then run with uv run media-mcp-server. Configure the CLOUDINARY_URL environment variable (e.g. cloudinary://my_key:my_secret@my_cloud_name) in the MCP server configuration. The server exposes an upload_image tool to upload images to Cloudinary.

Key features of Media MCP Server

  • Built on the FastMCP framework
  • Multimedia metadata management
  • RESTful API interfaces
  • Uploads images to Cloudinary CDN
  • Secure URL returned for uploaded images

Use cases of Media MCP Server

  • Upload images from local paths or URLs to Cloudinary via MCP
  • Integrate image upload into AI agent workflows using MCP tools
  • Manage multimedia metadata with a standardized protocol

FAQ from Media MCP Server

What is the Model Context Protocol (MCP)?

Media MCP Server implements the Model Context Protocol, enabling AI models to interact with multimedia metadata services through standardized tools and resources.

How do I configure Cloudinary credentials?

Set the CLOUDINARY_URL environment variable to your Cloudinary connection string, e.g., cloudinary://my_key:my_secret@my_cloud_name.

What dependencies are required to run the server?

The server requires uv and Python. Development dependencies are installed via uv pip install -e .[dev].

Where are uploaded images stored?

Uploaded images are stored on Cloudinary’s content delivery network (CDN), and the server returns the secure URL of the uploaded image.

What transport does the server use?

The server uses standard MCP transport over stdio, as shown in the configuration example using command: "uv" with args for a local directory.

コメント

「メディアとデザイン」の他のコンテンツ