
Image Generation MCP
by pvliesdonk
Multi-provider image generation server supporting OpenAI, Gemini, and Stable Diffusion.
What it does
Provides a unified interface to generate images using multiple AI providers including OpenAI DALL-E, Google Gemini, and Stable Diffusion (SD WebUI), featuring keyword-based auto-routing and on-demand image transforms.
Tools
generate_image: Creates images via the selected provider with specific aspect ratios and styles.list_providers: Lists available image generation models and their style profiles.transform_image: Resizes, crops, or re-encodes generated images via CDN-style URLs.
Installation
{
"mcpServers": {
"image-generation-mcp": {
"command": "image-generation-mcp",
"args": ["serve"],
"env": {
"IMAGE_GENERATION_MCP_OPENAI_API_KEY": "your-key",
"IMAGE_GENERATION_MCP_GOOGLE_API_KEY": "your-key"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
pip install image-generation-mcpInformation
- Pricing
- freemium
- Published
- 5/24/2026
- stars






