Media MCP Server logo

Media MCP Server

by rocksun

Professional implementation of a Media Metadata Control Protocol server. It's built on the FastMCP framework and provides multimedia metadata management.

View on GitHub

Last updated: N/A

Media MCP Server

Professional implementation of Media Metadata Control Protocol server

Features

  • Built on FastMCP framework
  • Multimedia metadata management
  • RESTful API interfaces

Installation

uv pip install -e .

Running

uv run media-mcp-server

Development

uv venv
uv pip install -e .[dev]

Tools

upload_image

Uploads an image to Cloudinary.

Args:
    image: Image file path or url of the image to upload.

Returns:
    str: Secure URL of the uploaded image on Cloudinary CDN.

Installation

Development/Unpublished Server Configuration

{
  "mcpServers": {
    "media-mcp-server": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/rocksun/Projects/media-mcp-server",
        "run",
        "media-mcp-server"
      ],
      "env": {
        "CLOUDINARY_URL": "cloudinary://my_key:my_secret@my_cloud_name"
      }
    }
  }
}