mcp-openai-image-generation
@ai-zerolab
About mcp-openai-image-generation
MCP Server for openai image generation
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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}"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-openai-image-generation?
An MCP server that provides image generation capabilities using the OpenAI API. It is designed for use with any Model Context Protocol client.
How to use mcp-openai-image-generation?
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.
Key features of mcp-openai-image-generation
- Generates images via OpenAI’s image generation API.
Use cases of mcp-openai-image-generation
—
FAQ from mcp-openai-image-generation
How is the server launched?
It is run using uvx mcp-openai-image-generation@latest stdio.
What environment variables are required?
OPENAI_API_KEY must be set. OPENAI_BASE_URL can be set to override the default OpenAI API endpoint.
What is the server’s identifier in configuration?
The server is configured under the key openai-image-generation inside mcpServers.
More AI & Agents MCP servers
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Comments