Back to MCP Servers
🔌

SureScaleAI/openai-gpt-image-mcp

MITAPI key required

📇 ☁️ - OpenAI GPT image generation/editing MCP server.

TypeScriptAI & LLMs

Install

npx -y openai-gpt-image-mcp

Required environment variables

OPENAI_API_KEYSet in your MCP config
AZURE_OPENAI_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "surescaleai-openai-gpt-image-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openai-gpt-image-mcp"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "AZURE_OPENAI_API_KEY": "<YOUR_AZURE_OPENAI_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.