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 で、完全なサニタイズ済みプロンプトを 1 件取得します。

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