Loading languages...
MC

mcp-gpt-image

@4kk111

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.

image-generation
image-editing
openai
mcp-server
npm
docker

# mcpServer Config

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

# stdio

npx -y mcp-gpt-image
Transport:
stdio
Язык:
TypeScript
Создано:4/25/2025
Обновлено:5/3/2025
Домашняя страница:
https://github.com/4kk11/mcp-gpt-image