ImageGen MCP Server
par writingmate
Generate AI images with GPT-Image-1, Google Imagen 4, Flux 1.1, Qwen, and SeedDream-4 — all from a single MCP server.
What it does
ImageGen MCP Server connects your AI agent to multiple leading image generation providers — OpenAI (GPT-Image-1, DALL-E 3), Google (Imagen 4, Gemini 2.5 Flash Image), and Replicate (Flux 1.1 Pro, Qwen Image, SeedDream-4) — through a single unified MCP interface. Ask Claude or any MCP-compatible client to generate images, and it handles model selection, API calls, and saving output to disk.
Tools
image.generate.openai— Generate images with GPT-Image-1, DALL-E 3, or DALL-E 2; supports transparency, custom sizes, quality levels, and multiple formats.image.generate.google— Generate photorealistic images with Google Imagen 4 via a configurable custom endpoint.image.generate.gemini— Fast generation via Google's Gemini 2.5 Flash Image Preview model ("Nano Banana").image.generate.replicate— Multi-model Replicate interface: Flux 1.1 Pro, Qwen Image, and SeedDream-4; supports seeds for reproducibility.
Installation
Install via npm (no global install needed):
npx imagegen-mcp-server
Create a .env file with your API keys:
OPENAI_API_KEY=your-openai-api-key-here
GOOGLE_API_KEY=your-google-api-key-here
REPLICATE_API_TOKEN=your-replicate-api-token-here
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"imagegen": {
"command": "npx",
"args": ["imagegen-mcp-server"]
}
}
}
VS Code Copilot (.vscode/settings.json):
{
"github.copilot.chat.mcp.servers": {
"imagegen": {
"command": "npx",
"args": ["imagegen-mcp-server"]
}
}
}
Supported hosts
Works with any MCP-compatible client. Confirmed: Claude Desktop, Claude Code CLI, Codex (Codeium).
Installation rapide
npx imagegen-mcp-serverInformations
- Tarification
- free
- Publié
- 4/6/2026
- étoiles
- 0