Image3 Prompt MCP
Image3 Prompt MCP
Image3 Prompt MCP — это MCP-сервер только для чтения, предназначенный для исследования промптов GPT Image 2. Он позволяет Codex, Claude Code, Cursor, OpenClaw и другим MCP-хостам искать в публичной галерее промптов Image3, просматривать полные промпты, выводить список категорий и превращать сырые идеи в структурированные брифы промптов.
Галерея промптов: https://image3.org/prompts/gpt-image-2
Документация Prompt Architect: https://image3.org/docs/gpt-image-2-prompt-architect
Генератор: https://image3.org/models/gpt-image-2
Исходный код навыка OpenClaw: openclaw/gpt-image-2-prompt-architect/SKILL.md
README на китайском: README.zh-CN.md
Сервер намеренно работает в режиме только для чтения. Он не генерирует изображения, не расходует кредиты, не создаёт учётные записи и не требует API-ключ.
Инструменты
Tool | Назначение |
| Поиск промптов Image3 по запросу, категории, языку и статусу «избранное». |
| Получение одного полного очищенного промпта по slug или id. |
| Вывод списка категорий промптов и их количества. |
| Превращение сырой идеи в детерминированный структурированный бриф промпта. |
Каждый результат поиска промптов включает каноническую страницу источника 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-mcpOpenClaw:
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Дополнительные переменные окружения
Variable | Default | Назначение |
|
| Базовый адрес API промптов Image3. |
|
| Базовый адрес, используемый для канонических ссылок на исходные страницы. |
|
| Таймаут API промптов: от 1 000 до 60 000 мс. |
Разработка
pnpm install
pnpm validate
pnpm smoke:livepnpm validate запускает проверку типов, модульные тесты, сборку и локальный смоук-тест рукопожатия MCP и вызовов инструментов. pnpm smoke:live дополнительно проверяет публичный API промптов Image3.
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceProvides tools for generating and editing images using OpenAI's gpt-image-1 model via an MCP interface, enabling AI assistants to create and modify images based on text prompts.15Apache 2.0
- FlicenseNot gradedqualityCmaintenanceEnables users to search, browse, and retrieve AI prompts from the Tripleshot public API. Provides access to community prompts, trending content, and template rendering capabilities through a durable MCP server interface.
- AlicenseAqualityCmaintenanceOpen-source MCP server for AI image and video creation, enabling prompt library search, prompt enhancement, and media generation from Claude Code, Cursor, and other MCP hosts.8MIT
- AlicenseAqualityCmaintenanceExposes Best AI Image Prompt's curated prompt library, styles, pricing, and FAQ to MCP-compatible AI clients for image generation workflows.3MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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