openai-images-mcp

openai-images-mcp

An MCP server for generating and editing images using OpenAI's GPT Image and DALL·E models. It provides tools for image generation, editing, variation creation, and model listing with support for multiple AI models.

Category
访问服务器

README

openai-images-mcp

Generate and edit images with OpenAI's gpt-image and DALL·E models, exposed as Model Context Protocol tools. Supports gpt-image-1.5, gpt-image-1, gpt-image-1-mini, dall-e-3, and dall-e-2.

Tools

Tool Purpose Models
list_models List supported models and their capabilities (sizes, qualities, edit/variation support). all
generate_image Generate one or more images from a text prompt. gpt-image-1.5, gpt-image-1, gpt-image-1-mini, dall-e-3, dall-e-2
edit_image Edit existing images with a prompt and optional mask. gpt-image-1.5, gpt-image-1, gpt-image-1-mini, dall-e-2
create_variation Generate variations of an image. dall-e-2 only

All generated files are saved to disk. Set return_image_content: true on any call to also receive the images as MCP image blocks (useful when the client should "see" the result, but adds a lot of tokens).

Install

npm install
npm run build

Configure your MCP client

Claude Desktop / Claude Code

Add to claude_desktop_config.json (or your project's .mcp.json):

{
  "mcpServers": {
    "dalle": {
      "command": "node",
      "args": ["/absolute/path/to/dalle-mcp/dist/index.js"],
      "env": {
        "OPENAI_API_KEY": "sk-...",
        "DALLE_OUTPUT_DIR": "/absolute/path/where/images/save"
      }
    }
  }
}

Environment variables

Variable Purpose
OPENAI_API_KEY Required. Your OpenAI API key.
OPENAI_BASE_URL Optional. Override OpenAI base URL.
OPENAI_ORG_ID Optional.
OPENAI_PROJECT_ID Optional.
DALLE_OUTPUT_DIR Optional. Default directory for saved images. Falls back to ~/dalle-mcp-output.
DALLE_DEFAULT_MODEL Optional. Model used when a tool call omits model. Default gpt-image-1.5.

Tool reference

generate_image

Required: prompt.

Optional: model, size, quality, n, background, output_format, output_compression, moderation, style, user, output_dir, filename_prefix, return_image_content.

Model-specific notes:

  • GPT Image (gpt-image-1.5, gpt-image-1, gpt-image-1-mini): sizes auto|1024x1024|1536x1024|1024x1536, qualities auto|low|medium|high. Supports background, output_format, output_compression, moderation.
  • DALL·E 3: sizes 1024x1024|1792x1024|1024x1792, qualities standard|hd, n must be 1, supports style.
  • DALL·E 2: sizes 256x256|512x512|1024x1024, quality standard.

edit_image

Required: prompt, images (absolute paths, up to 16 for GPT Image).

Optional: mask (transparent pixels indicate editable regions), plus the generation options above. DALL·E 3 does not support edits.

create_variation

DALL·E 2 only. Required: image (PNG, square, under 4MB).

Optional: n, size (256x256|512x512|1024x1024), output_dir, filename_prefix, return_image_content.

list_models

No arguments. Returns a JSON document describing each model's sizes, qualities, and supported options — handy for the caller to consult before picking parameters.

Development

npm run dev     # run with tsx, no build step
npm run build   # tsc to dist/
npm start       # node dist/index.js

The server speaks MCP over stdio, so you can drive it with any MCP-compatible client or manually by piping JSON-RPC messages to node dist/index.js.

Notes

  • DALL·E 2 and DALL·E 3 are deprecated by OpenAI and support ends 2026-05-12; prefer the GPT Image family.
  • GPT Image models always return base64 data; DALL·E models are asked for base64 as well so files can be saved without a second HTTP round-trip.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选