Back to Apps

Ultra Fast Image Gen
by newideas99
Local, high-speed AI image generation and editing on Mac Silicon and CUDA using FLUX.2 and Z-Image models.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Ultra Fast Image Gen is a local MCP server that enables AI coding agents to generate and edit high-quality visual assets (hero banners, icons, backgrounds) directly on the host machine. It supports state-of-the-art diffusion models like FLUX.2-klein and Z-Image Turbo, removing the need for expensive cloud APIs or GPU rentals.
Tools
generate_image: Creates an image from a text prompt using various local models.edit_image: Transforms existing images based on natural language prompts and reference images.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ultra-fast-image-gen": {
"command": "/path/to/ultra-fast-image-gen/venv/bin/python",
"args": ["/path/to/ultra-fast-image-gen/mcp_server.py"],
"env": { "HF_TOKEN": "your_hf_token_here" }
}
}
}
Supported hosts
Confirmed support for Claude Desktop, Cursor, and OpenCode.
Quick install
pip install mcp && python3 mcp_server.pyInformation
- Pricing
- free
- Published
- 8/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json in ~/.cursor/ or project .cursor/Claude Desktop
{
"mcpServers": {
"ultra-fast-image-gen": {
"command": "/path/to/ultra-fast-image-gen/venv/bin/python",
"args": ["/path/to/ultra-fast-image-gen/mcp_server.py"],
"env": { "HF_TOKEN": "hf_..." }
}
}
}





