Generate images and video from text prompts across Gemini, OpenAI and Kie AI.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Give your agent image and video generation across Google Gemini, OpenAI and Kie AI β one skill, one install, no API to learn.
Say roughly what you want and let it decide the rest:
It wrote the prompt out in full, knew 21:9 rules OpenAI out, and read the path
back from --json.
Or be exact, and it stops deciding:
It marked in a second pass, after seeing where the subject ended up β and put the label on the flat roofline rather than over the loading bay.
Anything the CLI takes can be asked for in words β provider, model, aspect ratio, size, output name and directory, quality preset, video duration, an input image to edit, and whether to mark the result. Name any of them and the agent uses it as given; leave it out and it chooses, or falls back to what you configured.
That is the whole installation. Nothing else to set up β the skill runs the
CLI through npx, which fetches it on first use and caches it afterwards.
Then give it a key:
An interactive wizard: pick providers, enter each key without it being echoed, verify each against the live API, choose a model per provider, and set a default. One key is enough to start.
Now just ask your agent for an image.
mediagen models is
there when you want to see what is available before choosingAnd what it will not do: ask you to paste an API key into the chat. On a
configuration error the skill tells you to run mediagen init in your own
terminal.
mediagen init covers first-time setup. To change something later:
A menu of every setting with its current value and where that value came from β
provider, model, key, output directory, quality preset, and what mediagen mark does by default. Each change is written as you make it.
For CI and scripts, where there is no terminal, config set takes the same
settings as arguments:
Set the order you prefer, most preferred first:
It is a preference, not a whitelist. A request with no --provider goes to the
first provider in the order that has a key and can do the job β so a
missing OpenAI key never stops something Gemini can do, and asking for video
skips straight past the providers that do not make any. Naming --provider
overrides all of it.
mediagen models shows the resulting order, which providers are usable, and
what a request would get:
With --json it adds wouldUse, usableProviders and providerPriority.
That is what the skill has an agent read before generating, so it never picks
a model from a provider you have no key for.
To check what is configured and whether the keys still work:
doctor reports, per provider, whether a key is configured, which layer it came
from, and whether the provider accepts it β keeping not configured,
rejected, unreachable and no cheap way to check distinct, because they
call for four different fixes.
[!WARNING] There is deliberately no flag that takes an API key as an argument. Arguments land in shell history and in the process list, where they outlive the command that used them.
Settings resolve from the environment first, then .env in the working
directory, then the config file:
| Variable | Purpose |
|---|---|
GEMINI_API_KEY, OPENAI_API_KEY, KIE_API_KEY | credentials; at least one |
MEDIAGEN_PROVIDER_PRIORITY | providers in preference order |
GEMINI_MODEL, OPENAI_MODEL, KIE_MODEL | default model per provider |
MEDIAGEN_OUTPUT_DIR | where media is saved |
MEDIAGEN_QUALITY | fast, balanced, quality |
MEDIAGEN_MARK | mark output by default |
MEDIAGEN_VISIBLE_LABEL | add a visible label by default |
[!TIP] A stale environment variable shadowing the key you just configured is the most expensive failure this kind of tool has.
mediagen config listmarks every shadowed value, so you can see it rather than guess.
| Provider | Images | Video | Editing | Key verification |
|---|---|---|---|---|
| Google Gemini | Nano Banana family, up to 4K | yes | yes | live probe |
| OpenAI | gpt-image family, DALLΒ·E | β | yes | live probe |
| Kie AI | ~30 models: Flux, Imagen, Grok | β | most | no cheap probe; reported as such |
[!NOTE] OpenAI takes pixel dimensions rather than aspect ratios and genuinely cannot produce 16:9 β its widest image is 1536Γ1024, which is 3:2. Asking for 16:9 is refused by name rather than quietly served as something else. The skill knows this and routes wide shapes to Gemini.
A model absent from the listings is still sent to the provider, so a newly released model works before mediagen knows about it. Kie's catalogue is generated from Kie's own documentation rather than maintained by hand.
The EU AI Act splits disclosure into two duties, so mediagen mark has two
independent switches:
| Flag | Duty | What it does |
|---|---|---|
| machine-readable | make it findable by tools | writes IPTC/XMP DigitalSourceType, on by default |
--visible-label | disclose it to people | composites the EU's official AI-content label |
Generating never marks. Marking is always a second command, run on the file afterwards:
That is not ceremony. A visible label has to go where the subject is not, and only the finished image can say where that is. The machine-readable marker is not free either: adding metadata to a JPEG or WebP means decoding and re-encoding it, so marking costs a second lossy pass β worth paying deliberately, not as a side effect of asking for an image. mediagen re-encodes at high quality to keep that cost small, but it cannot make it zero.
To have mediagen mark draw the visible label without being asked each time:
A configured default is still overridable per run with --no-mark or
--no-visible-label.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mediagen)<a href="https://allmcps.com/mcp/mediagen"><img src="https://allmcps.com/api/badge/mediagen?style=directory" alt="Mediagen on AllMCPs" /></a>