← mcpmediaengine.com

INDIVIDUAL MCP TOOL

generate_email_header_image

Create an AI-generated header image for marketing emails and newsletters.

mcpmediaengine.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.mcpmediaengine.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for generate_email_header_image and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

mcpmediaengine.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mediaengine-mcp]
url = "https://mcp.mcpmediaengine.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mediaengine-mcp": {
      "type": "http",
      "url": "https://mcp.mcpmediaengine.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mediaengine-mcp
Remote MCP URL: https://mcp.mcpmediaengine.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mediaengine-mcp": {
      "url": "https://mcp.mcpmediaengine.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mediaengine-mcp": {
      "type": "http",
      "url": "https://mcp.mcpmediaengine.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mediaengine-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.mcpmediaengine.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • generate_article_hero_image — Generate a hero banner image for a blog post, article, or editorial page.
  • generate_social_teaser_image — Create a social media teaser image optimised for sharing on LinkedIn, Twitter/X, Instagram, or Substack.
  • generate_article_teaser_video — Create a short AI-generated teaser video (15–30s) from an article summary or social post.
  • generate_article_narration — Generate audio narration of article or blog post content using text-to-speech.
  • generate_image — Generate an image from a text prompt using the MediaEngine model catalog.
  • generate_audio — Generate audio from text using text-to-speech (TTS) synthesis.
  • generate_video — Generate a video using AI video generation.
  • wait_for_job — Wait for a media generation job to complete — polls until the image, video, or audio is ready or the timeout is reached.