Back to Browse

Media Engine MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

AI image, video, and audio generation for MCP — one API key, every model, wiring never changes.

About

AI image, video, and audio generation for MCP — one API key, every model, wiring never changes.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

8 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Your MediaEngine API key (sign up at mcpmediaengine.com)Required

Environment variable: MEDIAENGINE_API_KEY

MediaEngine API base URLOptional

Environment variable: MEDIAENGINE_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-tr1ckymag1ca1-mediaengine": {
      "env": {
        "MEDIAENGINE_API_KEY": "your-mediaengine-api-key-here",
        "MEDIAENGINE_BASE_URL": "your-mediaengine-base-url-here"
      },
      "args": [
        "-y",
        "mcp-media-engine"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

mcp-media-engine

MCP server for MediaEngine — AI-powered image, audio, and video generation for Claude, Cursor, and other MCP clients.

Tools

ToolDescription
generate_imageGenerate images from text prompts — full model catalog (Nano Banana, GPT-Image)
generate_article_hero_imageHero banner for blog posts and articles
generate_email_header_imageHeader image for marketing emails
generate_social_teaser_imageSocial media graphics for LinkedIn, Twitter, Instagram
generate_videoAI video generation with provider-specific params
generate_article_teaser_videoShort teaser videos from article content
generate_audioText-to-speech synthesis
generate_article_narrationAudio narration for articles and blog posts
wait_for_jobPoll until a media job completes
get_job_statusCheck status of a media job
list_jobsList 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 VariableRequiredDescription
MEDIAENGINE_BASE_URLYesYour MediaEngine API base URL
MEDIAENGINE_API_KEYYesYour MediaEngine API key
LOG_LEVELNoLog level (debug, info, warn, error). Default: info

Quality Tiers

TierModelDescription
basicNano BananaFast and affordable
standardNano BananaBalanced quality (default)
premiumGPT-ImageHighest quality — clean text rendering

License

MIT

Reviews

No reviews yet

Be the first to review this server!