Back to directory
4kk11/mcp-gpt-image

4kk11/mcp-gpt-image

@4kk11

An MCP server for generating and editing images using the OpenAI API. Generated images are saved in the specified directory and returned along with scaled-down preview images.

openaiimage-generationmcpgpt-imageimage-editingtypescriptautomation

Installation & Configuration

{
  "mcpServers": {
    "gpt-image": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-gpt-image"
      ],
      "env": {
        "OPENAI_API_KEY": "YOUR_API_KEY",
        "IMAGES_DIR": "YOUR_IMAGES_DIR"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13