Generate and edit images from your coding agent with Gemini and OpenAI, using your own API keys.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@nuver-labs/image-gen-mcp · npm · 0.2.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.nuverlabs/image-gen",
"description": "Generate and edit images from your coding agent with Gemini and OpenAI, using your own API keys.",
"title": "Image Gen",
"repository": {
"url": "https://github.com/nuver-labs/image-gen-mcp",
"source": "github"
},
"version": "0.2.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@nuver-labs/image-gen-mcp",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google Gemini API key. Enables the Gemini provider. At least one provider key is required.",
"isSecret": true,
"name": "GEMINI_API_KEY"
},
{
"description": "OpenAI API key. Enables the OpenAI provider. At least one provider key is required.",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Provider used when a tool call does not name one: gemini or openai. Defaults to whichever key is set, preferring gemini.",
"name": "IMAGE_GEN_MCP_DEFAULT_PROVIDER"
},
{
"description": "Default Gemini model. Defaults to gemini-3.1-flash-image.",
"name": "IMAGE_GEN_MCP_GEMINI_MODEL"
},
{
"description": "Default OpenAI model. Defaults to gpt-image-2.",
"name": "IMAGE_GEN_MCP_OPENAI_MODEL"
},
{
"description": "Directory used when a tool call passes no output_path.",
"name": "IMAGE_GEN_MCP_OUTPUT_DIR"
},
{
"description": "Comma separated directories that file reads and writes are confined to. Unset means unrestricted.",
"name": "IMAGE_GEN_MCP_ALLOWED_DIRS"
},
{
"description": "Per-request timeout to the provider API in milliseconds. Defaults to 180000.",
"name": "IMAGE_GEN_MCP_TIMEOUT_MS"
},
{
"description": "Path of the JSONL image ledger. Defaults to ~/.image-gen-mcp/images.jsonl. Set to none to disable the file.",
"name": "IMAGE_GEN_MCP_LOG_FILE"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-13T11:04:46.12209Z",
"publishedAt": "2026-08-13T11:04:46.12209Z",
"updatedAt": "2026-08-13T11:04:46.12209Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.