media-mcp-server
If you are the rightful owner of media-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Professional implementation of Media Metadata Control Protocol server
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"
}
}
}
}