mcpbeat Sign in

GPT Image MCP Server

by youbotapi Your server? Claim it
local only

GPT Image MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Generate and edit images with GPT Image 2.5 for $0.029 — free key, 50 credits, no card.

Installs / week
npm · gpt-image-2-5-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check GPT Image MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 gpt-image-mcp -- npx -y gpt-image-2-5-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gpt-image-mcp": {
      "args": [
        "-y",
        "gpt-image-2-5-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gpt-image-mcp]
command = "npx"
args = ["-y", "gpt-image-2-5-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gpt-image-mcp": {
      "args": [
        "-y",
        "gpt-image-2-5-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gpt-image-mcp": {
      "args": [
        "-y",
        "gpt-image-2-5-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YOUBOT_API_KEY (API key from you.bot — NOT an OpenAI key. Free at https://you.bot, 50 credits (~17 images) on signup, no credit card. Keys start with sk-live-.), YOUBOT_IMAGE_DIR (Optional. If set, every generated image is also saved to this folder.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to GPT Image MCP

same job, measured the same way
Imageat
by incendies

Generate and edit images and videos with imageat.

41 installs/wk answering
Image Gen
by nuverlabs

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

58 installs/wk local only
Gemini MCP
by chrischall

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

669 installs/wk local only
Picsart GenAI
by picsart-api

Generate and edit images, videos, and audio with 150+ models from 20+ vendors.

34 tools answering
AI-HIVE AIGC
by wubin1836

Generate and edit images and videos for ecommerce, marketing and advertising with AI-HIVE.

answering
Lightgen
by lightgen

Generate and edit images and create short videos inside Claude. Prepaid credits, no subscription.

answering
I
Glint Model Hub — image generation for AI agents
by zzzjy765

Generate and edit images with every image model on the platform. Returns the image to the agent.

local only
GPT Image
by codechap

MCP server for OpenAI GPT image generation and editing

local only

GPT Image MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for GPT Image MCP?
GPT Image MCP 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 gpt-image-2-5-mcp.
How do I connect GPT Image MCP?
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 gpt-image-2-5-mcp straight from npm; nothing to host, nothing to sign up for.
Is GPT Image MCP 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.