Content
# mcp-openai-image-generation
[](https://img.shields.io/github/v/release/ai-zerolab/mcp-openai-image-generation)
[](https://img.shields.io/github/commit-activity/m/ai-zerolab/mcp-openai-image-generation)
[](https://img.shields.io/github/license/ai-zerolab/mcp-openai-image-generation)
OpenAI image generation MCP server
- **Github repository**: <https://github.com/ai-zerolab/mcp-openai-image-generation/>
## Configuration
```json
{
"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}"
}
}
}
}
```
You Might Also Like
OpenWebUI
Open WebUI is an extensible web interface for customizable applications.

NextChat
NextChat is a light and fast AI assistant supporting Claude, DeepSeek, GPT4...

Continue
Continue is an open-source project for seamless server management.
experiments-with-mcp
A collection of practical experiments with MCP using various libraries.
guidance-for-deploying-model-context-protocol-servers-on-aws
Guidance for deploying Model Context Protocol servers on AWS with secure...
mcp-hubspot
MCP server for AI assistants to access HubSpot CRM data efficiently.