Media MCP Server
@rocksun
About Media MCP Server
No overview available yet
Basic information
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.
More Media & Design MCP servers
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
Figma MCP Server
thirdstrandstudioFigma MCP Server with full API functionality
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
Melrōse - programming of music melodies
emickleiinteractive programming of melodies, producing MIDI

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
Comments