Skip to main content
Glama

Image3 Prompt MCP

Image3 Prompt MCP 是一个用于 GPT Image 2 提示词研究的只读 MCP 服务器。它让 Codex、Claude Code、Cursor、OpenClaw 及其他 MCP 主机能够搜索公开的 Image3 提示词画廊、查看完整的提示词、列出分类,并将粗略的想法转化为结构化的提示词简报。

该服务器刻意设计为只读。它不会生成图像、消耗积分、创建账户,也不需要 API 密钥。

工具

工具

用途

search_prompts

按查询、分类、语言和精选状态搜索 Image3 提示词。

get_prompt

通过 slug 或 id 获取一条完整的、经过清理的提示词。

list_categories

列出提示词分类及数量。

build_prompt_brief

将粗略想法转化为确定性的结构化提示词简报。

每个提示词结果都包含其规范的 Image3 来源页面。

Related MCP server: Durable MCP Tripleshot

从 GitHub 安装

{
  "mcpServers": {
    "image3": {
      "command": "npx",
      "args": ["-y", "github:gpt-img-2/image3-prompt-mcp"]
    }
  }
}

Codex:

codex mcp add image3 -- npx -y github:gpt-img-2/image3-prompt-mcp

OpenClaw:

openclaw mcp add image3 \
  --command npx \
  --arg -y \
  --arg github:gpt-img-2/image3-prompt-mcp \
  --include 'search_prompts,get_prompt,list_categories,build_prompt_brief'

openclaw mcp doctor image3 --probe

可选环境变量

变量

默认值

用途

IMAGE3_API_BASE_URL

https://image3.org

Image3 提示词 API 源地址。

IMAGE3_APP_BASE_URL

https://image3.org

用于构造规范来源链接的源地址。

IMAGE3_FETCH_TIMEOUT_MS

20000

提示词 API 超时时间,从 1,000 到 60,000 毫秒。

开发

pnpm install
pnpm validate
pnpm smoke:live

pnpm validate 会运行类型检查、单元测试、构建,以及本地 MCP 握手/工具调用冒烟测试。pnpm smoke:live 还额外验证公开的 Image3 提示词 API。

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • The prediction MCP — score your prompt before you generate, so you never waste a credit.

  • Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.

  • Generate on-brand images from your AI agent: design, edit, and render templates over MCP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gpt-img-2/image3-prompt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server