From 33b0ee8b7aa4f6227a7a9c9bb8e36d2fadfed631 Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Fri, 17 Jul 2026 08:40:16 +0800 Subject: [PATCH 1/2] docs: put Claude Desktop before Claude Code on MCP setup tabs Surface the Desktop connector flow first across EN/zh/ja/ko. --- agent-tools/mcp.mdx | 98 +++++++++++++++++++-------------------- ja/agent-tools/mcp.mdx | 102 ++++++++++++++++++++--------------------- ko/agent-tools/mcp.mdx | 102 ++++++++++++++++++++--------------------- zh/agent-tools/mcp.mdx | 102 ++++++++++++++++++++--------------------- 4 files changed, 202 insertions(+), 202 deletions(-) diff --git a/agent-tools/mcp.mdx b/agent-tools/mcp.mdx index 3163daf50..9720c386d 100644 --- a/agent-tools/mcp.mdx +++ b/agent-tools/mcp.mdx @@ -36,55 +36,6 @@ https://cloud.comfy.org/mcp Pick your client: - - 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. - - - - Register the Comfy Skills marketplace (one-time): - - ``` - /plugin marketplace add Comfy-Org/comfy-skills - ``` - - - ``` - /plugin install comfy-cloud@comfy-skills - ``` - - - Run `/mcp`, select **comfy-cloud** → **Authenticate**. Your browser opens to sign in, and tokens refresh automatically. - - - - 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 | - - - 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____` 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. - - - Claude Desktop adds Comfy Cloud as a **custom connector** through its UI, then runs the OAuth sign-in. @@ -144,6 +95,55 @@ Pick your client: You can also skip prompts and ask in plain language. The MCP tools work the same way. + + 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. + + + + Register the Comfy Skills marketplace (one-time): + + ``` + /plugin marketplace add Comfy-Org/comfy-skills + ``` + + + ``` + /plugin install comfy-cloud@comfy-skills + ``` + + + Run `/mcp`, select **comfy-cloud** → **Authenticate**. Your browser opens to sign in, and tokens refresh automatically. + + + + 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 | + + + 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____` 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. + + + 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. diff --git a/ja/agent-tools/mcp.mdx b/ja/agent-tools/mcp.mdx index 9dc92d197..0e9369152 100644 --- a/ja/agent-tools/mcp.mdx +++ b/ja/agent-tools/mcp.mdx @@ -3,12 +3,12 @@ title: "Comfy Cloud MCP" sidebarTitle: "Cloud MCP" description: "Claude Code、Claude Desktop、Cursor、Codex、またはMCP互換エージェントからComfy Cloud MCPに接続: 画像・ビデオ・オーディオ・3Dの生成、モデルとノードの検索、ワークフローの実行。" icon: "cloud" -translationSourceHash: 2fcc6145 +translationSourceHash: b269a2a2 translationFrom: agent-tools/mcp.mdx translationBlockHashes: "_intro": b1c56a40 "Overview": 2972aa17 - "Install Comfy Cloud MCP": e050becc + "Install Comfy Cloud MCP": b4e1e157 "What your agent can do": 2c2a22e6 "MCP tools": a9211dee "Credits and spending": 20e94ef0 @@ -55,55 +55,6 @@ https://cloud.comfy.org/mcp クライアントを選択: - - **comfy-cloud**プラグインをインストールします。これにより、MCP接続とスラッシュコマンドが一度に追加されます。このプラグインは、[Comfy Skills](https://github.com/Comfy-Org/comfy-skills/)リポジトリを通じて公開されています。このリポジトリにはClaude CodeプラグインとComfy向けのコミュニティエージェントスキルがホストされています。 - - - - Comfy Skillsマーケットプレイスを登録します(1回のみ): - - ``` - /plugin marketplace add Comfy-Org/comfy-skills - ``` - - - ``` - /plugin install comfy-cloud@comfy-skills - ``` - - - `/mcp`を実行し、**comfy-cloud** → **認証**を選択します。ブラウザが開いてログインし、トークンは自動的に更新されます。 - - - - このプラグインは以下のスラッシュコマンドを追加します: - - | コマンド | 説明 | - | --- | --- | - | `/comfy-cloud:generate-image` | 画像の生成、編集、修正 | - | `/comfy-cloud:generate-video` | 動画の生成、編集、拡張 | - | `/comfy-cloud:generate-audio` | オーディオ、音楽、効果音の生成 | - | `/comfy-cloud:generate-3d` | テキストまたは画像から3Dモデルを生成 | - | `/comfy-cloud:remove-background` | 画像から背景を削除 | - | `/comfy-cloud:upscale-image` | 画像を高解像度にアップスケール | - | `/comfy-cloud:search-templates` | [comfy.org](https://comfy.org) で事前構築されたワークフローテンプレートを検索 | - | `/comfy-cloud:search-models` | 利用可能なモデルを検索 | - | `/comfy-cloud:search-nodes` | ノードを検索し、配線の提案を取得 | - | `/comfy-cloud:help` | ComfyUI Cloudでできることを確認 | - - - サーバーを直接追加: - - ```bash - claude mcp add --transport http comfy-cloud https://cloud.comfy.org/mcp - ``` - - その後、`/mcp`を実行し、**comfy-cloud** → **認証**を選択します。`-s user`を追加すると、すべてのプロジェクトで利用可能になります。 - - この方法でも、MCPプロンプトとして同じワークフローが公開されます:`/mcp__comfy-cloud__generate-image`、`/mcp__comfy-cloud__search-models`など(`/mcp__<名前>__`プレフィックスは、`claude mcp add`に渡した名前を使用します)。上記のプラグインは、これらをより親しみやすい`/comfy-cloud:*`コマンドとしてラップするため、推奨されます。 - - - Claude Desktopは、UIを通じてComfy Cloudを**カスタムコネクタ**として追加し、OAuthログインを実行します。 @@ -163,6 +114,55 @@ https://cloud.comfy.org/mcp プロンプトをスキップして、平易な言語で質問することもできます。MCPツールは同様に機能します。 + + **comfy-cloud**プラグインをインストールします。これにより、MCP接続とスラッシュコマンドが一度に追加されます。このプラグインは、[Comfy Skills](https://github.com/Comfy-Org/comfy-skills/)リポジトリを通じて公開されています。このリポジトリにはClaude CodeプラグインとComfy向けのコミュニティエージェントスキルがホストされています。 + + + + Comfy Skillsマーケットプレイスを登録します(1回のみ): + + ``` + /plugin marketplace add Comfy-Org/comfy-skills + ``` + + + ``` + /plugin install comfy-cloud@comfy-skills + ``` + + + `/mcp`を実行し、**comfy-cloud** → **認証**を選択します。ブラウザが開いてログインし、トークンは自動的に更新されます。 + + + + このプラグインは以下のスラッシュコマンドを追加します: + + | コマンド | 説明 | + | --- | --- | + | `/comfy-cloud:generate-image` | 画像の生成、編集、修正 | + | `/comfy-cloud:generate-video` | 動画の生成、編集、拡張 | + | `/comfy-cloud:generate-audio` | オーディオ、音楽、効果音の生成 | + | `/comfy-cloud:generate-3d` | テキストまたは画像から3Dモデルを生成 | + | `/comfy-cloud:remove-background` | 画像から背景を削除 | + | `/comfy-cloud:upscale-image` | 画像を高解像度にアップスケール | + | `/comfy-cloud:search-templates` | [comfy.org](https://comfy.org) で事前構築されたワークフローテンプレートを検索 | + | `/comfy-cloud:search-models` | 利用可能なモデルを検索 | + | `/comfy-cloud:search-nodes` | ノードを検索し、配線の提案を取得 | + | `/comfy-cloud:help` | ComfyUI Cloudでできることを確認 | + + + サーバーを直接追加: + + ```bash + claude mcp add --transport http comfy-cloud https://cloud.comfy.org/mcp + ``` + + その後、`/mcp`を実行し、**comfy-cloud** → **認証**を選択します。`-s user`を追加すると、すべてのプロジェクトで利用可能になります。 + + この方法でも、MCPプロンプトとして同じワークフローが公開されます:`/mcp__comfy-cloud__generate-image`、`/mcp__comfy-cloud__search-models`など(`/mcp__<名前>__`プレフィックスは、`claude mcp add`に渡した名前を使用します)。上記のプラグインは、これらをより親しみやすい`/comfy-cloud:*`コマンドとしてラップするため、推奨されます。 + + + CursorはリモートMCPサーバーにHTTPで接続します。Cursorは現在MCP OAuthをサポートしていません。MCP設定にComfy Cloud APIキーを指定してComfy Cloudを追加します。 diff --git a/ko/agent-tools/mcp.mdx b/ko/agent-tools/mcp.mdx index 4856fdf22..d6e68223a 100644 --- a/ko/agent-tools/mcp.mdx +++ b/ko/agent-tools/mcp.mdx @@ -3,12 +3,12 @@ title: "Comfy Cloud MCP" sidebarTitle: "Cloud MCP" description: "Claude Code, Claude Desktop, Cursor, Codex, OpenClaw 또는 MCP 호환 에이전트에서 Comfy Cloud MCP에 연결하여 이미지, 비디오, 오디오 및 3D를 생성하고, 모델과 노드를 검색하며, 워크플로를 실행하세요." icon: "cloud" -translationSourceHash: 2fcc6145 +translationSourceHash: b269a2a2 translationFrom: agent-tools/mcp.mdx translationBlockHashes: "_intro": b1c56a40 "Overview": 2972aa17 - "Install Comfy Cloud MCP": e050becc + "Install Comfy Cloud MCP": b4e1e157 "What your agent can do": 2c2a22e6 "MCP tools": a9211dee "Credits and spending": 20e94ef0 @@ -56,55 +56,6 @@ https://cloud.comfy.org/mcp 클라이언트를 선택하세요: - - **comfy-cloud** 플러그인을 설치하세요. 이 플러그인은 MCP 연결과 슬래시 명령어를 한 번에 추가합니다. 이 플러그인은 Comfy의 Claude Code 플러그인과 커뮤니티 에이전트 스킬을 호스팅하는 [Comfy Skills](https://github.com/Comfy-Org/comfy-skills/) 저장소를 통해 게시됩니다. - - - - Comfy Skills 마켓플레이스를 등록합니다(한 번만 수행): - - ``` - /plugin marketplace add Comfy-Org/comfy-skills - ``` - - - ``` - /plugin install comfy-cloud@comfy-skills - ``` - - - `/mcp`를 실행하고 **comfy-cloud** → **Authenticate**를 선택하세요. 브라우저가 열려 로그인하고 토큰은 자동으로 새로 고쳐집니다. - - - - 플러그인은 다음 슬래시 명령어를 추가합니다: - - | 명령어 | 설명 | - | --- | --- | - | `/comfy-cloud:generate-image` | 이미지 생성, 편집 또는 수정 | - | `/comfy-cloud:generate-video` | 비디오 생성, 편집 또는 확장 | - | `/comfy-cloud:generate-audio` | 오디오, 음악 또는 사운드 효과 생성 | - | `/comfy-cloud:generate-3d` | 텍스트 또는 이미지에서 3D 모델 생성 | - | `/comfy-cloud:remove-background` | 이미지에서 배경 제거 | - | `/comfy-cloud:upscale-image` | 이미지를 더 높은 해상도로 업스케일 | - | `/comfy-cloud:search-templates` | [comfy.org](https://comfy.org)에서 사전 구축된 워크플로 템플릿 검색 | - | `/comfy-cloud:search-models` | 사용 가능한 모델 검색 | - | `/comfy-cloud:search-nodes` | 노드 검색 및 연결 제안 받기 | - | `/comfy-cloud:help` | ComfyUI Cloud로 할 수 있는 작업 확인 | - - - 서버를 직접 추가하세요: - - ```bash - claude mcp add --transport http comfy-cloud https://cloud.comfy.org/mcp - ``` - - 그런 다음 `/mcp`를 실행하고 **comfy-cloud** → **Authenticate**를 선택하세요. `-s user`를 추가하면 모든 프로젝트에서 사용할 수 있습니다. - - 이 방법도 MCP 프롬프트로 동일한 워크플로를 제공합니다: `/mcp__comfy-cloud__generate-image`, `/mcp__comfy-cloud__search-models` 등(`/mcp__<이름>__` 접두사는 `claude mcp add`에 전달한 이름을 사용합니다). 위 플러그인은 이를 더 친숙한 `/comfy-cloud:*` 명령어로 래핑하므로 권장됩니다. - - - Claude Desktop은 Comfy Cloud를 UI를 통해 **사용자 지정 커넥터**로 추가한 다음 OAuth 로그인을 실행합니다. @@ -164,6 +115,55 @@ https://cloud.comfy.org/mcp 프롬프트를 건너뛰고 일반 언어로 요청할 수도 있습니다. MCP 도구는 동일하게 작동합니다. + + **comfy-cloud** 플러그인을 설치하세요. 이 플러그인은 MCP 연결과 슬래시 명령어를 한 번에 추가합니다. 이 플러그인은 Comfy의 Claude Code 플러그인과 커뮤니티 에이전트 스킬을 호스팅하는 [Comfy Skills](https://github.com/Comfy-Org/comfy-skills/) 저장소를 통해 게시됩니다. + + + + Comfy Skills 마켓플레이스를 등록합니다(한 번만 수행): + + ``` + /plugin marketplace add Comfy-Org/comfy-skills + ``` + + + ``` + /plugin install comfy-cloud@comfy-skills + ``` + + + `/mcp`를 실행하고 **comfy-cloud** → **Authenticate**를 선택하세요. 브라우저가 열려 로그인하고 토큰은 자동으로 새로 고쳐집니다. + + + + 플러그인은 다음 슬래시 명령어를 추가합니다: + + | 명령어 | 설명 | + | --- | --- | + | `/comfy-cloud:generate-image` | 이미지 생성, 편집 또는 수정 | + | `/comfy-cloud:generate-video` | 비디오 생성, 편집 또는 확장 | + | `/comfy-cloud:generate-audio` | 오디오, 음악 또는 사운드 효과 생성 | + | `/comfy-cloud:generate-3d` | 텍스트 또는 이미지에서 3D 모델 생성 | + | `/comfy-cloud:remove-background` | 이미지에서 배경 제거 | + | `/comfy-cloud:upscale-image` | 이미지를 더 높은 해상도로 업스케일 | + | `/comfy-cloud:search-templates` | [comfy.org](https://comfy.org)에서 사전 구축된 워크플로 템플릿 검색 | + | `/comfy-cloud:search-models` | 사용 가능한 모델 검색 | + | `/comfy-cloud:search-nodes` | 노드 검색 및 연결 제안 받기 | + | `/comfy-cloud:help` | ComfyUI Cloud로 할 수 있는 작업 확인 | + + + 서버를 직접 추가하세요: + + ```bash + claude mcp add --transport http comfy-cloud https://cloud.comfy.org/mcp + ``` + + 그런 다음 `/mcp`를 실행하고 **comfy-cloud** → **Authenticate**를 선택하세요. `-s user`를 추가하면 모든 프로젝트에서 사용할 수 있습니다. + + 이 방법도 MCP 프롬프트로 동일한 워크플로를 제공합니다: `/mcp__comfy-cloud__generate-image`, `/mcp__comfy-cloud__search-models` 등(`/mcp__<이름>__` 접두사는 `claude mcp add`에 전달한 이름을 사용합니다). 위 플러그인은 이를 더 친숙한 `/comfy-cloud:*` 명령어로 래핑하므로 권장됩니다. + + + Cursor는 원격 MCP 서버에 HTTP로 연결됩니다. Cursor는 현재 MCP OAuth를 지원하지 않습니다. MCP 구성에 Comfy Cloud API 키를 사용하여 Comfy Cloud를 추가하세요. diff --git a/zh/agent-tools/mcp.mdx b/zh/agent-tools/mcp.mdx index eab27c9be..27cb7ac49 100644 --- a/zh/agent-tools/mcp.mdx +++ b/zh/agent-tools/mcp.mdx @@ -3,12 +3,12 @@ title: "Comfy Cloud MCP" sidebarTitle: "Cloud MCP" description: "从 Claude Code、Claude Desktop、Cursor、Codex、OpenClaw 或任何兼容 MCP 的代理连接 Comfy Cloud MCP:生成图像、视频、音频和 3D,搜索模型与节点,并运行工作流。" icon: "cloud" -translationSourceHash: 2fcc6145 +translationSourceHash: b269a2a2 translationFrom: agent-tools/mcp.mdx translationBlockHashes: "_intro": b1c56a40 "Overview": 2972aa17 - "Install Comfy Cloud MCP": e050becc + "Install Comfy Cloud MCP": b4e1e157 "What your agent can do": 2c2a22e6 "MCP tools": a9211dee "Credits and spending": 20e94ef0 @@ -53,55 +53,6 @@ https://cloud.comfy.org/mcp 选择你的客户端: - - 安装 **comfy-cloud** 插件。它将 MCP 连接和斜杠指令集成为一步操作。该插件通过 [Comfy Skills](https://github.com/Comfy-Org/comfy-skills/) 仓库发布,该仓库托管了 Claude Code 插件以及适用于 Comfy 的社区代理技能。 - - - - 添加 Comfy Skills 插件市场(只需一次): - - ``` - /plugin marketplace add Comfy-Org/comfy-skills - ``` - - - ``` - /plugin install comfy-cloud@comfy-skills - ``` - - - 运行 `/mcp`,选择 **comfy-cloud** → **Authenticate**。你的浏览器会打开并登录,令牌会自动刷新。 - - - - 该插件添加了以下斜杠指令: - - | 指令 | 作用 | - | --- | --- | - | `/comfy-cloud:generate-image` | 生成、编辑或修改图像 | - | `/comfy-cloud:generate-video` | 生成、编辑或扩展视频 | - | `/comfy-cloud:generate-audio` | 生成音频、音乐或音效 | - | `/comfy-cloud:generate-3d` | 从文本或图像生成 3D 模型 | - | `/comfy-cloud:remove-background` | 从图像中移除背景 | - | `/comfy-cloud:upscale-image` | 将图像放大到更高分辨率 | - | `/comfy-cloud:search-templates` | 在 [comfy.org](https://comfy.org) 上查找预构建的工作流模板 | - | `/comfy-cloud:search-models` | 搜索可用模型 | - | `/comfy-cloud:search-nodes` | 搜索节点并获取连接建议 | - | `/comfy-cloud:help` | 查看你可以用 ComfyUI Cloud 做什么 | - - - 直接添加服务器: - - ```bash - claude mcp add --transport http comfy-cloud https://cloud.comfy.org/mcp - ``` - - 然后运行 `/mcp`,选择 **comfy-cloud** → **Authenticate**。添加 `-s user` 使其在你所有项目中可用。 - - 此路径仍然会暴露与 MCP 提示词相同的工作流:`/mcp__comfy-cloud__generate-image`、`/mcp__comfy-cloud__search-models` 等(`/mcp____` 前缀使用你传递给 `claude mcp add` 的名称)。推荐使用上面的插件,因为它将这些封装为更友好的 `/comfy-cloud:*` 指令。 - - - Claude Desktop 通过其 UI 将 Comfy Cloud 添加为**自定义连接器**,然后运行 OAuth 登录。 @@ -161,6 +112,55 @@ https://cloud.comfy.org/mcp 你也可以跳过提示词,直接用自然语言提问。MCP 工具的工作方式相同。 + + 安装 **comfy-cloud** 插件。它将 MCP 连接和斜杠指令集成为一步操作。该插件通过 [Comfy Skills](https://github.com/Comfy-Org/comfy-skills/) 仓库发布,该仓库托管了 Claude Code 插件以及适用于 Comfy 的社区代理技能。 + + + + 添加 Comfy Skills 插件市场(只需一次): + + ``` + /plugin marketplace add Comfy-Org/comfy-skills + ``` + + + ``` + /plugin install comfy-cloud@comfy-skills + ``` + + + 运行 `/mcp`,选择 **comfy-cloud** → **Authenticate**。你的浏览器会打开并登录,令牌会自动刷新。 + + + + 该插件添加了以下斜杠指令: + + | 指令 | 作用 | + | --- | --- | + | `/comfy-cloud:generate-image` | 生成、编辑或修改图像 | + | `/comfy-cloud:generate-video` | 生成、编辑或扩展视频 | + | `/comfy-cloud:generate-audio` | 生成音频、音乐或音效 | + | `/comfy-cloud:generate-3d` | 从文本或图像生成 3D 模型 | + | `/comfy-cloud:remove-background` | 从图像中移除背景 | + | `/comfy-cloud:upscale-image` | 将图像放大到更高分辨率 | + | `/comfy-cloud:search-templates` | 在 [comfy.org](https://comfy.org) 上查找预构建的工作流模板 | + | `/comfy-cloud:search-models` | 搜索可用模型 | + | `/comfy-cloud:search-nodes` | 搜索节点并获取连接建议 | + | `/comfy-cloud:help` | 查看你可以用 ComfyUI Cloud 做什么 | + + + 直接添加服务器: + + ```bash + claude mcp add --transport http comfy-cloud https://cloud.comfy.org/mcp + ``` + + 然后运行 `/mcp`,选择 **comfy-cloud** → **Authenticate**。添加 `-s user` 使其在你所有项目中可用。 + + 此路径仍然会暴露与 MCP 提示词相同的工作流:`/mcp__comfy-cloud__generate-image`、`/mcp__comfy-cloud__search-models` 等(`/mcp____` 前缀使用你传递给 `claude mcp add` 的名称)。推荐使用上面的插件,因为它将这些封装为更友好的 `/comfy-cloud:*` 指令。 + + + Cursor 通过 HTTP 连接到远程 MCP 服务器。Cursor 目前**不**支持 MCP OAuth。在 MCP 配置中使用 Comfy Cloud API 密钥添加 Comfy Cloud。 From f1d33640e9fa4fff2b7ffbebe785637ae261e00f Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Fri, 17 Jul 2026 08:47:19 +0800 Subject: [PATCH 2/2] docs: hide Partner MCP from nav and entry points Keep the pages reachable by direct URL, but remove sidebar and cross-links while the feature stays private. --- agent-tools/in-app-agent.mdx | 2 +- agent-tools/index.mdx | 19 ++++++++----------- agent-tools/local.mdx | 7 +++---- development/overview.mdx | 6 +++--- docs.json | 4 ---- index.mdx | 7 ------- ja/agent-tools/in-app-agent.mdx | 4 ++-- ja/agent-tools/index.mdx | 26 ++++++++++++-------------- ja/agent-tools/local.mdx | 8 ++++---- ja/development/overview.mdx | 11 ++++++----- ja/index.mdx | 9 +-------- ko/agent-tools/in-app-agent.mdx | 4 ++-- ko/agent-tools/index.mdx | 26 ++++++++++++-------------- ko/agent-tools/local.mdx | 8 ++++---- ko/development/overview.mdx | 11 ++++++----- ko/index.mdx | 9 +-------- zh/agent-tools/in-app-agent.mdx | 4 ++-- zh/agent-tools/index.mdx | 26 ++++++++++++-------------- zh/agent-tools/local.mdx | 14 +++++++------- zh/development/overview.mdx | 11 ++++++----- zh/index.mdx | 9 +-------- 21 files changed, 93 insertions(+), 132 deletions(-) diff --git a/agent-tools/in-app-agent.mdx b/agent-tools/in-app-agent.mdx index b0d9bb029..e8500e91f 100644 --- a/agent-tools/in-app-agent.mdx +++ b/agent-tools/in-app-agent.mdx @@ -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. - Compare Cloud MCP, Partner MCP, Local MCP, and Comfy CLI. + Compare Cloud MCP, Local MCP, and Comfy CLI. diff --git a/agent-tools/index.mdx b/agent-tools/index.mdx index 3d78d1385..d6581e8e6 100644 --- a/agent-tools/index.mdx +++ b/agent-tools/index.mdx @@ -22,9 +22,6 @@ ComfyUI provides **MCP servers** and **Comfy CLI** so AI agents and developers c Agent experience inside Comfy Cloud (chat builds and edits your graph). *Private alpha; waitlist only for now.* - - Run a local MCP server using the Comfy Partner-Node SDK. Provides unified generate_image, generate_video, generate_3d, and more tools across 30+ partner providers. - First-party local MCP server that drives your **own** ComfyUI install via comfy-cli. *Private test; not publicly available yet.* @@ -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 | --- diff --git a/agent-tools/local.mdx b/agent-tools/local.mdx index 1ab2e1a38..34e2be4b4 100644 --- a/agent-tools/local.mdx +++ b/agent-tools/local.mdx @@ -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 diff --git a/development/overview.mdx b/development/overview.mdx index 7890b96db..175683ee5 100644 --- a/development/overview.mdx +++ b/development/overview.mdx @@ -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. - 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. -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 diff --git a/docs.json b/docs.json index 6ed824b20..ea4390f4e 100644 --- a/docs.json +++ b/docs.json @@ -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" ] @@ -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" ] @@ -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" ] @@ -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" ] diff --git a/index.mdx b/index.mdx index e371db8eb..f5247471b 100644 --- a/index.mdx +++ b/index.mdx @@ -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 - - Local MCP with unified generate tools across 30+ partner providers - - Cloud MCP、Partner MCP、Local MCP、Comfy CLI を比較します。 + Cloud MCP、Local MCP、Comfy CLI を比較します。 diff --git a/ja/agent-tools/index.mdx b/ja/agent-tools/index.mdx index 3b4990781..920a59e01 100644 --- a/ja/agent-tools/index.mdx +++ b/ja/agent-tools/index.mdx @@ -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 コンテンツを生成できます。 @@ -30,9 +31,6 @@ ComfyUI は **MCP サーバー** と **Comfy CLI** を提供しているので Comfy Cloud 内のエージェント体験(チャットでグラフを構築・編集)。*プライベートアルファ。現在はウェイトリストのみ。* - - Comfy Partner-Node SDK を使用したローカル MCP サーバー。30以上のパートナープロバイダーに対応する統一された generate_imagegenerate_videogenerate_3d などのツールを提供します。 - ファーストパーティのローカル MCP サーバーです。comfy-cli を使用して、お使いの ComfyUI インストールを操作します。非公開テスト。まだ一般公開されていません。 @@ -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、バッチジョブ | --- diff --git a/ja/agent-tools/local.mdx b/ja/agent-tools/local.mdx index 4e254578d..43022a36a 100644 --- a/ja/agent-tools/local.mdx +++ b/ja/agent-tools/local.mdx @@ -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 --- + **非公開テスト。** `comfy-local-mcp` は非公開テスト中であり、まだ一般公開されていません。非公開テストへのアクセス権がない場合、現在はインストールや使用はできません。コアループ (`server_info → run_workflow → fetch_outputs`) は実際のローカル ComfyUI に対してエンドツーエンドで検証されていますが、ツールや動作はまだ変更される可能性があります。 @@ -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): ソース、インストール、ツールリファレンス diff --git a/ja/development/overview.mdx b/ja/development/overview.mdx index b90834797..68a41da2b 100644 --- a/ja/development/overview.mdx +++ b/ja/development/overview.mdx @@ -1,19 +1,20 @@ --- title: "概要" description: "開発者としての ComfyUI の利用" -translationSourceHash: beb085d2 +translationSourceHash: 4d431c1f translationFrom: development/overview.mdx translationBlockHashes: "_intro": 21d39346 "Deploy ComfyUI as a Server": 07693c4c "Cloud API": 80dab2ed - "Agent Tools / MCP": a7050777 + "Agent Tools / MCP": e325a91e "Comfy CLI": 11578ce8 "Develop Custom Nodes": 51cd210e "Registry": cc46f1e1 --- + ComfyUI はモジュール式の GenAI 推論エンジンです。API サーバーとしてデプロイしたり、API 経由でアクセスしたり、カスタムノードで拡張したり、コマンドラインから管理したりできます。目的に合ったパスを選んでください。 ## ComfyUI をサーバーとしてデプロイ @@ -38,13 +39,13 @@ ComfyUI はモジュール式の GenAI 推論エンジンです。API サーバ ## Agent Tools / MCP -Model Context Protocol(MCP)を介して AI エージェントを ComfyUI に接続。ホステッド Cloud MCP を利用するか、ローカルで Partner MCP サーバーを実行し、30 以上のプロバイダーに対応。 +Model Context Protocol(MCP)を介して AI エージェントを ComfyUI に接続。ホスト型 Cloud MCP から始めるか、Local MCP と Comfy CLI で他の構成に対応できます。 - Cloud MCP と Partner MCP を比較し、AI エージェント統合に最適な構成を見つけます。 + Cloud MCP、Local MCP、Comfy CLI を比較し、AI エージェント統合に最適な構成を見つけます。 -関連リンク:[Comfy Cloud MCP](/ja/agent-tools/mcp) · [Comfy Partner MCP](/ja/agent-tools/partner-mcp) +関連リンク:[Comfy Cloud MCP](/ja/agent-tools/mcp) · [Comfy Local MCP](/ja/agent-tools/local) ## Comfy CLI diff --git a/ja/index.mdx b/ja/index.mdx index 77515f854..577e68cdb 100644 --- a/ja/index.mdx +++ b/ja/index.mdx @@ -4,7 +4,7 @@ description: "ComfyUI 公式ドキュメント" icon: "book-open" sidebarTitle: "はじめに" mode: "frame" -translationSourceHash: 627171ce +translationSourceHash: 45169bda translationFrom: index.mdx --- @@ -109,13 +109,6 @@ translationFrom: index.mdx > cloud.comfy.org のホスト型 MCP — Cloud GPU でワークフローを実行 - - ローカル MCP サーバー。30以上のパートナープロバイダー向け統一生成ツール - - Cloud MCP, Partner MCP, Local MCP, Comfy CLI를 비교합니다. + Cloud MCP, Local MCP, Comfy CLI를 비교합니다. diff --git a/ko/agent-tools/index.mdx b/ko/agent-tools/index.mdx index dc6dbb24d..7dd9f7e1c 100644 --- a/ko/agent-tools/index.mdx +++ b/ko/agent-tools/index.mdx @@ -3,16 +3,17 @@ title: "Agent Tools / MCP" description: "AI 에이전트를 모델 컨텍스트 프로토콜(MCP)을 통해 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 콘텐츠를 생성할 수 있도록 합니다. @@ -30,9 +31,6 @@ ComfyUI는 **MCP 서버**와 **Comfy CLI**를 제공하여 AI 에이전트와 Comfy Cloud 내에서의 에이전트 경험(채팅으로 그래프를 빌드하고 편집). 프라이빗 알파; 현재는 대기자 명단만 가능. - - Comfy Partner-Node SDK를 사용해 로컬 MCP 서버를 실행하세요. 30개 이상의 파트너 제공업체에서 통합된 generate_image, generate_video, generate_3d 및 기타 도구를 제공합니다. - comfy-cli를 통해 사용자 **자신의** ComfyUI 설치를 구동하는 자사 로컬 MCP 서버입니다. 비공개 테스트; 아직 공개적으로 사용할 수 없습니다. @@ -43,14 +41,14 @@ ComfyUI는 **MCP 서버**와 **Comfy CLI**를 제공하여 AI 에이전트와 ## 어떤 것을 사용해야 할까요? -| | 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`를 통한 파트너 노드 | -| **워크플로** | 전체 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 키](/ko/development/api-development/getting-an-api-key) | +| **모델** | Comfy Cloud 모델(사전 설치됨) | 로컬 모델 및 커스텀 노드 | `comfy generate`를 통한 파트너 노드 | +| **워크플로** | 전체 ComfyUI 워크플로 실행 | 전체 로컬 ComfyUI 워크플로 실행 | 일회성 파트너 API 호출 (워크플로 JSON 불필요) | +| **GPU** | 클라우드 GPU (로컬 GPU 필요 없음) | 로컬 GPU | GPU 불필요 (API 기반) | +| **최적 사용처** | 채팅 기반 에이전트, 템플릿 검색 | 채팅으로 로컬 ComfyUI 구동 | 스크립트, CI, 배치 작업 | --- diff --git a/ko/agent-tools/local.mdx b/ko/agent-tools/local.mdx index 49af93bda..cce592a3d 100644 --- a/ko/agent-tools/local.mdx +++ b/ko/agent-tools/local.mdx @@ -3,18 +3,19 @@ title: "Comfy Local MCP" sidebarTitle: "Local MCP" description: "자신의 로컬 ComfyUI를 AI 에이전트(Claude Code, Claude Desktop, Cursor)에서 구동하세요. 공식 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 --- + **비공개 테스트.** `comfy-local-mcp`는 비공개 테스트 중이며 아직 공개적으로 사용할 수 없습니다. 비공개 테스트 접근 권한이 없다면 오늘 설치하거나 사용할 수 없습니다. 핵심 루프(`server_info → run_workflow → fetch_outputs`)는 실제 로컬 ComfyUI에 대해 종단 간 검증되었지만, 도구와 동작은 변경될 수 있습니다. @@ -159,6 +160,5 @@ claude mcp add comfy-local -e COMFY_BIN=/path/to/venv/bin/comfy -- comfy-local-m ## 관련 - [Comfy Cloud MCP](/ko/agent-tools/mcp): 호스팅된 MCP 서버, 로컬 설치나 GPU 불필요 -- [Comfy Partner MCP](/ko/agent-tools/partner-mcp): 30개 이상의 파트너 제공자를 위한 로컬 서버 (Comfy API 사용) - [Comfy CLI](/ko/agent-tools/cli): 터미널에서 로컬 ComfyUI 및 파트너 생성 구동 - [comfy-local-mcp on GitHub](https://github.com/Comfy-Org/comfy-local-mcp): 소스, 설치, 도구 참조 diff --git a/ko/development/overview.mdx b/ko/development/overview.mdx index fa7f6eedd..ebc64293b 100644 --- a/ko/development/overview.mdx +++ b/ko/development/overview.mdx @@ -1,19 +1,20 @@ --- title: "개요" description: "개발자로서 ComfyUI 사용하기" -translationSourceHash: beb085d2 +translationSourceHash: 4d431c1f translationFrom: development/overview.mdx translationBlockHashes: "_intro": 21d39346 "Deploy ComfyUI as a Server": 07693c4c "Cloud API": 80dab2ed - "Agent Tools / MCP": a7050777 + "Agent Tools / MCP": e325a91e "Comfy CLI": 11578ce8 "Develop Custom Nodes": 51cd210e "Registry": cc46f1e1 --- + ComfyUI는 서버로 실행되고 API를 통해 접근 가능하며, 커스텀 노드로 확장할 수 있고 명령줄에서 관리 가능한 모듈식 GenAI 추론 엔진입니다. 아래에서 원하는 방식을 선택하세요. ## ComfyUI를 서버로 배포하기 @@ -38,13 +39,13 @@ ComfyUI는 서버로 실행되고 API를 통해 접근 가능하며, 커스텀 ## 에이전트 도구 / MCP -모델 컨텍스트 프로토콜(MCP)을 통해 AI 에이전트를 ComfyUI와 연결하세요. 호스팅된 클라우드 MCP를 사용하거나 현지에서 파트너 MCP 서버를 실행하여 30개 이상의 제공업체에서 생성하세요. +모델 컨텍스트 프로토콜(MCP)을 통해 AI 에이전트를 ComfyUI와 연결하세요. 호스팅된 클라우드 MCP로 시작하거나, Local MCP와 Comfy CLI로 다른 설정을 구성할 수 있습니다. - 클라우드 MCP와 파트너 MCP를 비교하고, AI 에이전트 통합에 적합한 설정을 찾아보세요. + 클라우드 MCP, Local MCP, Comfy CLI를 비교하고, AI 에이전트 통합에 적합한 설정을 찾아보세요. -참고: [Comfy Cloud MCP](/ko/agent-tools/mcp) · [Comfy 파트너 MCP](/ko/agent-tools/partner-mcp) +참고: [Comfy Cloud MCP](/ko/agent-tools/mcp) · [Comfy Local MCP](/ko/agent-tools/local) ## Comfy CLI diff --git a/ko/index.mdx b/ko/index.mdx index 809a03b33..8db8d8db1 100644 --- a/ko/index.mdx +++ b/ko/index.mdx @@ -4,7 +4,7 @@ description: "ComfyUI 공식 문서" icon: "book-open" sidebarTitle: "소개" mode: "frame" -translationSourceHash: 627171ce +translationSourceHash: 45169bda translationFrom: index.mdx --- @@ -109,13 +109,6 @@ translationFrom: index.mdx > cloud.comfy.org에서 호스팅하는 MCP — 클라우드 GPU에서 워크플로우 실행하기 - - 30개 이상의 파트너 제공업체에서 통합된 생성 도구를 갖춘 로컬 MCP - - 比较 Cloud MCP、Partner MCP、Local MCP 和 Comfy CLI。 + 比较 Cloud MCP、Local MCP 和 Comfy CLI。 diff --git a/zh/agent-tools/index.mdx b/zh/agent-tools/index.mdx index b30c25a69..aff9c6603 100644 --- a/zh/agent-tools/index.mdx +++ b/zh/agent-tools/index.mdx @@ -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 内容。 @@ -30,9 +31,6 @@ ComfyUI 提供了 **MCP 服务器** 和 **Comfy CLI**,让 AI 代理和开发 Comfy Cloud 内部的代理体验(通过聊天构建和编辑您的画面)。*私有内测;目前仅限候补名单。* - - 使用 Comfy Partner-Node SDK 运行本地 MCP 服务器。提供统一的 generate_imagegenerate_videogenerate_3d 等工具,覆盖 30+ 合作伙伴提供商。 - 第一方本地 MCP 服务器,通过 comfy-cli 驱动您**自己的** ComfyUI 安装。*私有测试;尚未公开提供。* @@ -45,14 +43,14 @@ ComfyUI 提供了 **MCP 服务器** 和 **Comfy CLI**,让 AI 代理和开发 ## 我该用哪个? -| | Comfy Cloud MCP | Comfy Partner MCP | Comfy Local MCP | Comfy CLI | -|---|---|---|---|---| -| **类型** | 远程(托管) | 本地 MCP 服务器 | 本地 MCP 服务器 | 本地 CLI | -| **需要** | Comfy Cloud 订阅 | [Comfy API 密钥](/zh/development/api-development/getting-an-api-key) | 本地 ComfyUI + [comfy-cli](https://github.com/Comfy-Org/comfy-cli) | [Comfy API 密钥](/zh/development/api-development/getting-an-api-key) | -| **模型** | Comfy Cloud 模型(预装) | 30+ 合作伙伴提供商(BFL、Ideogram、Kling、Runway、Veo、ElevenLabs 等) | 您的本地模型和自定义节点 | 通过 `comfy generate` 调用的合作伙伴节点 | -| **工作流** | 完整的 ComfyUI 工作流执行 | 合作伙伴 API 生成(无需自定义工作流) | 完整的本地 ComfyUI 工作流执行 | 一次性合作伙伴 API 调用(无需工作流 JSON) | -| **GPU** | Cloud 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 密钥](/zh/development/api-development/getting-an-api-key) | +| **模型** | Comfy Cloud 模型(预装) | 您的本地模型和自定义节点 | 通过 `comfy generate` 调用的合作伙伴节点 | +| **工作流** | 完整的 ComfyUI 工作流执行 | 完整的本地 ComfyUI 工作流执行 | 一次性合作伙伴 API 调用(无需工作流 JSON) | +| **GPU** | Cloud GPU(无需本地 GPU) | 您的本地 GPU | 无需 GPU(基于 API) | +| **最佳用途** | 聊天驱动代理、模板搜索 | 从聊天驱动您的本地 ComfyUI | 脚本、CI、批处理作业 | --- diff --git a/zh/agent-tools/local.mdx b/zh/agent-tools/local.mdx index 194fc5a81..70017ae62 100644 --- a/zh/agent-tools/local.mdx +++ b/zh/agent-tools/local.mdx @@ -3,18 +3,19 @@ title: "Comfy Local MCP" sidebarTitle: "本地MCP" description: "使用官方的 comfy-local-mcp 服务器,通过 AI 代理(Claude Code、Claude Desktop、Cursor)驱动你自己的本地 ComfyUI:运行工作流、收集输出,并检查你的安装实际拥有的节点和模型。" 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 --- + **私有测试。** `comfy-local-mcp` 目前处于私有测试阶段,尚未公开发布。如果您没有私有测试访问权限,则今天无法安装或使用它。核心循环(`server_info → run_workflow → fetch_outputs`)已针对运行的本地 ComfyUI 进行了端到端验证,但工具和行为可能仍会发生变化。 @@ -158,7 +159,6 @@ claude mcp add comfy-local -e COMFY_BIN=/path/to/venv/bin/comfy -- comfy-local-m ## 相关 -- [Comfy Cloud MCP](/zh/agent-tools/mcp) — 托管MCP服务器,无需本地安装或GPU -- [Comfy Partner MCP](/zh/agent-tools/partner-mcp) — 通过Comfy API为30多家合作伙伴提供商提供的本地服务器 -- [Comfy CLI](/zh/agent-tools/cli) — 从终端驱动本地ComfyUI和合作伙伴生成 -- [comfy-local-mcp on GitHub](https://github.com/Comfy-Org/comfy-local-mcp) — 来源、安装和工具参考 +- [Comfy Cloud MCP](/zh/agent-tools/mcp):托管MCP服务器,无需本地安装或GPU +- [Comfy CLI](/zh/agent-tools/cli):从终端驱动本地ComfyUI和合作伙伴生成 +- [comfy-local-mcp on GitHub](https://github.com/Comfy-Org/comfy-local-mcp):来源、安装和工具参考 diff --git a/zh/development/overview.mdx b/zh/development/overview.mdx index ba7ee87fb..44e50e633 100644 --- a/zh/development/overview.mdx +++ b/zh/development/overview.mdx @@ -1,19 +1,20 @@ --- title: "概述" description: "作为开发者使用 ComfyUI" -translationSourceHash: beb085d2 +translationSourceHash: 4d431c1f translationFrom: development/overview.mdx translationBlockHashes: "_intro": 21d39346 "Deploy ComfyUI as a Server": 07693c4c "Cloud API": 80dab2ed - "Agent Tools / MCP": a7050777 + "Agent Tools / MCP": e325a91e "Comfy CLI": 11578ce8 "Develop Custom Nodes": 51cd210e "Registry": cc46f1e1 --- + ComfyUI 是一个模块化的 GenAI 推理引擎,可以部署为 API 服务器、通过接口调用、用自定义节点扩展,也能用命令行管理。根据你的需求选择下面的路径。 ## 部署 ComfyUI 作为 API 服务 @@ -38,13 +39,13 @@ ComfyUI 是一个模块化的 GenAI 推理引擎,可以部署为 API 服务器 ## Agent Tools / MCP -通过模型上下文协议(MCP)将 AI 代理连接到 ComfyUI。使用托管的 Cloud MCP 或在本地运行 Partner MCP 服务器,对接 30+ 个服务商。 +通过模型上下文协议(MCP)将 AI 代理连接到 ComfyUI。可从托管的 Cloud MCP 开始,或使用 Local MCP 与 Comfy CLI 完成其他场景。 - 比较 Cloud MCP 和 Partner MCP,找到适合你 AI 代理集成的方式。 + 比较 Cloud MCP、Local MCP 和 Comfy CLI,找到适合你 AI 代理集成的方式。 -另见:[Comfy Cloud MCP](/zh/agent-tools/mcp) · [Comfy Partner MCP](/zh/agent-tools/partner-mcp) +另见:[Comfy Cloud MCP](/zh/agent-tools/mcp) · [Comfy Local MCP](/zh/agent-tools/local) ## Comfy CLI diff --git a/zh/index.mdx b/zh/index.mdx index 1b9594520..c799545a6 100644 --- a/zh/index.mdx +++ b/zh/index.mdx @@ -4,7 +4,7 @@ description: "ComfyUI 官方文档" icon: "book-open" mode: "frame" sidebarTitle: "介绍" -translationSourceHash: 627171ce +translationSourceHash: 45169bda translationFrom: index.mdx --- @@ -112,13 +112,6 @@ translationFrom: index.mdx > 托管于 cloud.comfy.org 的 MCP — 在 Cloud GPU 上运行工作流 - - 本地 MCP 服务器,通过统一生成工具调用 30+ 合作提供商 -