media-gen-mcp
Allows generating images via Meta's AI backend (meta.ai), returning public CDN URLs for the generated images.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@media-gen-mcpgenerate an image of a sunset over the ocean"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
media-gen-mcp
A remote MCP server that lets Claude / ChatGPT generate images (meta.ai) and videos (vibes.ai). Hosted on Render, kept alive 24/7 by UptimeRobot.
Tools
Tool | Backend | Returns |
| meta.ai | public image CDN URL(s) |
| vibes.ai | public video CDN URL(s) |
| vibes.ai i2v | video CDN URL |
| vibes.ai | lip-synced video URL |
| vibes.ai | TTS voice IDs |
| vibes.ai | past media + IDs |
| vibes.ai | ok |
| vibes.ai | ok |
| both | session health |
Media is never stored on the server — backends return public CDN URLs, so nothing to clean up.
Related MCP server: mcp-litmedia
Endpoints
GET /health— keep-alive probe (UptimeRobot: HTTP monitor, every 5 min)GET /— info JSONPOST /mcp— MCP Streamable HTTP transport (stateless)
Run locally
pip install -r requirements.txt
python -m uvicorn server:app --host 0.0.0.0 --port 8000Deploy on Render
Push this repo to GitHub.
Render → New → Web Service → connect the repo. It reads
render.yaml, or manually:Build:
pip install -r requirements.txtStart:
uvicorn server:app --host 0.0.0.0 --port $PORTHealth check path:
/health
Optional env var:
META_TOKEN(overrides embedded token).Free plan sleeps after ~15 min idle → UptimeRobot pings
/health.
Connect clients
Claude: Settings → Connectors → Add custom connector →
https://<your-app>.onrender.com/mcpChatGPT: Settings → Apps & Connectors → Create (Developer mode) → MCP Server URL:
https://<your-app>.onrender.com/mcp(no auth)
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