mcp-media-engine
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 (Astria, DALL-E 3, ChatGPT 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 Gemini 2.5 | Fast and affordable |
| Nano Banana Gemini 2.5 | Balanced quality (default) |
| GPT Image 2.0 | Highest quality |
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