Transform your ideas into stunning visuals with AI-powered prompt perfection. Use via web browser, command line, or integrate with Claude through MCP.
Your AI-generated images appear here
Professional-grade image generation with intelligent prompt optimization
Your basic descriptions are automatically refined into detailed, optimized prompts for DALL-E 3.
Generate images in any size - square, landscape, portrait, or fully custom dimensions.
Apply consistent color palettes and style guidelines across all your generated images.
Generate multiple images at once via web, CLI, or MCP. Download as ZIP.
Web UI for visual work, CLI for automation, MCP for Claude integration.
Your OpenAI API key is never stored - it's used only for the current session.
Choose the interface that fits your workflow
Visual interface for interactive image generation. Perfect for designers and visual workflows.
# No installation needed! # Just visit the URL and # enter your OpenAI API key
Terminal-based tool for automation and scripting. Perfect for developers and CI/CD pipelines.
# Install CLI pip install prompt2image-cli # Generate single image prompt2image generate "A sunset over mountains" -f sunset # Batch generate from manifest prompt2image batch images.json -o ./output
Model Context Protocol server for Claude integration. Generate images directly from Claude conversations.
# Install MCP server
pip install prompt2image-mcp
# Add to claude_desktop_config.json
{
"mcpServers": {
"prompt2image": {
"command": "prompt2image-mcp"
}
}
}Everything you can do from the command line
prompt2image generate "description" \ -f filename \ -p landscape \ -o ./output \ -u "warm colors, modern style"
prompt2image batch manifest.json \
-o ./output
# manifest.json contains:
# { "images": [...], "universals": "..." }prompt2image init manifest.json # Creates a sample JSON file # with example image definitions
--preset square # 1024x1024 --preset landscape # 1792x1024 --preset portrait # 1024x1792 --preset social-og # 1200x630 --preset icon # 512x512 --preset custom -w 800 -h 600
When connected to Claude, these tools become available in your conversations
Generate a single image from a description with automatic prompt perfection.
"Generate a hero image for my landing page showing AI collaboration"
Generate multiple images at once from a list of descriptions.
"Generate icons for speed, quality, and ownership benefits"
Perfect a prompt without generating an image - useful for reviewing before generation.
"Perfect this prompt: a cat sitting on a windowsill"
List all available dimension presets and their specifications.
"What image presets are available?"
All interfaces are free - you only pay for OpenAI API usage
Bring your own OpenAI API key
OpenAI DALL-E 3 costs approximately $0.04-$0.08 per image depending on size. View OpenAI Pricing