Imagenate
Freeby MCP Community
MCP server for image generation using multiple providers (Google Gemini, OpenAI, BFL FLUX)
v0.1.10Added Apr 12, 2026
mcpimage-generationgeminiopenaiflux
Imagenate MCP Server
MCP server for image generation using multiple providers (Google Gemini, OpenAI, BFL FLUX)
Installation
npx -y mcp-imagenate
Reviews
Installation
Quick install
npx -y mcp-imagenate
Add to claude_desktop_config.json
{
"mcpServers": {
"imagenate": {
"command": "npx",
"args": ["-y", "mcp-imagenate"]
}
}
}