Media MCP Server
@rocksun
关于 Media MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 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.
媒体与设计 分类下的更多 MCP 服务器
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Figma MCP Server
JayArrowzFigma MCP Server with full API functionality
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos
Vibe Design System
mondaycom🎨 Vibe Design System - Official monday.com UI resources for application development in React.js
评论