Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions agent-tools/in-app-agent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: "Comfy In-App Agent"
sidebarTitle: "In-App Agent"
description: "Join the private alpha waitlist for Comfy In-App Agent on Comfy Cloud."

Check warning on line 4 in agent-tools/in-app-agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

agent-tools/in-app-agent.mdx#L4

Did you really mean 'waitlist'?
icon: "comments"
---

<Note>
**Private alpha.** Comfy In-App Agent is rolling out to a limited set of users. Public docs and website pages are not available yet. Join the waitlist to request access.

Check warning on line 9 in agent-tools/in-app-agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

agent-tools/in-app-agent.mdx#L9

Did you really mean 'waitlist'?
</Note>

**Comfy In-App Agent** is the agent experience inside Comfy Cloud: prompt in chat, and the agent can build or edit workflows on your graph (with confirmation before generation).

## Join the waitlist

Check warning on line 14 in agent-tools/in-app-agent.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

agent-tools/in-app-agent.mdx#L14

Did you really mean 'waitlist'?

<Card title="Join the alpha waitlist" icon="list" href="https://links.comfy.org/agentalpha">
Request access to Comfy In-App Agent private alpha.
</Card>

## Feedback

Already in the alpha? Share bugs and impressions:

<Card title="Send feedback" icon="message" href="https://links.comfy.org/agentalphafeedback">
Report bugs or share impressions from the alpha.
</Card>

## Related

Looking for agent tools that work from Claude, Cursor, Codex, and other MCP clients (outside the ComfyUI canvas)?

<CardGroup cols={2}>
<Card title="Comfy Cloud MCP" icon="cloud" href="/agent-tools/mcp">
Connect external MCP clients to Comfy Cloud for generation, search, and workflows.
</Card>
<Card title="Agent Tools / MCP overview" icon="robot" href="/agent-tools">
Compare Cloud MCP, Partner MCP, Local MCP, and Comfy CLI.
</Card>
</CardGroup>
7 changes: 7 additions & 0 deletions agent-tools/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,17 @@
**Comfy Cloud MCP is in public beta.** Setup, feedback channels, and related tools (Comfy Skills, Comfy CLI) are on the [Comfy Cloud MCP](/agent-tools/mcp) page.
</Note>

<Note>
**Comfy In-App Agent is in private alpha.** Full docs are not public yet. [Join the waitlist](/agent-tools/in-app-agent) to request access.
</Note>

<CardGroup cols={2}>
<Card title="Comfy Cloud MCP" icon="cloud" href="/agent-tools/mcp">
Connect to the hosted MCP server at <code>cloud.comfy.org/mcp</code>. Generate images, video, audio, and 3D on Cloud GPUs, search templates/models/nodes, run workflows, and share saved workflows from chat.

Check warning on line 20 in agent-tools/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

agent-tools/index.mdx#L20

Did you really mean 'GPUs'?
</Card>
<Card title="Comfy In-App Agent" icon="comments" href="/agent-tools/in-app-agent">
Agent experience inside Comfy Cloud (chat builds and edits your graph). *Private alpha; waitlist only for now.*

Check warning on line 23 in agent-tools/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

agent-tools/index.mdx#L23

Did you really mean 'waitlist'?
</Card>
<Card title="Comfy Partner MCP" icon="plug" href="/agent-tools/partner-mcp">
Run a local MCP server using the Comfy Partner-Node SDK. Provides unified <code>generate_image</code>, <code>generate_video</code>, <code>generate_3d</code>, and more tools across 30+ partner providers.
</Card>
Expand All @@ -34,9 +41,9 @@
|---|---|---|---|---|
| **Type** | Remote (hosted) | Local MCP server | Local MCP server | Local CLI |
| **Requires** | Comfy Cloud subscription | [Comfy API key](/development/api-development/getting-an-api-key) | Local ComfyUI + [comfy-cli](https://github.com/Comfy-Org/comfy-cli) | [Comfy API key](/development/api-development/getting-an-api-key) |
| **Models** | Comfy Cloud models (pre-installed) | 30+ partner providers (BFL, Ideogram, Kling, Runway, Veo, ElevenLabs, etc.) | Your local models and custom nodes | Partner nodes via `comfy generate` |

Check warning on line 44 in agent-tools/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

agent-tools/index.mdx#L44

Did you really mean 'Kling'?

Check warning on line 44 in agent-tools/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

agent-tools/index.mdx#L44

Did you really mean 'Veo'?
| **Workflows** | Full ComfyUI workflow execution | Partner API generation (no custom workflows) | Full local ComfyUI workflow execution | One-shot partner API calls (no workflow JSON) |
| **GPU** | Cloud GPUs (no local GPU needed) | No GPU needed (API-based) | Your local GPU | No GPU needed (API-based) |

Check warning on line 46 in agent-tools/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

agent-tools/index.mdx#L46

Did you really mean 'GPUs'?
| **Best for** | Chat-driven agents, template search | Unified MCP tools across providers | Driving your own local ComfyUI from chat | Scripts, CI, batch jobs |

---
Expand Down
8 changes: 8 additions & 0 deletions agent-tools/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

The **Comfy Cloud MCP server** connects AI agents to [Comfy Cloud](https://cloud.comfy.org) over the [Model Context Protocol](https://modelcontextprotocol.io). Once connected, you can generate images, video, audio, and 3D, search models, nodes, and templates, and run ComfyUI workflows from a chat with your agent.

The server runs remotely at `cloud.comfy.org/mcp`. Workflows execute on Comfy Cloud GPUs, so you do not need a local GPU. Your agent talks to the server over HTTPS; the server translates tool calls into authenticated requests to Comfy Cloud on your behalf.

Check warning on line 20 in agent-tools/mcp.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

agent-tools/mcp.mdx#L20

Did you really mean 'GPUs'?

Any **MCP-compatible client** can connect to the same server URL. **Claude Code**, **Claude Desktop**, **Cursor**, **Codex**, and **OpenClaw** have first-class setup below. **Windsurf**, **Amp**, and other agents use the same URL with OAuth or an API key.

Expand Down Expand Up @@ -186,7 +186,7 @@
</Tab>

<Tab title="Codex">
[Codex](https://developers.openai.com/codex/cli) connects to Comfy Cloud over Streamable HTTP. Add the server in Settings, then sign in with OAuth.

Check warning on line 189 in agent-tools/mcp.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

agent-tools/mcp.mdx#L189

Did you really mean 'Streamable'?

<video
controls
Expand Down Expand Up @@ -355,7 +355,7 @@
Typical flow:

1. **Discover** what is available (`search_templates`, `search_models`, `search_nodes`, or `cql` for graph-style questions).
2. **Run** a generation: `run_template` for a matching pre-built template, `submit_workflow` for a custom workflow (with `upload_file` when an input image is needed), or `partner_generate` for partner models like Flux, Grok, Gemini, OpenAI, Ideogram, and Seedance.

Check warning on line 358 in agent-tools/mcp.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

agent-tools/mcp.mdx#L358

Did you really mean 'Seedance'?
3. **Wait and retrieve** outputs (`wait_for_job`, then `get_output` returns a download command your agent runs in your shell).

The server prefers matching [pre-built templates](https://comfy.org/workflows) before building a workflow from scratch, which tends to produce better results faster.
Expand All @@ -372,10 +372,10 @@
| `get_template` | Fetch a template's full workflow JSON for inspection or hand-editing |
| `get_template_schema` | See which of a template's parameters can be overridden at run time |
| `search_models` | Search the model catalog by text, type, base model, or source |
| `search_nodes` | Search available nodes by text, category, or input/output types. Also surfaces **subgraph blueprints** (pre-wired node groups like Text to Image or Remove Background) |

Check warning on line 375 in agent-tools/mcp.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

agent-tools/mcp.mdx#L375

Did you really mean 'subgraph'?
| `get_node` | Get the complete input spec for specific nodes, including full option lists |
| `cql` | Run a [CQL](https://github.com/Comfy-Org/cql) graph query for structural questions (for example, which nodes produce images, or paths between node types). Use `search_nodes` when you need full input specs for a specific node |
| `get_prompting_guide` | Prompt style and recommended settings (steps, cfg, sampler, resolution) per model family |

Check warning on line 378 in agent-tools/mcp.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

agent-tools/mcp.mdx#L378

Did you really mean 'cfg'?

### Generation

Expand Down Expand Up @@ -433,7 +433,7 @@
| `get_billing_status` | Check your credit balance, subscription tier, and billing link |
| `get_server_info` | Confirm which server the agent reached: environment, host, version, and auth state |
| `submit_feedback` | Get the beta feedback survey link |
| `report_session_summary` | Share an anonymized session summary with the Comfy team — **only with your explicit consent**; the agent must ask first, and no prompts, file paths, or personal information are included |

Check warning on line 436 in agent-tools/mcp.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

agent-tools/mcp.mdx#L436

Did you really mean 'anonymized'?

## Credits and spending

Expand Down Expand Up @@ -468,6 +468,14 @@
| [Comfy CLI](/agent-tools/cli) | Command-line tool for local ComfyUI install/launch and for calling hosted partner nodes from scripts or CI (`comfy generate`, in beta). Complements MCP when you need terminal or automation workflows. |
| [Share a workflow on Comfy Cloud](/cloud/share-workflow) | Share workflows from the Comfy Cloud UI (the MCP `share_workflow` tool does this from an agent session). |

## Related: Comfy In-App Agent

Want the agent experience **inside** Comfy Cloud (chat that builds and edits your graph), not an external MCP client?

<Card title="Comfy In-App Agent" icon="comments" href="/agent-tools/in-app-agent">
Private alpha on Comfy Cloud. Join the waitlist to request access.

Check warning on line 476 in agent-tools/mcp.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

agent-tools/mcp.mdx#L476

Did you really mean 'waitlist'?
</Card>

## Feedback

Comfy Cloud MCP is in public beta. Please try it out and tell us what works and what doesn't:
Expand Down
4 changes: 4 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"pages": [
"agent-tools/index",
"agent-tools/mcp",
"agent-tools/in-app-agent",
"agent-tools/partner-mcp",
"agent-tools/local",
"agent-tools/cli"
Expand Down Expand Up @@ -2815,6 +2816,7 @@
"pages": [
"zh/agent-tools/index",
"zh/agent-tools/mcp",
"zh/agent-tools/in-app-agent",
"zh/agent-tools/partner-mcp",
"zh/agent-tools/local",
"zh/agent-tools/cli"
Expand Down Expand Up @@ -5553,6 +5555,7 @@
"pages": [
"ja/agent-tools/index",
"ja/agent-tools/mcp",
"ja/agent-tools/in-app-agent",
"ja/agent-tools/partner-mcp",
"ja/agent-tools/local",
"ja/agent-tools/cli"
Expand Down Expand Up @@ -8376,6 +8379,7 @@
"pages": [
"ko/agent-tools/index",
"ko/agent-tools/mcp",
"ko/agent-tools/in-app-agent",
"ko/agent-tools/partner-mcp",
"ko/agent-tools/local",
"ko/agent-tools/cli"
Expand Down
41 changes: 41 additions & 0 deletions ja/agent-tools/in-app-agent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: "Comfy In-App Agent"
sidebarTitle: "In-App Agent"
description: "Comfy Cloud で Comfy In-App Agent のプライベートアルファウェイトリストに参加してください。"
icon: "comments"
translationSourceHash: b94ba198
translationFrom: agent-tools/in-app-agent.mdx
---

<Note>
**プライベートアルファ。** Comfy In-App Agent は限定ユーザーに展開されています。公開ドキュメントとウェブサイトページはまだ利用不可です。ウェイトリストに参加してアクセスをリクエストしてください。
</Note>

**Comfy In-App Agent** は Comfy Cloud 内のエージェント体験です:チャットでプロンプトを入力すると、エージェントがグラフ上でワークフローを構築または編集できます(生成前に確認あり)。

## ウェイトリストに参加

<Card title="アルファウェイトリストに参加" icon="list" href="https://links.comfy.org/agentalpha">
Comfy In-App Agent プライベートアルファへのアクセスをリクエストします。
</Card>

## フィードバック

すでにアルファに参加していますか?バグや感想を共有してください:

<Card title="フィードバックを送信" icon="message" href="https://links.comfy.org/agentalphafeedback">
バグを報告するか、アルファの感想を共有してください。
</Card>

## 関連

Claude、Cursor、Codex、その他のMCPクライアント(ComfyUIキャンバス外)で動作するエージェントツールをお探しですか?

<CardGroup cols={2}>
<Card title="Comfy Cloud MCP" icon="cloud" href="/ja/agent-tools/mcp">
外部 MCP クライアントを Comfy Cloud に接続し、生成、検索、ワークフローに利用します。
</Card>
<Card title="エージェントツール / MCP概要" icon="robot" href="/ja/agent-tools">
Cloud MCP、Partner MCP、Local MCP、Comfy CLI を比較します。
</Card>
</CardGroup>
14 changes: 11 additions & 3 deletions ja/agent-tools/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,33 @@ title: "Agent Tools / MCP"
description: "Model Context Protocol (MCP) を使用して AI エージェントを ComfyUI に接続し、画像、動画、オーディオ、3D コンテンツを生成します。"
sidebarTitle: "概要"
icon: "robot"
translationSourceHash: 52f434b2
translationSourceHash: 0647990d
translationFrom: agent-tools/index.mdx
translationBlockHashes:
"_intro": 72089b69
"_intro": 57347fa8
"Which One Should I Use?": fa16d052
"What about local ComfyUI?": 345c7907
"What about local ComfyUI?": 6e518082
"What is MCP?": bb62fbe5
---


ComfyUI は **MCP サーバー** と **Comfy CLI** を提供しているので、AI エージェントや開発者は、常に ComfyUI キャンバスを開かなくても、画像、動画、オーディオ、3D コンテンツを生成できます。

<Note>
**Comfy Cloud MCP はパブリックベータです。** セットアップ、フィードバックチャンネル、および関連ツール(Comfy Skills、Comfy CLI)については、[Comfy Cloud MCP](/ja/agent-tools/mcp) ページをご覧ください。
</Note>

<Note>
**Comfy In-App Agent はプライベートアルファです。** 完全なドキュメントはまだ公開されていません。[ウェイトリストに登録](/ja/agent-tools/in-app-agent)してアクセスをリクエストしてください。
</Note>

<CardGroup cols={2}>
<Card title="Comfy Cloud MCP" icon="cloud" href="/ja/agent-tools/mcp">
ホスト型 MCP サーバー <code>cloud.comfy.org/mcp</code> に接続。Cloud GPU で画像、動画、オーディオ、3D を生成し、テンプレート/モデル/ノードを検索し、ワークフローを実行し、チャットから保存したワークフローを共有できます。
</Card>
<Card title="Comfy In-App Agent" icon="comments" href="/ja/agent-tools/in-app-agent">
Comfy Cloud 内のエージェント体験(チャットでグラフを構築・編集)。*プライベートアルファ。現在はウェイトリストのみ。*
</Card>
<Card title="Comfy Partner MCP" icon="plug" href="/ja/agent-tools/partner-mcp">
Comfy Partner-Node SDK を使用したローカル MCP サーバー。30以上のパートナープロバイダーに対応する統一された <code>generate_image</code>、<code>generate_video</code>、<code>generate_3d</code> などのツールを提供します。
</Card>
Expand Down
13 changes: 12 additions & 1 deletion ja/agent-tools/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Comfy Cloud MCP"
sidebarTitle: "Cloud MCP"
description: "Claude Code、Claude Desktop、Cursor、Codex、またはMCP互換エージェントからComfy Cloud MCPに接続: 画像・ビデオ・オーディオ・3Dの生成、モデルとノードの検索、ワークフローの実行。"
icon: "cloud"
translationSourceHash: 93f43c41
translationSourceHash: 2fcc6145
translationFrom: agent-tools/mcp.mdx
translationBlockHashes:
"_intro": b1c56a40
Expand All @@ -14,13 +14,16 @@ translationBlockHashes:
"Credits and spending": 20e94ef0
"Outputs and downloads": a2c8c12f
"Related resources": 2a86e2c5
"Related: Comfy In-App Agent": be5e2cdf
"Feedback": 6872768e
"Known limitations": 2f9e13ba
"FAQ": c943ff55
---





import CloudFeature from '/snippets/ja/cloud-feature.mdx'

<CloudFeature/>
Expand Down Expand Up @@ -485,6 +488,14 @@ MCP クライアントがシェルコマンドを実行できない場合(一
| [Comfy CLI](/ja/agent-tools/cli) | ローカル ComfyUI のインストール/起動、およびスクリプトや CI からホスト型パートナーノードを呼び出すためのコマンドラインツール(`comfy generate`、ベータ版)。ターミナルや自動化ワークフローが必要な場合に MCP を補完します。 |
| [Share a workflow on Comfy Cloud](/ja/cloud/share-workflow) | Comfy Cloud UI からワークフローを共有します(MCP の `share_workflow` ツールがエージェントセッションからこれを実行します)。 |

## 関連: Comfy In-App Agent

外部の MCP クライアントではなく、Comfy Cloud **内**のエージェント体験(チャットでグラフを構築・編集)をお探しですか?

<Card title="Comfy In-App Agent" icon="comments" href="/ja/agent-tools/in-app-agent">
Comfy Cloud のプライベートアルファ。ウェイトリストに参加してアクセスをリクエストしてください。
</Card>

## フィードバック

Comfy Cloud MCP は公開ベータ版です。ぜひ試してみて、うまくいく点とそうでない点をお知らせください:
Expand Down
41 changes: 41 additions & 0 deletions ko/agent-tools/in-app-agent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: "Comfy 인앱 에이전트"
sidebarTitle: "인앱 에이전트"
description: "Comfy Cloud에서 Comfy 인앱 에이전트 비공개 알파 대기자 명단에 참여하세요."
icon: "comments"
translationSourceHash: b94ba198
translationFrom: agent-tools/in-app-agent.mdx
---

<Note>
**비공개 알파.** Comfy 인앱 에이전트는 제한된 사용자 그룹에 순차적으로 배포되고 있습니다. 공개 문서 및 웹사이트 페이지는 아직 사용할 수 없습니다. 액세스를 요청하려면 대기자 명단에 참여하세요.
</Note>

**Comfy 인앱 에이전트**는 Comfy Cloud 내의 에이전트 경험입니다: 채팅으로 프롬프트를 입력하면 에이전트가 그래프에서 워크플로를 빌드하거나 편집할 수 있습니다(생성 전 확인 필요).

## 대기자 명단 참여

<Card title="알파 대기자 명단 참여" icon="list" href="https://links.comfy.org/agentalpha">
Comfy 인앱 에이전트 비공개 알파에 대한 액세스를 요청하세요.
</Card>

## 피드백

이미 알파에 참여 중이신가요? 버그와 인상을 공유하세요:

<Card title="피드백 보내기" icon="message" href="https://links.comfy.org/agentalphafeedback">
알파에서 버그를 신고하거나 인상을 공유하세요.
</Card>

## 관련 항목

Claude, Cursor, Codex 및 기타 MCP 클라이언트(ComfyUI 캔버스 외부)에서 작동하는 에이전트 도구를 찾고 계신가요?

<CardGroup cols={2}>
<Card title="Comfy Cloud MCP" icon="cloud" href="/ko/agent-tools/mcp">
외부 MCP 클라이언트를 Comfy Cloud에 연결하여 생성, 검색, 워크플로에 사용하세요.
</Card>
<Card title="에이전트 도구 / MCP 개요" icon="robot" href="/ko/agent-tools">
Cloud MCP, Partner MCP, Local MCP, Comfy CLI를 비교합니다.
</Card>
</CardGroup>
16 changes: 11 additions & 5 deletions ko/agent-tools/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,33 @@
description: "AI 에이전트를 모델 컨텍스트 프로토콜(MCP)을 통해 ComfyUI에 연결하여 이미지, 비디오, 오디오 및 3D 콘텐츠를 생성합니다."
sidebarTitle: "개요"
icon: "robot"
translationSourceHash: 52f434b2
translationSourceHash: 0647990d
translationFrom: agent-tools/index.mdx
translationBlockHashes:
"_intro": 72089b69
"_intro": 57347fa8
"Which One Should I Use?": fa16d052
"What about local ComfyUI?": 345c7907
"What about local ComfyUI?": 6e518082
"What is MCP?": bb62fbe5
---


ComfyUI는 **MCP 서버**와 **Comfy CLI**를 제공하여 AI 에이전트와 개발자가 항상 ComfyUI 캔버스를 열지 않고도 이미지, 비디오, 오디오 및 3D 콘텐츠를 생성할 수 있도록 합니다.

<Note>
**Comfy Cloud MCP는 퍼블릭 베타입니다.** 설정, 피드백 채널 및 관련 도구(Comfy Skills, Comfy CLI)에 대한 내용은 [Comfy Cloud MCP](/ko/agent-tools/mcp) 페이지에서 확인하세요.
</Note>

<Note>
**Comfy In-App Agent는 프라이빗 알파입니다.** 전체 문서는 아직 공개되지 않았습니다. [대기자 명단에 등록](/ko/agent-tools/in-app-agent)하여 액세스를 요청하세요.
</Note>

<CardGroup cols={2}>
<Card title="Comfy Cloud MCP" icon="cloud" href="/ko/agent-tools/mcp">
<code>cloud.comfy.org/mcp</code>에서 호스팅된 MCP 서버에 연결하세요. 클라우드 GPU에서 이미지, 비디오, 오디오 및 3D를 생성하고, 템플릿/모델/노드를 검색하며, 워크플로를 실행하고, 채팅에서 저장된 워크플로를 공유할 수 있습니다.
</Card>
<Card title="Comfy In-App Agent" icon="comments" href="/ko/agent-tools/in-app-agent">
Comfy Cloud 내에서의 에이전트 경험(채팅으로 그래프를 빌드하고 편집). <em>프라이빗 알파; 현재는 대기자 명단만 가능.</em>
</Card>
<Card title="Comfy Partner MCP" icon="plug" href="/ko/agent-tools/partner-mcp">
Comfy Partner-Node SDK를 사용해 로컬 MCP 서버를 실행하세요. 30개 이상의 파트너 제공업체에서 통합된 <code>generate_image</code>, <code>generate_video</code>, <code>generate_3d</code> 및 기타 도구를 제공합니다.
</Card>
Expand All @@ -33,15 +41,13 @@
</Card>
</CardGroup>

---

## 어떤 것을 사용해야 할까요?

| | Comfy Cloud MCP | Comfy Partner MCP | Comfy Local MCP | Comfy CLI |
|---|---|---|---|---|
| **유형** | 원격(호스팅) | 로컬 MCP 서버 | 로컬 MCP 서버 | 로컬 CLI |
| **필요사항** | Comfy Cloud 구독 | [Comfy API 키](/ko/development/api-development/getting-an-api-key) | 로컬 ComfyUI + [comfy-cli](https://github.com/Comfy-Org/comfy-cli) | [Comfy API 키](/ko/development/api-development/getting-an-api-key) |
| **모델** | Comfy Cloud 모델(사전 설치됨) | 30개 이상의 파트너 제공업체 (BFL, Ideogram, Kling, Runway, Veo, ElevenLabs 등) | 로컬 모델 및 커스텀 노드 | `comfy generate`를 통한 파트너 노드 |

Check warning on line 50 in ko/agent-tools/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

ko/agent-tools/index.mdx#L50

Did you really mean 'Kling'?

Check warning on line 50 in ko/agent-tools/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

ko/agent-tools/index.mdx#L50

Did you really mean 'Veo'?
| **워크플로** | 전체 ComfyUI 워크플로 실행 | 파트너 API 생성 (맞춤형 워크플로 없음) | 전체 로컬 ComfyUI 워크플로 실행 | 일회성 파트너 API 호출 (워크플로 JSON 불필요) |
| **GPU** | 클라우드 GPU (로컬 GPU 필요 없음) | GPU 불필요 (API 기반) | 로컬 GPU | GPU 불필요 (API 기반) |
| **최적 사용처** | 채팅 기반 에이전트, 템플릿 검색 | 다양한 제공업체를 위한 통합 MCP 도구 | 채팅으로 로컬 ComfyUI 구동 | 스크립트, CI, 배치 작업 |
Expand Down
13 changes: 12 additions & 1 deletion ko/agent-tools/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sidebarTitle: "Cloud MCP"
description: "Claude Code, Claude Desktop, Cursor, Codex, OpenClaw 또는 MCP 호환 에이전트에서 Comfy Cloud MCP에 연결하여 이미지, 비디오, 오디오 및 3D를 생성하고, 모델과 노드를 검색하며, 워크플로를 실행하세요."
icon: "cloud"
translationSourceHash: 93f43c41
translationSourceHash: 2fcc6145
translationFrom: agent-tools/mcp.mdx
translationBlockHashes:
"_intro": b1c56a40
Expand All @@ -14,12 +14,15 @@
"Credits and spending": 20e94ef0
"Outputs and downloads": a2c8c12f
"Related resources": 2a86e2c5
"Related: Comfy In-App Agent": be5e2cdf
"Feedback": 6872768e
"Known limitations": 2f9e13ba
"FAQ": c943ff55
---




import CloudFeature from '/snippets/ko/cloud-feature.mdx'

<CloudFeature/>
Expand Down Expand Up @@ -203,7 +206,7 @@
</Tab>

<Tab title="Codex">
[Codex](https://developers.openai.com/codex/cli)는 Streamable HTTP를 통해 Comfy Cloud에 연결합니다. 설정에서 서버를 추가한 다음 OAuth로 로그인하세요.

Check warning on line 209 in ko/agent-tools/mcp.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

ko/agent-tools/mcp.mdx#L209

Did you really mean 'Streamable'?

<video
controls
Expand Down Expand Up @@ -372,7 +375,7 @@
일반적인 흐름:

1. **검색**: 사용 가능한 항목 확인 (`search_templates`, `search_models`, `search_nodes` 또는 그래프 스타일 질문의 경우 `cql`).
2. **실행**: 생성 실행 — 일치하는 사전 제작된 템플릿의 경우 `run_template`, 사용자 정의 워크플로의 경우 `submit_workflow` (입력 이미지가 필요한 경우 `upload_file` 사용), 또는 파트너 모델(Flux, Grok, Gemini, OpenAI, Ideogram, Seedance 등)의 경우 `partner_generate`.

Check warning on line 378 in ko/agent-tools/mcp.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

ko/agent-tools/mcp.mdx#L378

Did you really mean 'Seedance'?
3. **대기 및 출력 검색**: `wait_for_job`을 호출한 후 `get_output`이 에이전트가 셸에서 실행할 다운로드 명령을 반환.

서버는 처음부터 워크플로를 빌드하기 전에 일치하는 [사전 제작된 템플릿](https://comfy.org/workflows)을 선호하며, 이는 더 빠르고 더 나은 결과를 내는 경향이 있습니다.
Expand Down Expand Up @@ -486,6 +489,14 @@
| [Comfy CLI](/ko/agent-tools/cli) | 로컬 ComfyUI 설치/실행 및 스크립트나 CI에서 호스팅된 파트너 노드를 호출하기 위한 명령줄 도구입니다 (`comfy generate`, 베타). 터미널 또는 자동화 워크플로가 필요할 때 MCP를 보완합니다. |
| [Share a workflow on Comfy Cloud](/ko/cloud/share-workflow) | Comfy Cloud UI에서 워크플로를 공유합니다 (MCP `share_workflow` 도구가 에이전트 세션에서 이 작업을 수행합니다). |

## 관련: Comfy In-App Agent

외부 MCP 클라이언트가 아니라 Comfy Cloud **내부** 에이전트 경험(채팅으로 그래프를 빌드·편집)을 원하시나요?

<Card title="Comfy In-App Agent" icon="comments" href="/ko/agent-tools/in-app-agent">
Comfy Cloud 비공개 알파. 대기자 명단에 참여하여 액세스를 요청하세요.
</Card>

## 피드백

Comfy Cloud MCP는 공개 베타 버전입니다. 사용해 보시고 어떤 점이 잘 작동하고 어떤 점이 그렇지 않은지 알려주세요:
Expand Down
41 changes: 41 additions & 0 deletions zh/agent-tools/in-app-agent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: "Comfy 应用内智能体"
sidebarTitle: "应用内智能体"
description: "加入 Comfy Cloud 上 Comfy 应用内智能体的内测等候列表。"
icon: "comments"
translationSourceHash: b94ba198
translationFrom: agent-tools/in-app-agent.mdx
---

<Note>
**内测阶段。** Comfy 应用内智能体目前仅向部分用户开放。公开文档和网站页面尚不可用。加入等候列表以申请访问权限。
</Note>

**Comfy 应用内智能体**是在 Comfy Cloud 中的智能体体验:在聊天中提示,智能体可以在你的图上构建或编辑工作流(生成前需确认)。

## 加入等候列表

<Card title="加入内测等候列表" icon="list" href="https://links.comfy.org/agentalpha">
申请访问 Comfy 应用内智能体内测。
</Card>

## 反馈

已在内测中?分享错误和感受:

<Card title="发送反馈" icon="message" href="https://links.comfy.org/agentalphafeedback">
反馈内测中的错误或分享感受。
</Card>

## 相关

寻找可从 Claude、Cursor、Codex 及其他 MCP 客户端(在 ComfyUI 画布之外)使用的智能体工具?

<CardGroup cols={2}>
<Card title="Comfy Cloud MCP" icon="cloud" href="/zh/agent-tools/mcp">
将外部 MCP 客户端连接到 Comfy Cloud,用于生成、搜索和工作流。
</Card>
<Card title="智能体工具 / MCP 概述" icon="robot" href="/zh/agent-tools">
比较 Cloud MCP、Partner MCP、Local MCP 和 Comfy CLI。
</Card>
</CardGroup>
Loading
Loading