Skip to content
Grok

gpt image mcp for Grok

io.github.youbotapi/gpt-image-mcp

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

client:Grok transport:stdio runtime:npm

Install gpt image mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gpt-image-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gpt-image-2-5-mcp"
      ],
      "env": {
        "YOUBOT_API_KEY": "<YOUBOT_API_KEY>",
        "YOUBOT_IMAGE_DIR": "<YOUBOT_IMAGE_DIR>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

gpt image mcp in other clients