Skip to main content
Glama

Image3 Prompt MCP

Image3 Prompt MCP ist ein schreibgeschützter MCP-Server für die GPT-Image-2-Prompt-Forschung. Er ermöglicht Codex, Claude Code, Cursor, OpenClaw und anderen MCP-Hosts, die öffentliche Image3-Prompt-Galerie zu durchsuchen, vollständige Prompts zu inspizieren, Kategorien aufzulisten und grobe Ideen in strukturierte Prompt-Briefings umzuwandeln.

Der Server ist bewusst schreibgeschützt. Er generiert keine Bilder, verbraucht keine Credits, erstellt keine Konten und erfordert keinen API-Schlüssel.

Werkzeuge

Werkzeug

Zweck

search_prompts

Durchsucht Image3-Prompts nach Abfrage, Kategorie, Sprache und Featured-Status.

get_prompt

Ruft einen vollständigen bereinigten Prompt per Slug oder ID ab.

list_categories

Listet Prompt-Kategorien und Anzahl auf.

build_prompt_brief

Verwandelt eine grobe Idee in ein deterministisches strukturiertes Prompt-Briefing.

Jedes Prompt-Ergebnis enthält seine kanonische Image3-Quellseite.

Related MCP server: Durable MCP Tripleshot

Installation von 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

Optionale Umgebungsvariablen

Variable

Standard

Zweck

IMAGE3_API_BASE_URL

https://image3.org

Image3-Prompt-API-Ursprung.

IMAGE3_APP_BASE_URL

https://image3.org

Ursprung, der für kanonische Quelllinks verwendet wird.

IMAGE3_FETCH_TIMEOUT_MS

20000

Prompt-API-Timeout von 1,000 bis 60,000 ms.

Entwicklung

pnpm install
pnpm validate
pnpm smoke:live

pnpm validate führt Typprüfung, Unit-Tests, einen Build und einen lokalen MCP-Handshake-/Tool-Call-Smoke-Test durch. pnpm smoke:live überprüft zusätzlich die öffentliche Image3-Prompt-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