← apick.app

INDIVIDUAL MCP TOOL

image_generate

텍스트만 사용하거나 참고 이미지와 텍스트를 함께 사용해 이미지 한 장을 생성합니다.

apick.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://apick.app/mcp/ai

No auth detected

Connect to this endpoint to inspect the live schema for image_generate and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

apick.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.app-apick-ai]
url = "https://apick.app/mcp/ai"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "app-apick-ai": {
      "type": "http",
      "url": "https://apick.app/mcp/ai"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: app-apick-ai
Remote MCP URL: https://apick.app/mcp/ai

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "app-apick-ai": {
      "url": "https://apick.app/mcp/ai"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "app-apick-ai": {
      "type": "http",
      "url": "https://apick.app/mcp/ai"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "app-apick-ai",
  "transport": "streamable-http",
  "url": "https://apick.app/mcp/ai"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • llm_models — List available text-generation LLM models with per-token pricing and max context.
  • llm_chat — Send a chat request to a selected LLM model and receive the assistant reply.
  • text_summary — Summarize a long text (up to 100,000 characters) into a concise Korean summary.
  • text_polish — Polish a text (up to 100,000 characters) by fixing grammar, spelling, and awkward phrasing.
  • image_edit — 원본 이미지와 편집 지시로 이미지 한 장을 편집하고 이미지 콘텐츠로 반환합니다.
  • image_batch_create — 이미지 1~50장의 비동기 생성 또는 편집 작업을 접수합니다.
  • image_batch_status — 대량 이미지 작업의 진행 상태, 선차감·환급·현재 차감 포인트를 조회합니다.
  • image_batch_result — 완료된 대량 작업 결과 중 지정한 한 장을 이미지 콘텐츠로 반환합니다.