Image Forge
FreeNot checkedAn MCP server for AI-powered image processing (generate, edit, vary, analyze) supporting OpenAI, Gemini, Ideogram, and custom relay endpoints.
About
An MCP server for AI-powered image processing (generate, edit, vary, analyze) supporting OpenAI, Gemini, Ideogram, and custom relay endpoints.
README
A powerful MCP (Model Context Protocol) server for image processing, supporting multiple AI providers including OpenAI, Google Gemini, Ideogram, and any OpenAI-compatible relay/proxy endpoints.
Features
- Multi-provider support: OpenAI (DALL-E 2/3, GPT-Image-1), Google Gemini, Ideogram V3, and any OpenAI-compatible endpoint
- Relay station support: Configure custom
baseUrlto route through any proxy or relay service - 4 core operations: Text-to-image, image editing, image variation, and image analysis
- Flexible configuration: JSON config with environment variable interpolation (
${ENV_VAR}) - Auto provider routing: Automatically selects the best available provider based on capability
- Async task support: Long-running tasks can be submitted async and polled later
MCP Tools
| Tool | Description |
|---|---|
image_generate |
Generate images from text prompts |
image_edit |
Edit images with inpainting and masks |
image_variation |
Create variations of existing images |
image_analyze |
Analyze and describe image content |
image_task_get |
Check status of async tasks |
Installation
1. Clone and build
git clone <repo>
cd image-forge-mcp
npm install
npm run build
2. Configure
cp config.example.json config.json
Edit config.json and set your API keys (or use environment variables):
{
"providers": [
{
"id": "openai-main",
"type": "openai_compatible",
"apiKey": "${OPENAI_API_KEY}",
"baseUrl": "https://api.openai.com",
...
}
]
}
3. Set environment variables
export OPENAI_API_KEY=sk-...
export GEMINI_API_KEY=AIza...
export IDEOGRAM_API_KEY=...
4. Register with Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"image-forge": {
"command": "node",
"args": ["/absolute/path/to/image-forge-mcp/dist/index.js"],
"env": {
"OPENAI_API_KEY": "sk-...",
"GEMINI_API_KEY": "AIza...",
"IDEOGRAM_API_KEY": "...",
"IMAGE_FORGE_CONFIG": "/absolute/path/to/image-forge-mcp/config.json"
}
}
}
}
Restart Claude Desktop after editing.
Using with Relay/Proxy Services
To use a relay station (e.g., api2d, openrouter, or any OpenAI-compatible proxy):
{
"id": "my-relay",
"type": "openai_compatible",
"apiKey": "${RELAY_API_KEY}",
"baseUrl": "https://your-relay-station.com",
"models": {
"textToImage": ["dall-e-3", "flux-pro-1.1", "gpt-image-1"],
"imageAnalyze": ["gpt-4o-mini"]
},
"openaiCompat": {
"authMode": "bearer"
}
}
Some relay stations use a different auth header. Use authMode: "api-key-header" with apiKeyHeaderName for those.
Configuration Reference
Environment Variables
| Variable | Description | Default |
|---|---|---|
IMAGE_FORGE_CONFIG |
Path to config.json | ./config.json |
OPENAI_API_KEY |
OpenAI API key | - |
GEMINI_API_KEY |
Google AI Studio API key | - |
IDEOGRAM_API_KEY |
Ideogram API key | - |
LOG_LEVEL |
Log level (debug/info/warn/error) | info |
HTTPS_PROXY |
HTTP proxy for outbound requests | - |
Provider Types
openai_compatible: Supports DALL-E, GPT-Image, and any OpenAI-format APIgemini: Google Gemini image generation APIideogram: Ideogram V3 API
Supported Models (Phase 1)
OpenAI-compatible:
gpt-image-1— Latest GPT image modeldall-e-3— DALL-E 3 (text-to-image only)dall-e-2— DALL-E 2 (supports edit + variation)- Any model exposed by your relay station
Gemini:
gemini-2.0-flash-preview-image-generationgemini-3.1-pro-image-preview
Ideogram:
V_3— Ideogram V3V_3_TURBO— Ideogram V3 Turbo (faster)
Example Usage in Claude
Generate an image of a sunset over Tokyo with cherry blossoms, photorealistic, 16:9
Edit this image [attach image] to add a rainbow in the sky
What's in this image? [attach image]
Create a variation of this image [attach image] with a warmer color tone
License
MIT
Installing Image Forge
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Cheng77c/image-forge-mcpFAQ
Is Image Forge MCP free?
Yes, Image Forge MCP is free — one-click install via Unyly at no cost.
Does Image Forge need an API key?
No, Image Forge runs without API keys or environment variables.
Is Image Forge hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Image Forge in Claude Desktop, Claude Code or Cursor?
Open Image Forge on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
ARA
Generate images, video and audio from any AI agent — one connector.
by ARAOmni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
by buildwithtazaYouTube
Transcripts, channel stats, search
by YouTubeEverArt
AI image generation using various models.
by modelcontextprotocolgpu-bridge/mcp-server
Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API k
by gpu-bridgehamflx/imagen3-mcp
A powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic,
by hamflxmerterbak/Grok-MCP
MCP server for xAI's [Grok API](https://docs.x.ai/docs/overview) with agentic tool calling, image generation, vision, and file support.
by merterbakSureScaleAI/openai-gpt-image-mcp
OpenAI GPT image generation/editing MCP server.
by SureScaleAIYangLiangwei/PersonalizationMCP
Comprehensive personal data aggregation MCP server with Steam, YouTube, Bilibili, Spotify, Reddit and other platforms integrations. Features OAuth2 authenticati
by YangLiangweiAceDataCloud/MCPFlux
Flux AI image generation and editing (Black Forest Labs) via Ace Data Cloud API.
by AceDataCloudCompare Image Forge with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All media MCPs
