imagegen-mcp
MCP server for OpenAI Image Generation & Editing — text-to-image, image-to-image (with mask), no extra plugins.
GitHub Stars
24
User Rating
Not Rated
Favorites
0
Views
59
Forks
6
Issues
1
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
1 Clone the repository:
bash
git clone
cd
2 Install dependencies:
bash
npm install
# or
yarn install
3 Configure Environment Variables:
Create a .env file in the project root by copying the example:
bash
cp .env.example .env
.env file and add your OpenAI API key:
OPENAI_API_KEY=your_openai_api_key_here
Additional Resources
Author Information
Related MCPs
mcp-server-gemini-image-generator
21
MCP server for AI image generation and editing using Google's Gemini Flash models. Create images from text prompts with intelligent filename generation and strict text exclusion. Supports text-to-image generation with future expansion to image editing capabilities.