mcpbeat Sign in

Image Gen MCP Server

by nuverlabs Your server? Claim it
local only

Image Gen runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from npm. Last commit 13 Aug 2026.

Generate and edit images from your coding agent with Gemini and OpenAI, using your own API keys.

Installs per day peak 377 · avg 20 · -32% w/w
a month agotoday
78
Installs / week
npm · @nuver-labs/image-gen-mcp
0
Stars
0 open issues
13 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/files.ts:288
    const chosen = uniquePath(path.join(dir, name), taken);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add image-gen -- npx -y @nuver-labs/image-gen-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "image-gen": {
      "args": [
        "-y",
        "@nuver-labs/image-gen-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.image-gen]
command = "npx"
args = ["-y", "@nuver-labs/image-gen-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "image-gen": {
      "args": [
        "-y",
        "@nuver-labs/image-gen-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "image-gen": {
      "args": [
        "-y",
        "@nuver-labs/image-gen-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Image Gen

same job, measured the same way
Mediagen
by cripacx

Generate images and video from text prompts across Gemini, OpenAI and Kie AI.

493 installs/wk local only
Mediamcp
by legolev

Generate and edit images and video via OpenRouter or any OpenAI-compatible API.

76 installs/wk local only
Vicsee MCP Server
by vicseeai

Generate, edit and upscale AI video and images from any agent via VicSee.

80 installs/wk answering
Gemini MCP
by chrischall

Generate and edit images with Google Gemini (Nano Banana / Nano Banana Pro) image models.

1 005 installs/wk local only
Imageat
by incendies

Generate and edit images and videos with imageat.

26 installs/wk answering
Pictify Io
by pictify-io

Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.

76 installs/wk 26 tools answering
Codex Imagem
by mcp-dir

Generate images with your own ChatGPT subscription (Plus, Pro or Team), without spending API credits

8 tools answering
Imejis
by imejis

Generate on-brand images from your AI agent: design, edit, and render templates over MCP.

answering

Image Gen — questions

Answers built from our own checks of this server.

Why is there no uptime for Image Gen?
Image Gen runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @nuver-labs/image-gen-mcp was installed 78 times last week.
How do I connect Image Gen?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @nuver-labs/image-gen-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Image Gen?
The npm package @nuver-labs/image-gen-mcp was installed 78 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Image Gen open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.