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
2 changes: 1 addition & 1 deletion agent-tools/in-app-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Looking for agent tools that work from Claude, Cursor, Codex, and other MCP clie
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.
Compare Cloud MCP, Local MCP, and Comfy CLI.
</Card>
</CardGroup>
19 changes: 8 additions & 11 deletions agent-tools/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ ComfyUI provides **MCP servers** and **Comfy CLI** so AI agents and developers c
<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.*
</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>
<Card title="Comfy Local MCP" icon="server" href="/agent-tools/local">
First-party local MCP server that drives your **own** ComfyUI install via <code>comfy-cli</code>. *Private test; not publicly available yet.*
</Card>
Expand All @@ -37,14 +34,14 @@ ComfyUI provides **MCP servers** and **Comfy CLI** so AI agents and developers c

## Which One Should I Use?

| | Comfy Cloud MCP | Comfy Partner MCP | Comfy Local MCP | Comfy CLI |
|---|---|---|---|---|
| **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` |
| **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) |
| **Best for** | Chat-driven agents, template search | Unified MCP tools across providers | Driving your own local ComfyUI from chat | Scripts, CI, batch jobs |
| | Comfy Cloud MCP | Comfy Local MCP | Comfy CLI |
|---|---|---|---|
| **Type** | Remote (hosted) | Local MCP server | Local CLI |
| **Requires** | Comfy Cloud subscription | 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) | Your local models and custom nodes | Partner nodes via `comfy generate` |
| **Workflows** | Full ComfyUI workflow execution | Full local ComfyUI workflow execution | One-shot partner API calls (no workflow JSON) |
| **GPU** | Cloud GPUs (no local GPU needed) | Your local GPU | No GPU needed (API-based) |
| **Best for** | Chat-driven agents, template search | Driving your own local ComfyUI from chat | Scripts, CI, batch jobs |

---

Expand Down
7 changes: 3 additions & 4 deletions agent-tools/local.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ Node introspection and model search read your **live install** — custom nodes

## Related

- [Comfy Cloud MCP](/agent-tools/mcp) — hosted MCP server, no local install or GPU needed
- [Comfy Partner MCP](/agent-tools/partner-mcp) — local server for 30+ partner providers via the Comfy API
- [Comfy CLI](/agent-tools/cli) — drive local ComfyUI and partner generation from the terminal
- [comfy-local-mcp on GitHub](https://github.com/Comfy-Org/comfy-local-mcp) — source, install, and tool reference
- [Comfy Cloud MCP](/agent-tools/mcp): hosted MCP server, no local install or GPU needed
- [Comfy CLI](/agent-tools/cli): drive local ComfyUI and partner generation from the terminal
- [comfy-local-mcp on GitHub](https://github.com/Comfy-Org/comfy-local-mcp): source, install, and tool reference
Comment on lines +153 to +155

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Capitalize the first letter of each list description.

To make this list look perfectly neat, capitalizing the first word would be a sweet treat! 🧚‍♀️

✨ Proposed optional refactor
-- [Comfy Cloud MCP](/agent-tools/mcp): hosted MCP server, no local install or GPU needed
-- [Comfy CLI](/agent-tools/cli): drive local ComfyUI and partner generation from the terminal
-- [comfy-local-mcp on GitHub](https://github.com/Comfy-Org/comfy-local-mcp): source, install, and tool reference
+- [Comfy Cloud MCP](/agent-tools/mcp): Hosted MCP server, no local install or GPU needed
+- [Comfy CLI](/agent-tools/cli): Drive local ComfyUI and partner generation from the terminal
+- [comfy-local-mcp on GitHub](https://github.com/Comfy-Org/comfy-local-mcp): Source, install, and tool reference
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- [Comfy Cloud MCP](/agent-tools/mcp): hosted MCP server, no local install or GPU needed
- [Comfy CLI](/agent-tools/cli): drive local ComfyUI and partner generation from the terminal
- [comfy-local-mcp on GitHub](https://github.com/Comfy-Org/comfy-local-mcp): source, install, and tool reference
- [Comfy Cloud MCP](/agent-tools/mcp): Hosted MCP server, no local install or GPU needed
- [Comfy CLI](/agent-tools/cli): Drive local ComfyUI and partner generation from the terminal
- [comfy-local-mcp on GitHub](https://github.com/Comfy-Org/comfy-local-mcp): Source, install, and tool reference
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@agent-tools/local.mdx` around lines 153 - 155, Capitalize the first word of
each description in the list, including “Hosted,” “Drive,” and “Source,” while
preserving the existing links and wording.

98 changes: 49 additions & 49 deletions agent-tools/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,55 +36,6 @@ https://cloud.comfy.org/mcp
Pick your client:

<Tabs>
<Tab title="Claude Code">
Install the **comfy-cloud** plugin. It adds the MCP connection and slash commands in one step. The plugin is published through the [Comfy Skills](https://github.com/Comfy-Org/comfy-skills/) repository, which hosts Claude Code plugins and community agent skills for Comfy.

<Steps>
<Step title="Add the marketplace">
Register the Comfy Skills marketplace (one-time):

```
/plugin marketplace add Comfy-Org/comfy-skills
```
</Step>
<Step title="Install the plugin">
```
/plugin install comfy-cloud@comfy-skills
```
</Step>
<Step title="Sign in">
Run `/mcp`, select **comfy-cloud** → **Authenticate**. Your browser opens to sign in, and tokens refresh automatically.
</Step>
</Steps>

The plugin adds these slash commands:

| Command | What it does |
| --- | --- |
| `/comfy-cloud:generate-image` | Generate, edit, or modify an image |
| `/comfy-cloud:generate-video` | Generate, edit, or extend a video |
| `/comfy-cloud:generate-audio` | Generate audio, music, or sound effects |
| `/comfy-cloud:generate-3d` | Generate a 3D model from text or an image |
| `/comfy-cloud:remove-background` | Remove the background from an image |
| `/comfy-cloud:upscale-image` | Upscale an image to higher resolution |
| `/comfy-cloud:search-templates` | Find pre-built workflow templates on [comfy.org](https://comfy.org) |
| `/comfy-cloud:search-models` | Search for available models |
| `/comfy-cloud:search-nodes` | Search for nodes and get wiring suggestions |
| `/comfy-cloud:help` | See what you can do with ComfyUI Cloud |

<Accordion title="Prefer just the connection, without the plugin?">
Add the server directly:

```bash
claude mcp add --transport http comfy-cloud https://cloud.comfy.org/mcp
```

Then run `/mcp`, select **comfy-cloud** → **Authenticate**. Add `-s user` to make it available in all your projects.

This path still exposes the same workflows as MCP prompts: `/mcp__comfy-cloud__generate-image`, `/mcp__comfy-cloud__search-models`, and so on (the `/mcp__<name>__` prefix uses the name you passed to `claude mcp add`). The plugin above is recommended because it wraps these as the friendlier `/comfy-cloud:*` commands.
</Accordion>
</Tab>

<Tab title="Claude Desktop">
Claude Desktop adds Comfy Cloud as a **custom connector** through its UI, then runs the OAuth sign-in.

Expand Down Expand Up @@ -144,6 +95,55 @@ Pick your client:
You can also skip prompts and ask in plain language. The MCP tools work the same way.
</Tab>

<Tab title="Claude Code">
Install the **comfy-cloud** plugin. It adds the MCP connection and slash commands in one step. The plugin is published through the [Comfy Skills](https://github.com/Comfy-Org/comfy-skills/) repository, which hosts Claude Code plugins and community agent skills for Comfy.

<Steps>
<Step title="Add the marketplace">
Register the Comfy Skills marketplace (one-time):

```
/plugin marketplace add Comfy-Org/comfy-skills
```
</Step>
<Step title="Install the plugin">
```
/plugin install comfy-cloud@comfy-skills
```
Comment on lines +105 to +112

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Add a language identifier to the code blocks across all locales.

Here's a small little treat for your code so neat! 🧚‍♂️ You could add a text language tag to these markdown blocks across the translations to keep them sweet, so syntax highlighters don't trip on their feet! The root cause is the same base template missing the language tags.

  • agent-tools/mcp.mdx#L105-L112: Add text to the code blocks in the English source.
  • ja/agent-tools/mcp.mdx#L124-L131: Add text to the code blocks in the Japanese translation.
  • ko/agent-tools/mcp.mdx#L125-L132: Add text to the code blocks in the Korean translation.
  • zh/agent-tools/mcp.mdx#L122-L129: Add text to the code blocks in the Chinese translation.
📍 Affects 4 files
  • agent-tools/mcp.mdx#L105-L112 (this comment)
  • ja/agent-tools/mcp.mdx#L124-L131
  • ko/agent-tools/mcp.mdx#L125-L132
  • zh/agent-tools/mcp.mdx#L122-L129
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@agent-tools/mcp.mdx` around lines 105 - 112, Add the text language identifier
to both Markdown code fences in agent-tools/mcp.mdx (105-112),
ja/agent-tools/mcp.mdx (124-131), ko/agent-tools/mcp.mdx (125-132), and
zh/agent-tools/mcp.mdx (122-129), covering the marketplace-add and
plugin-install examples in every locale.

</Step>
<Step title="Sign in">
Run `/mcp`, select **comfy-cloud** → **Authenticate**. Your browser opens to sign in, and tokens refresh automatically.
</Step>
</Steps>

The plugin adds these slash commands:

| Command | What it does |
| --- | --- |
| `/comfy-cloud:generate-image` | Generate, edit, or modify an image |
| `/comfy-cloud:generate-video` | Generate, edit, or extend a video |
| `/comfy-cloud:generate-audio` | Generate audio, music, or sound effects |
| `/comfy-cloud:generate-3d` | Generate a 3D model from text or an image |
| `/comfy-cloud:remove-background` | Remove the background from an image |
| `/comfy-cloud:upscale-image` | Upscale an image to higher resolution |
| `/comfy-cloud:search-templates` | Find pre-built workflow templates on [comfy.org](https://comfy.org) |
| `/comfy-cloud:search-models` | Search for available models |
| `/comfy-cloud:search-nodes` | Search for nodes and get wiring suggestions |
| `/comfy-cloud:help` | See what you can do with ComfyUI Cloud |

<Accordion title="Prefer just the connection, without the plugin?">
Add the server directly:

```bash
claude mcp add --transport http comfy-cloud https://cloud.comfy.org/mcp
```

Then run `/mcp`, select **comfy-cloud** → **Authenticate**. Add `-s user` to make it available in all your projects.

This path still exposes the same workflows as MCP prompts: `/mcp__comfy-cloud__generate-image`, `/mcp__comfy-cloud__search-models`, and so on (the `/mcp__<name>__` prefix uses the name you passed to `claude mcp add`). The plugin above is recommended because it wraps these as the friendlier `/comfy-cloud:*` commands.
</Accordion>
</Tab>

<Tab title="Cursor">
Cursor connects to remote MCP servers over HTTP. Cursor does **not** support MCP OAuth today. Add Comfy Cloud with a Comfy Cloud API key in your MCP config.

Expand Down
6 changes: 3 additions & 3 deletions development/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ See also: [API Reference](/development/cloud/api-reference) · [OpenAPI Specific

## Agent Tools / MCP

Connect AI agents to ComfyUI via the Model Context Protocol (MCP). Use the hosted Cloud MCP or run the Partner MCP server locally for generation across 30+ providers.
Connect AI agents to ComfyUI via the Model Context Protocol (MCP). Start with the hosted Cloud MCP, or use Local MCP and Comfy CLI for other setups.

<Card title="MCP Overview" icon="robot" href="/agent-tools">
Compare Cloud MCP and Partner MCP, and find the right setup for your AI agent integration.
Compare Cloud MCP, Local MCP, and Comfy CLI, and find the right setup for your AI agent integration.
</Card>

See also: [Comfy Cloud MCP](/agent-tools/mcp) · [Comfy Partner MCP](/agent-tools/partner-mcp)
See also: [Comfy Cloud MCP](/agent-tools/mcp) · [Comfy Local MCP](/agent-tools/local)

## Comfy CLI

Expand Down
4 changes: 0 additions & 4 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"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 @@ -2818,7 +2817,6 @@
"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 @@ -5558,7 +5556,6 @@
"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 @@ -8383,7 +8380,6 @@
"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
7 changes: 0 additions & 7 deletions index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,6 @@ The most powerful open source node-based application for generative AI
>
Hosted MCP at cloud.comfy.org — run workflows on Cloud GPUs
</Card>
<Card
title="Partner MCP"
icon="plug"
href="/agent-tools/partner-mcp"
>
Local MCP with unified generate tools across 30+ partner providers
</Card>
<Card
title="Comfy CLI"
icon="terminal"
Expand Down
4 changes: 2 additions & 2 deletions ja/agent-tools/in-app-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Comfy In-App Agent"
sidebarTitle: "In-App Agent"
description: "Comfy Cloud で Comfy In-App Agent のプライベートアルファウェイトリストに参加してください。"
icon: "comments"
translationSourceHash: b94ba198
translationSourceHash: 6f0c61ab
translationFrom: agent-tools/in-app-agent.mdx
---

Expand Down Expand Up @@ -36,6 +36,6 @@ Claude、Cursor、Codex、その他のMCPクライアント(ComfyUIキャン
外部 MCP クライアントを Comfy Cloud に接続し、生成、検索、ワークフローに利用します。
</Card>
<Card title="エージェントツール / MCP概要" icon="robot" href="/ja/agent-tools">
Cloud MCP、Partner MCP、Local MCP、Comfy CLI を比較します。
Cloud MCP、Local MCP、Comfy CLI を比較します。
</Card>
</CardGroup>
26 changes: 12 additions & 14 deletions ja/agent-tools/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ title: "Agent Tools / MCP"
description: "Model Context Protocol (MCP) を使用して AI エージェントを ComfyUI に接続し、画像、動画、オーディオ、3D コンテンツを生成します。"
sidebarTitle: "概要"
icon: "robot"
translationSourceHash: 0647990d
translationSourceHash: f467366b
translationFrom: agent-tools/index.mdx
translationBlockHashes:
"_intro": 57347fa8
"Which One Should I Use?": fa16d052
"_intro": 9db234db
"Which One Should I Use?": 7b3ab710
"What about local ComfyUI?": 6e518082
"What is MCP?": bb62fbe5
---



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

<Note>
Expand All @@ -30,9 +31,6 @@ ComfyUI は **MCP サーバー** と **Comfy CLI** を提供しているので
<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>
<Card title="Comfy Local MCP" icon="server" href="/ja/agent-tools/local">
ファーストパーティのローカル MCP サーバーです。<code>comfy-cli</code> を使用して、<strong>お使いの</strong> ComfyUI インストールを操作します。<em>非公開テスト。まだ一般公開されていません。</em>
</Card>
Expand All @@ -43,14 +41,14 @@ ComfyUI は **MCP サーバー** と **Comfy CLI** を提供しているので

## どちらを使うべき?

| | Comfy Cloud MCP | Comfy Partner MCP | Comfy Local MCP | Comfy CLI |
|---|---|---|---|---|
| **タイプ** | リモート(ホスト型) | ローカル MCP サーバー | ローカル MCP サーバー | ローカル CLI |
| **必要条件** | Comfy Cloud サブスクリプション | [Comfy APIキー](/ja/development/api-development/getting-an-api-key) | ローカル ComfyUI + [comfy-cli](https://github.com/Comfy-Org/comfy-cli) | [Comfy APIキー](/ja/development/api-development/getting-an-api-key) |
| **モデル** | Comfy Cloud モデル(プリインストール済み) | 30以上のパートナープロバイダー(BFL、Ideogram、Kling、Runway、Veo、ElevenLabs など) | あなたのローカルモデルとカスタムノード | `comfy generate` によるパートナーノード |
| **ワークフロー** | 完全な ComfyUI ワークフロー実行 | パートナーAPI生成(カスタムワークフローなし) | 完全なローカル ComfyUI ワークフロー実行 | 単発のパートナーAPI呼び出し(ワークフローJSON不要) |
| **GPU** | クラウド GPU(ローカル GPU 不要) | GPU不要(APIベース) | あなたのローカル GPU | GPU不要(APIベース) |
| **最適な用途** | チャット駆動のエージェント、テンプレート検索 | プロバイダー間の統一MCPツール | チャットから自分のローカル ComfyUI を操作 | スクリプト、CI、バッチジョブ |
| | Comfy Cloud MCP | Comfy Local MCP | Comfy CLI |
|---|---|---|---|
| **タイプ** | リモート(ホスト型) | ローカル MCP サーバー | ローカル CLI |
| **必要条件** | Comfy Cloud サブスクリプション | ローカル ComfyUI + [comfy-cli](https://github.com/Comfy-Org/comfy-cli) | [Comfy APIキー](/ja/development/api-development/getting-an-api-key) |
| **モデル** | Comfy Cloud モデル(プリインストール済み) | あなたのローカルモデルとカスタムノード | `comfy generate` によるパートナーノード |
| **ワークフロー** | 完全な ComfyUI ワークフロー実行 | 完全なローカル ComfyUI ワークフロー実行 | 単発のパートナーAPI呼び出し(ワークフローJSON不要) |
| **GPU** | クラウド GPU(ローカル GPU 不要) | あなたのローカル GPU | GPU不要(APIベース) |
| **最適な用途** | チャット駆動のエージェント、テンプレート検索 | チャットから自分のローカル ComfyUI を操作 | スクリプト、CI、バッチジョブ |
Comment on lines +44 to +51

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Align Markdown table columns for better readability.

A table all squished is a sight that's quite sad,
but padding with spaces makes it look rad! 🪄

Both translated pages feature tables that render perfectly but are slightly misaligned in the raw Markdown source. Consider adding space padding to align the columns. This optional tweak makes the files easier to read and maintain for future editors.

  • ja/agent-tools/index.mdx#L44-L51: pad the columns so that the pipes | align vertically.
  • ko/agent-tools/index.mdx#L44-L51: pad the columns so that the pipes | align vertically.
📍 Affects 2 files
  • ja/agent-tools/index.mdx#L44-L51 (this comment)
  • ko/agent-tools/index.mdx#L44-L51
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@ja/agent-tools/index.mdx` around lines 44 - 51, Align the Markdown table
column separators vertically by adding consistent spacing in
ja/agent-tools/index.mdx lines 44-51 and ko/agent-tools/index.mdx lines 44-51.
Apply the same readability-only padding to both tables without changing their
content or structure.


---

Expand Down
8 changes: 4 additions & 4 deletions ja/agent-tools/local.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ title: "Comfy Local MCP"
sidebarTitle: "Local MCP"
description: "AIエージェント(Claude Code、Claude Desktop、Cursor)から自分のローカルComfyUIを操作できる、ファーストパーティのcomfy-local-mcpサーバーを使用します。ワークフローを実行し、出力を収集し、インストールに実際に含まれるノードとモデルを検査します。"
icon: "server"
translationSourceHash: 0010e883
translationSourceHash: 996d6408
translationFrom: agent-tools/local.mdx
translationBlockHashes:
"_intro": 3a6fd2da
"_intro": c57ebd12
"Requirements": d93ce096
"Installation": 09f9ec59
"Configure your AI client": 69542371
"Quickstart": 80f22916
"Tools": f40c9da1
"Related": 4338f84c
"Related": 257416f6
---


<Warning>
**非公開テスト。** `comfy-local-mcp` は非公開テスト中であり、まだ一般公開されていません。非公開テストへのアクセス権がない場合、現在はインストールや使用はできません。コアループ (`server_info → run_workflow → fetch_outputs`) は実際のローカル ComfyUI に対してエンドツーエンドで検証されていますが、ツールや動作はまだ変更される可能性があります。
</Warning>
Expand Down Expand Up @@ -157,6 +158,5 @@ claude mcp add comfy-local -e COMFY_BIN=/path/to/venv/bin/comfy -- comfy-local-m
## 関連リンク

- [Comfy Cloud MCP](/ja/agent-tools/mcp): ホスト型MCPサーバー、ローカルインストールやGPUは不要
- [Comfy Partner MCP](/ja/agent-tools/partner-mcp): Comfy APIを介した30以上のパートナープロバイダー向けのローカルサーバー
- [Comfy CLI](/ja/agent-tools/cli): ターミナルからローカルのComfyUIとパートナー生成を操作
- [comfy-local-mcp on GitHub](https://github.com/Comfy-Org/comfy-local-mcp): ソース、インストール、ツールリファレンス
Loading
Loading