image-creator-mcp
1
This project is an MCP server enabling image generation using OpenAI's AI models. It offers features like image editing, applying branding, and visual styling, and integrates with MCP-compatible clients.
Image Generation MCP Server
This project is a Model Context Protocol (MCP) server enabling compatible clients to generate images using OpenAI's image models like gpt-image-1
, dall-e-3
, and dall-e-2
.
Features
- Generate images from text prompts and edit existing images.
- Supports branding guidelines and visual styling.
- Saves images to specified directories.
- Includes documentation and unit tests.
Prerequisites
- Requires Node.js (v18+), npm, and OpenAI API Key.
Installation
NPX Installation
- Recommended to use NPX for direct use and automatic updates.
Clone Repository
- Clone the repository for full source access and contribution.
MCP Client Configuration
- Add server configuration to the client's settings for integration.
Tool Usage (create_image
)
- Provides
create_image
tool for generating and editing images, applying styles, and specifying output options.