🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-media-engine

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-media-engine

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

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

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

Keywords

mcp

FAQs

Package last updated on 11 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts