Media MCP Server
@rocksun
About Media MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"media-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Media & Design MCP servers
Designesy
LE-VAIDesign-system contract verification & scoring for AI agents. 40-check engine (95.3% A self-score), DTCG token validation, WCAG 2.2 a11y, Lottie motion. 17 tools, no auth.
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos

SceneF — San Francisco Movie Showtimes
SceneFBuilt by movie lovers, for movie lovers and their assistants. San Francisco is one of the last great moviegoing cities — single-screen neighborhood houses from the 1920s, repertory calendars that change nightly, 35mm and

Shotstack
Shotstack's official MCP server gives AI assistants direct access to the Shotstack video editing API, so you can produce video from a conversation instead of writing Edit JSON by hand. Available tools cover rendering vid
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server
Comments