gpt-image-1-mcp
The project is an MCP server designed to generate and edit images using OpenAI's gpt-image-1 model. It integrates with various MCP clients and offers features like automatic image saving, configurable output directory, and detailed error handling for seamless image processing.
@cloudwerxlab/gpt-image-1-mcp
A Model Context Protocol (MCP) server for generating and editing images using the OpenAI gpt-image-1 model.
Quick Start
Run this MCP server directly using NPX without installing it.
Prerequisites
- Node.js (v14 or higher)
- OpenAI API key with access to gpt-image-1
Integration with MCP Clients
Includes compatibility with various MCP clients including Roo, VS Code, Cursor, Augment, and Windsurf.
Features
- Core Tools:
create_image
for generating images andcreate_image_edit
for editing images with prompts. - Enhanced Capabilities: Automatic image saving, detailed error handling, and configurable output directory.
How It Works
Outlines steps for both image generation and image editing processes, including server's interaction with OpenAI API.
Installation & Usage
You can install it globally via npm or run it directly with npx. Provides tools for creating and editing images based on text prompts.