GPT Image Generator▌

by cloudwerx-dev
Generate and edit images instantly using GPT Image Generator, an advanced AI image generator for creative visual content
Enables direct image generation and editing through OpenAI's gpt-image-1 model with support for text prompts, file paths, and base64 encoded inputs for creative workflows and visual content creation.
best for
- / Content creators needing quick image generation
- / Developers building AI-powered apps with visuals
- / Creative workflows requiring automated image editing
capabilities
- / Generate images from text descriptions
- / Edit existing images with prompts
- / Process base64 encoded image inputs
- / Handle image files from local paths
- / Create visual content on demand
what it does
Connects to OpenAI's gpt-image-1 model to generate and edit images from text prompts, file paths, or base64 inputs. Provides direct image creation capabilities through the Model Context Protocol.
about
GPT Image Generator is a community-built MCP server published by cloudwerx-dev that provides AI assistants with tools and capabilities via the Model Context Protocol. Generate and edit images instantly using GPT Image Generator, an advanced AI image generator for creative visual content It is categorized under ai ml.
how to install
You can install GPT Image Generator in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
license
MIT
GPT Image Generator is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
readme
@cloudwerxlab/gpt-image-1-mcp
A Model Context Protocol (MCP) server for generating and editing images using the OpenAI gpt-image-1 model.
Run this MCP server directly using NPX without installing it. View on npm.
```bash npx -y @cloudwerxlab/gpt-image-1-mcp ```The -y flag automatically answers "yes" to any prompts that might appear during the installation process.
|
Node.js (v14 or higher) |
OpenAI API key with access to gpt-image-1 |
| Variable | Required | Description |
|---|---|---|
OPENAI_API_KEY |
✅ Yes | Your OpenAI API key with access to the gpt-image-1 model |
GPT_IMAGE_OUTPUT_DIR |
❌ No | Custom directory for saving generated images (defaults to user's Pictures folder under gpt-image-1 subfolder) |
| Operating System | Command Line Example |
|---|---|
| Linux/macOS | ```bash # Set your OpenAI API key export OPENAI_API_KEY=sk-your-openai-api-key # Optional: Set custom output directory export GPT_IMAGE_OUTPUT_DIR=/home/username/Pictures/ai-generated-images # Run the server with NPX npx -y @cloudwerxlab/gpt-image-1-mcp ``` |
| Windows (PowerShell) | ```powershell # Set your OpenAI API key $env:OPENAI_API_KEY = "sk-your-openai-api-key" # Optional: Set custom output directory $env:GPT_IMAGE_OUTPUT_DIR = "C:\Users\username\Pictures\ai-generated-images" # Run the server with NPX npx -y @cloudwerxlab/gpt-image-1-mcp ``` |
| Windows (Command Prompt) | ```cmd :: Set your OpenAI API key set OPENAI_API_KEY=sk-your-openai-api-key :: Optional: Set custom output directory set GPT_IMAGE_OUTPUT_DIR=C:\Users\username\Pictures\ai-generated-images :: Run the server with NPX npx -y @cloudwerxlab/gpt-image-1-mcp ``` |
Step 1: Locate Settings File
|
Step 2: Add ConfigurationAdd the following configuration to the |
| Operating System | Example Configuration |
|---|---|
| Windows | ```json { "mcpServers": { "gpt-image-1": { "command": "npx", "args": ["-y", "@cloudwerxlab/gpt-image-1-mcp"], "env": { "OPENAI_API_KEY": "sk-your-openai-api-key", "GPT_IMAGE_OUTPUT_DIR": "C:\Users\username\Pictures\ai-generated-images" } } } } ``` |
| Linux/macOS | ```json { "mcpServers": { "gpt-image-1": { "command": "npx", "args": ["-y", "@cloudwerxlab/gpt-image-1-mcp"], "env": { "OPENAI_API_KEY": "sk-your-openai-api-key", "GPT_IMAGE_OUTPUT_DIR": "/home/username/Pictures/ai-generated-images" } } } } ``` |
🎨 Core Tools
|
🚀 Key Benefits
|
📊 Output & Formatting
|
⚙️ Configuration & Handling
|
| 🖼️ Image Generation | ✏️ Image Editing |
|---|---|
|
|
📂 Storage Location
|