imagegen-mcp
13
This project provides an implementation of an MCP server that wraps OpenAI's Image Generation and Editing APIs. It supports generating and editing images using models like DALL-E and GPT-image, with easy integration into tools like Cursor.
What are the prerequisites for running the server?
You need Node.js (v18 or later recommended), npm or yarn, and an OpenAI API key.
How can I run the server quickly without cloning the repository?
You can run the server directly from npm using npx imagegen-mcp [options]
.
What models are supported for image generation?
The server supports models like DALL-E 2, DALL-E 3, and gpt-image-1 for text-to-image generation.
Can I edit images using this server?
Yes, the server supports image-to-image editing using DALL-E 2 and gpt-image-1.
How do I configure the server?
The server can be configured via environment variables and command-line arguments.