Image Generation MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Image Generation MCP Servergenerate a serene mountain landscape with a lake at sunset using the flux model"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Image Generation MCP Server
A Model Context Protocol (MCP) server for generating images using Pollinations.ai. No API key required ā completely free!
Features
šØ Text-to-Image Generation ā Generate high-quality images from text prompts
š¼ļø Pixel Art Mode ā Specialized pixel art generation for retro/8-bit styles
š Multiple Models ā Support for Flux, Flux-Pro, and Flux-Realism
š¾ Auto-Save ā Generated images are automatically saved to disk
š Free ā Uses Pollinations.ai which requires no API key
Related MCP server: Replicate FLUX.1 Kontext Max MCP Server
Installation
Prerequisites
Python 3.8 or higher
pip
Setup
Clone or navigate to the project directory:
cd image-gen-mcpInstall the package in development mode:
pip install -e .(Optional) Configure output directory: Create a
.envfile in the project root:IMAGE_OUTPUT_DIR=./generated_images
Usage
Running the Server
python -m image_gen_mcpThe server will start and be ready to accept requests.
Available Tools
1. generate_image
Generate an image from a text prompt.
Parameters:
prompt(required): Description of the imagewidth(optional): Image width in pixels (default: 1024)height(optional): Image height in pixels (default: 1024)model(optional): Model to use - "flux", "flux-pro", or "flux-realism" (default: "flux")seed(optional): Random seed for reproducibility
Example:
{
"prompt": "a serene mountain landscape with a lake at sunset",
"width": 1024,
"height": 1024,
"model": "flux"
}2. generate_pixel_art
Generate pixel art from a text prompt.
Parameters:
prompt(required): Description of the pixel artwidth(optional): Image width in pixels (default: 256)height(optional): Image height in pixels (default: 256)
Example:
{
"prompt": "a knight with a sword and shield",
"width": 256,
"height": 256
}3. list_providers
List available image generation providers and their capabilities.
Example:
{}Integration with Claude
To use this MCP with Claude Code, add it to your Claude configuration:
Edit
~/.claude/settings.jsonAdd the MCP server configuration:
{
"mcpServers": {
"image-gen-mcp": {
"command": "python",
"args": ["-m", "image_gen_mcp"],
"env": {
"IMAGE_OUTPUT_DIR": "./generated_images"
}
}
}
}Restart Claude Code
Generated Images
By default, images are saved to ./generated_images/ with filenames like:
prompt_description_1719489264.pngYou can change the output directory using the IMAGE_OUTPUT_DIR environment variable.
Troubleshooting
Connection Timeout
If you get a timeout error, it may be because:
The image generation is taking longer than expected
Your internet connection is unstable
Pollinations.ai service is temporarily down
Try again or increase the timeout in providers.py (currently 120 seconds).
Generation Failures
Ensure you have a stable internet connection
Try a simpler prompt
Check that Pollinations.ai is accessible
Architecture
image-gen-mcp/
āāā src/image_gen_mcp/
ā āāā __init__.py
ā āāā __main__.py # Entry point
ā āāā server.py # MCP server implementation
ā āāā providers.py # Image generation providers
āāā pyproject.toml # Project configuration
āāā README.mdContributing
Feel free to extend this server with:
Additional image generation providers (Together AI, Hugging Face, etc.)
Caching mechanisms
Batch generation
Image enhancement tools
Cost tracking
License
MIT License
Disclaimer
This project uses Pollinations.ai for image generation. Make sure to comply with their terms of service and respect copyright and usage rights when generating images.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI assistants to generate images, text, and audio content through the Pollinations APIs. Provides direct access to multimodal generation capabilities including image creation from text prompts, text-to-speech, and text generation.1298MIT
- Alicense-quality-maintenanceEnables high-quality image generation with advanced text rendering and contextual understanding using FLUX.1 Kontext Max through the Replicate API. Supports text-to-image generation, image editing, multiple aspect ratios, and automatically downloads generated images locally.1
- Alicense-qualityDmaintenanceEnables AI image generation from text prompts using Pollinations AI. Supports multiple models, customizable dimensions, and direct image saving with URL generation capabilities.384MIT
- Alicense-qualityDmaintenanceProvides multi-provider image generation with automatic fallback across services like Pollinations.ai, Cloudflare, and Hugging Face. It features specialized pixel art generation, cost tracking, and automatic saving of generated visual assets to disk.MIT
Related MCP Connectors
LLM chat, text summarization and AI image generation
MCP server for Flux AI image generation
AI image, video & music generation. Flux, Veo 3.1, Suno V5. Free tier included.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jorsenc/image-gen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server