mcp-openai-image-generation

by ai-zerolab

2 stars
486 downloads
Not rated
GitHub Website

About

An MCP server that provides image generation capabilities using the OpenAI API. It is designed for use with any Model Context Protocol client.

Details

Author
ai-zerolab
GitHub stars
2
Downloads
486
Categories
AI

- Generates images via OpenAI’s image generation API.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcp-openai-image-generation
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure it in an MCP client using the uvx command with the arguments shown in the example JSON. Set the OPENAI_API_KEY environment variable (required) and optionally OPENAI_BASE_URL to point to a custom OpenAI-compatible endpoint.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp-openai-image-generation": {
            "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}"
                }
            }
        }
    }
}

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}"
        }
    }
}

mcp-openai-image-generation

Release
Commit activity
License

OpenAI image generation MCP server

- Github repository: <https://github.com/ai-zerolab/mcp-openai-image-generation/>

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}"
      }
    }
  }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.