media-gen-mcp
media-gen-mcp
一个远程 MCP 服务器,让 Claude / ChatGPT 可以生成图片(meta.ai) 和视频(vibes.ai)。托管在 Render 上,由 UptimeRobot 保持 24/7 在线。
工具
工具 | 后端 | 返回内容 |
| meta.ai | 公开的图片 CDN URL(s) |
| vibes.ai | 公开的视频 CDN URL(s) |
| vibes.ai i2v | 视频 CDN URL |
| vibes.ai | 口型同步视频 URL |
Media网 | vibes.ai | TTS 语音 ID |
| vibes.ai | 历史媒体 + ID |
| vibes.ai | ok |
| vibes.ai | ok |
| both | 会话健康状态 |
媒体永远不会存储在服务器上——后端返回公开的 CDN URL,因此无需清理任何内容。
Related MCP server: mcp-litmedia
Endpoints
GET /health— 保活探测(UptimeRobot:HTTP 监控,每 5 分钟)GET /— info JSONPOST /mcp— MCP Streamable HTTP transport(无状态)
本地运行
pip install -r requirements.txt
python -m uvicorn server:app --host 0.0.0.0 --port 8000用 Render 部署
将本仓库推送到 GitHub。
Render → New → Web Service → 连接该仓库。 读取
render.yaml,或者手动配置:Build:
pip install -r requirements.txtStart:
uvicorn server:app --host 0.0.0.0 --port $PORTHealth check path:
/health
可选环境变量:
META_TOKEN(覆盖内置 token)。免费计划闲置约 15 分钟后休眠 → UptimeRobot ping
/health。
连接客户端
Claude:设置 → 连接器 → 添加自定义连接器 →
https://<your-app>.onrender.com/mcpChatGPT:设置 → 应用程序与连接器 → 创建(开发者模式) → MCP Server URL:
https://<your-app>.onrender.com/mcp(无需认证)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for AI-powered image, audio, and video generation, enabling media creation directly from Claude, Cursor, and other MCP clients.1144MIT
- AlicenseNot gradedqualityDmaintenanceExposes litmedia.ai text-to-image and image-to-video generation tools via MCP, enabling AI agents to generate images and videos directly from prompts.1MIT
- AlicenseAqualityDmaintenanceEnables AI photo generation, editing, and video creation from MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.87MIT
- FlicenseNot gradedqualityDmaintenanceProvides a audio/video creation toolbox via MCP protocol, enabling natural language-based video editing tasks such as image-to-video, video merging, subtitle extraction, and more.3
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/websitecage-hub/media-gen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server