
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
mcp-media-engine
Advanced tools
MCP server for MediaEngine — AI image, audio, and video generation for Claude, Cursor, and other MCP clients
MCP server for MediaEngine — AI-powered image, audio, and video generation for Claude, Cursor, and other MCP clients.
| Tool | Description |
|---|---|
generate_image | Generate images from text prompts — full model catalog (Nano Banana, GPT-Image) |
generate_article_hero_image | Hero banner for blog posts and articles |
generate_email_header_image | Header image for marketing emails |
generate_social_teaser_image | Social media graphics for LinkedIn, Twitter, Instagram |
generate_video | AI video generation with provider-specific params |
generate_article_teaser_video | Short teaser videos from article content |
generate_audio | Text-to-speech synthesis |
generate_article_narration | Audio narration for articles and blog posts |
wait_for_job | Poll until a media job completes |
get_job_status | Check status of a media job |
list_jobs | List media jobs with filtering and pagination |
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"
}
}
}
}
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"
}
}
}
}
| Environment Variable | Required | Description |
|---|---|---|
MEDIAENGINE_BASE_URL | Yes | Your MediaEngine API base URL |
MEDIAENGINE_API_KEY | Yes | Your MediaEngine API key |
LOG_LEVEL | No | Log level (debug, info, warn, error). Default: info |
| Tier | Model | Description |
|---|---|---|
basic | Nano Banana | Fast and affordable |
standard | Nano Banana | Balanced quality (default) |
premium | GPT-Image | Highest quality — clean text rendering |
MIT
FAQs
MCP server for MediaEngine — AI image, audio, and video generation for Claude, Cursor, and other MCP clients
We found that mcp-media-engine demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.