imagegen-mcp

imagegen-mcp

3.4

If you are the rightful owner of imagegen-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP OpenAI Image Generation Server is a server implementation that acts as a wrapper around OpenAI's Image Generation and Editing APIs, exposing these capabilities through the Model Context Protocol (MCP).

The MCP OpenAI Image Generation Server provides a robust interface for leveraging OpenAI's image generation and editing capabilities via the Model Context Protocol (MCP). It supports both text-to-image and image-to-image functionalities using models like DALL-E 2, DALL-E 3, and gpt-image-1. The server is highly configurable, allowing users to adjust parameters such as image size, quality, style, and format. It is designed to be easily integrated with platforms like Cursor, enabling seamless use of image generation tools directly within the editor. The server can be run locally or directly from npm using npx, and it requires Node.js, npm or yarn, and an OpenAI API key for operation.

Features

  • Exposes OpenAI image generation capabilities through MCP tools.
  • Supports text-to-image generation using models like DALL-E 2, DALL-E 3, and gpt-image-1.
  • Supports image-to-image editing using DALL-E 2 and gpt-image-1.
  • Configurable via environment variables and command-line arguments.
  • Handles various parameters like size, quality, style, format, etc.