image-forge-mcp
An MCP server for AI-powered image processing (generate, edit, vary, analyze) supporting OpenAI, Gemini, Ideogram, and custom relay endpoints.
README
image-forge-mcp
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
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。