mcp-media-engine
The mcp-media-engine server provides AI-powered tools for generating images, videos, and audio, plus job management for async workflows.
Image Generation
generate_image— Generate any image from a text prompt using multiple models (DALL-E 3, Stable Diffusion, GPT-Image, etc.) with quality tiers (basic, standard, premium) and options like ControlNet and face swapgenerate_article_hero_image— Create hero banners for blog posts, CMS heroes, and newsletter headersgenerate_email_header_image— Generate wide-format headers optimized for marketing emailsgenerate_social_teaser_image— Produce social graphics optimized for LinkedIn, Twitter/X, Instagram, or Substack with auto-selected aspect ratios
Video Generation
generate_video— General AI video generation with provider-specific parametersgenerate_article_teaser_video— Create short 15–30s teaser videos from article content for YouTube Shorts, TikTok, and Instagram Reels
Audio Generation
generate_audio— Text-to-speech synthesis with multiple voices, formats (MP3, FLAC, AAC, Opus), and speed controlsgenerate_article_narration— Generate podcast-style narration of articles for audio newsletters and accessibility voiceovers
Job Management
wait_for_job— Poll until a media job completes (up to 10 minutes), returning the final resultget_job_status— Check the current status and result of any job by IDlist_jobs— List and filter jobs by type, status, date range, with sorting and pagination
All generation tools return job IDs for non-blocking operation, and support brand/style customization via tone, aspect ratio, target platform, and reference images.
Generates AI-powered images and videos optimized for Instagram, including social teaser images and article teaser videos with appropriate aspect ratios and styles for sharing on the platform.
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., "@mcp-media-engineGenerate an image of a mountain landscape with a lake."
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.
mcp-media-engine
MCP server for MediaEngine — AI-powered image, audio, and video generation for Claude, Cursor, and other MCP clients.
Tools
Tool | Description |
| Generate images from text prompts — full model catalog (Nano Banana, GPT-Image) |
| Hero banner for blog posts and articles |
| Header image for marketing emails |
| Social media graphics for LinkedIn, Twitter, Instagram |
| AI video generation with provider-specific params |
| Short teaser videos from article content |
| Text-to-speech synthesis |
| Audio narration for articles and blog posts |
| Poll until a media job completes |
| Check status of a media job |
| List media jobs with filtering and pagination |
Related MCP server: @lweight/xbrush-api-mcp
Installation
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mediaengine": {
"command": "npx",
"args": ["-y", "mcp-media-engine"],
"env": {
"MEDIAENGINE_BASE_URL": "https://your-mediaengine-instance.com",
"MEDIAENGINE_API_KEY": "your-api-key"
}
}
}
}Cursor
Add to your .cursor/mcp.json:
{
"mcpServers": {
"mediaengine": {
"command": "npx",
"args": ["-y", "mcp-media-engine"],
"env": {
"MEDIAENGINE_BASE_URL": "https://your-mediaengine-instance.com",
"MEDIAENGINE_API_KEY": "your-api-key"
}
}
}
}Configuration
Environment Variable | Required | Description |
| Yes | Your MediaEngine API base URL |
| Yes | Your MediaEngine API key |
| No | Log level (debug, info, warn, error). Default: info |
Quality Tiers
Tier | Model | Description |
| Nano Banana | Fast and affordable |
| Nano Banana | Balanced quality (default) |
| GPT-Image | Highest quality — clean text rendering |
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/Tr1ckyMag1ca1/mcp-media-engine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server