Skip to content

docs(cloud): Comfy Cloud MCP setup guide — Connectors deep link, OAuth, retire installer#1176

Open
mattmillerai wants to merge 12 commits into
mainfrom
docs/cloud-mcp-setup
Open

docs(cloud): Comfy Cloud MCP setup guide — Connectors deep link, OAuth, retire installer#1176
mattmillerai wants to merge 12 commits into
mainfrom
docs/cloud-mcp-setup

Conversation

@mattmillerai

Copy link
Copy Markdown
Contributor

What

Builds out the Comfy Cloud MCP setup page (development/cloud/mcp-server.mdx) into a real "Connect to Claude" guide, and retires the deprecated installer.

Highlights:

  • "Connect to Claude (MCP)" setup guide with real Claude Desktop screenshots and section jump links.
  • Claude Code installs via the comfy-cloud plugin; each platform's install is self-contained.
  • One-click Connectors deep link for Claude web & Desktop — opens Claude's Add custom connector dialog with the Comfy Cloud server URL pre-filled (connectorName + connectorUrl), so it's click → Add → Connect (OAuth), no config file to edit.
  • Retire the curl|bash installer. Comfy-Org/comfy-cloud-mcp was archived (2026-06-22); the page no longer references install.sh / install.ps1 and leads with Connectors + manual setup instead.
  • Kept all three languages in sync (en / ja / zh).

Note for the reviewer

The ja/zh Connectors card text (incl. the Add custom connector dialog label — カスタムコネクタを追加 / 添加自定义连接器) was written by me, not a native pass. A check on that phrasing against Claude's actual localized UI strings would be the most useful thing to look at.

Separately flagged, not changed here: the Claude Desktop manual tab still documents hand-editing claude_desktop_config.json with a url + headers block. Current Claude Desktop routes remote MCP servers through Connectors, so that tab may be stale — worth a follow-up.

mattmillerai and others added 12 commits June 4, 2026 12:52
New cloud/mcp.mdx documenting how to connect Claude Code and Claude Desktop to
Comfy Cloud via the hosted MCP server (OAuth), including the install one-liners,
the Claude Desktop custom-connector walkthrough (Customize -> Connectors -> + ->
Add custom connector), slash commands, and a headless/CI API-key fallback.

Adds the page to the Cloud Exclusive nav group. Claude Desktop screenshots are
placeholders; images/cloud/mcp/README.md lists the exact files to drop in.
Adds auto-generated labeled placeholder PNGs for the four Claude Desktop steps
so cloud/mcp.mdx renders and `mint broken-links` passes. Replace each in place
with a real capture (same filenames); see images/cloud/mcp/README.md.
- Replace the four auto-generated placeholders with real captures: Connectors,
  Add custom connector, the connector modal (name + URL), and the OAuth sign-in.
- Add a CardGroup after Install linking to the Claude Code / Claude Desktop
  sections.
- Drop the now-obsolete placeholder README and the "screenshots pending" note.
Restructure the MCP page around per-client installs: Claude Code now leads with
the explicit `claude mcp add` one-liner (no longer assumes the installer wired
it), Claude Desktop keeps its connector walkthrough, and the curl/irm installer
moves to an optional "Slash commands" helper. Adds a client picker up top.
Remove contrast-with-the-old-local-installer phrasing (no API key to copy/paste,
nothing to run locally, no Node.js, the 'run anything locally?' FAQ) that only
makes sense to returning users, not first-time readers.
…ntions

- Promote a single Install (H2) with Claude Code, Claude Desktop, Slash
  commands, and Headless/CI as sub-sections (H3), so the on-page TOC nests them.
- Remove the named Cursor/Amp references (kept a neutral 'more clients coming'),
  since those clients land later.
Inline Icon on the Claude Code (terminal) and Claude Desktop (monitor) section
headers, matching the Pick-your-client cards. Anchors (#claude-code,
#claude-desktop) are preserved, so the card jump-links still work.
Lead the Claude Code section with the plugin install
(/plugin marketplace add Comfy-Org/comfy-skills + /plugin install
comfy-cloud@comfy-skills) — one step for the MCP connection and the namespaced
slash commands. Drop the deprecated curl-installer section; keep a manual
'claude mcp add' as a fallback. Standardize the server name on comfy-cloud and
add an FAQ noting Desktop has no slash commands.
Adds a pre-filled "Add custom connector" link (connectorName + connectorUrl)
to the OAuth sign-in section so Claude web/Desktop users can add
cloud.comfy.org/mcp without editing a config file.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…anual setup

The comfy-cloud-mcp thin-client repo (install.sh / install.ps1) is being
archived. Remove the one-click installer section from the MCP setup page in
all three languages and repoint API-key users at manual setup. Add the
Connectors deep link to ja/zh for parity with en.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 3842c75a-8aa3-41e4-b0de-b6c271c23958

📥 Commits

Reviewing files that changed from the base of the PR and between 1156622 and ec208ea.

⛔ Files ignored due to path filters (4)
  • images/cloud/mcp/desktop-add-custom-connector.png is excluded by !**/*.png
  • images/cloud/mcp/desktop-connector-url.png is excluded by !**/*.png
  • images/cloud/mcp/desktop-connectors.png is excluded by !**/*.png
  • images/cloud/mcp/desktop-signin.png is excluded by !**/*.png
📒 Files selected for processing (5)
  • cloud/mcp.mdx
  • development/cloud/mcp-server.mdx
  • docs.json
  • ja/development/cloud/mcp-server.mdx
  • zh/development/cloud/mcp-server.mdx

📝 Walkthrough

Walkthrough

A new cloud/mcp.mdx documentation page is added, covering Claude Code, Claude Desktop, Headless/CI, and FAQ setup for the Comfy Cloud MCP server. It is registered in docs.json navigation. The existing EN, JA, and ZH mcp-server.mdx pages are updated to add an OAuth Connectors card and replace the removed one-click installer with a manual API key setup section.

Changes

Claude MCP Connection Documentation

Layer / File(s) Summary
New cloud/mcp.mdx page and navigation entry
docs.json, cloud/mcp.mdx
Adds the complete cloud/mcp.mdx page (intro, Claude Code plugin steps + slash command table + direct claude mcp add alternative, Claude Desktop OAuth connector flow, Headless/CI API key setup, and FAQ accordion) and registers cloud/mcp as a sibling entry to cloud/import-models in the Cloud Exclusive nav group.
EN mcp-server.mdx: OAuth Connectors card and manual API key setup
development/cloud/mcp-server.mdx
Adds a CardGroup with a one-click connector for Claude web/Desktop OAuth sign-in pointing to https://cloud.comfy.org/mcp, updates adjacent API key text to direct users to manual setup, and removes the old one-click installer section.
JA & ZH mcp-server.mdx: same updates in translation
ja/development/cloud/mcp-server.mdx, zh/development/cloud/mcp-server.mdx
Mirrors EN changes in the Japanese and Chinese translations: OAuth Connectors card added, one-click installer section removed, and manual API key setup section introduced — pun intended, it's a triple-language hat trick!
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/cloud-mcp-setup
⚔️ Resolve merge conflicts
  • Resolve merge conflict in branch docs/cloud-mcp-setup
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch docs/cloud-mcp-setup

Comment @coderabbitai help to get the list of available commands.

@comfyui-wiki

comfyui-wiki commented Jun 24, 2026

Copy link
Copy Markdown
Member

@mattmillerai I think we have removed the mcp-server.mdx in your PR https://github.com/Comfy-Org/docs/pull/1094/changes

@mattmillerai mattmillerai added the cursor-review Trigger Cursor automated review label Jun 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cursor-review Trigger Cursor automated review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants