mcp-media-engine
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 |
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