mcp-openai-image-generation

mcp-openai-image-generation

3.3

If you are the rightful owner of mcp-openai-image-generation and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The OpenAI Image Generation MCP server is designed to facilitate image generation using OpenAI's API through a Model Context Protocol (MCP) server setup.

mcp-openai-image-generation

OpenAI image generation MCP server

Configuration

{
  "mcpServers": {
    "openai-image-generation": {
      "command": "uvx",
      "args": ["mcp-openai-image-generation@latest", "stdio"],
      "env": {
        "OPENAI_API_KEY": "${OPENAI_API_KEY}",
        "OPENAI_BASE_URL": "${OPENAI_BASE_URL}"
      }
    }
  }
}