mcp-openai-image-generation
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mcp-openai-image-generationCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
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}"
}
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
