Skip to content
Merged
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
20 changes: 0 additions & 20 deletions development/cloud/mcp-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
**Closed Beta — invite only.** Comfy Cloud MCP is currently in a closed beta with per-user feature flag gating. Features, tools, and behavior may change as the project evolves. If you don't have access yet, [sign up for the waitlist](https://form.typeform.com/to/hHmvw1UH).
</Warning>

Comfy Cloud MCP connects AI assistants — including Claude Desktop, Claude Code, Cursor, and Amp — to [Comfy Cloud](https://cloud.comfy.org) via the [Model Context Protocol (MCP)](https://modelcontextprotocol.io). It lets AI agents generate images, video, audio, and 3D content, search models and nodes, and run full ComfyUI workflows on cloud GPUs, with no local GPU required.

Check warning on line 12 in development/cloud/mcp-server.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

development/cloud/mcp-server.mdx#L12

Did you really mean 'GPUs'?

## Quick Start

Expand Down Expand Up @@ -40,7 +40,7 @@

<Tab title="Windows (PowerShell)">
```powershell
irm https://raw.githubusercontent.com/Comfy-Org/comfy-cloud-mcp/main/install.ps1 | iex

Check warning on line 43 in development/cloud/mcp-server.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

development/cloud/mcp-server.mdx#L43

Did you really mean 'irm'?

Check warning on line 43 in development/cloud/mcp-server.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

development/cloud/mcp-server.mdx#L43

Did you really mean 'iex'?
```
</Tab>
</Tabs>
Expand All @@ -52,7 +52,7 @@
<Tabs>
<Tab title="Claude Code">
```bash
claude mcp add comfyui-cloud \

Check warning on line 55 in development/cloud/mcp-server.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

development/cloud/mcp-server.mdx#L55

Did you really mean 'claude'?

Check warning on line 55 in development/cloud/mcp-server.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

development/cloud/mcp-server.mdx#L55

Did you really mean 'mcp'?
--transport http \
https://cloud.comfy.org/mcp \
-H "X-API-Key: your-api-key-here"
Expand Down Expand Up @@ -112,26 +112,6 @@

**Just ask.** The agent picks the right tools on its own — *"generate a cat astronaut in space"*, *"find SDXL checkpoints"*, *"upscale this"*.

### Slash Commands (Claude Code Only)

These optional slash commands provide shortcuts with extra context for common tasks:

| Type | What you get |
|:-----|:-------------|
| `/comfy-generate-image` | Image from a prompt |
| `/comfy-generate-video` | Video from text or an image |
| `/comfy-generate-3d` | 3D mesh (GLB/FBX/OBJ) |
| `/comfy-generate-audio` | Speech or sound effects |
| `/comfy-upscale-image` | Upscale an image |
| `/comfy-remove-background` | Remove background |
| `/comfy-search-models` | Search the model catalog |
| `/comfy-search-nodes` | Search nodes with wiring hints |
| `/comfy-search-templates` | Find pre-built workflows |
| `/technique-combine-people` | Composite multiple people into one shot |
| `/comfy-help` | What can I do? |

---

## Available Tools

### Generate via Workflow
Expand All @@ -148,7 +128,7 @@

| Tool | Description |
|:-----|:------------|
| `partner_generate` | Generate using partner APIs — Flux Pro, Nano Banana, Grok, GPT-image-1, Ideogram, Seedream (no Cloud GPU cost) |

Check warning on line 131 in development/cloud/mcp-server.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

development/cloud/mcp-server.mdx#L131

Did you really mean 'Nano'?

Check warning on line 131 in development/cloud/mcp-server.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

development/cloud/mcp-server.mdx#L131

Did you really mean 'Seedream'?

### Discovery

Expand Down Expand Up @@ -211,7 +191,7 @@
└──────────────┘ └─────────────────────────────────────────────┘
```

Your AI agent connects directly to the hosted MCP server at `cloud.comfy.org/mcp`. The server translates MCP tool calls into workflow executions on Comfy Cloud GPUs — no local server or GPU required.

Check warning on line 194 in development/cloud/mcp-server.mdx

View check run for this annotation

Mintlify / Mintlify Validation (dripart) - vale-spellcheck

development/cloud/mcp-server.mdx#L194

Did you really mean 'GPUs'?

The AI agent uses the discovery tools to find templates and nodes, then constructs the ComfyUI API-format workflow JSON, submits it, and returns the results — just describe what you want in natural language.

Expand Down
Loading