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,000ms).

개발

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