OpenAI Image Gen Model Context Protocol server

OpenAI Image Gen

Generate and edit images with OpenAI's image models.

OpenAI·
Featured
·No reviews yet
Repo Docs
Share:

About

Generate, edit, and create variations of images using OpenAI's image endpoints (DALL·E 3 / gpt-image). Returns base64 or URL, supports different sizes and quality tiers, and streams progress. Requires an OpenAI API key.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Install OpenAI Image Gen

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "openai-image": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-openai-image"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "openai-image": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-openai-image"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "openai-image": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-openai-image"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.