> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-chore-sync-comfy-api-v2-spec-463e218.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Tools

> Leverage AI agents to use ComfyUI smarter and faster. Comfy MCP, Comfy CLI, and the Comfy In-App Agent.

<CardGroup cols={2}>
  <Card title="Comfy MCP" icon="bolt" href="/agent-tools/mcp">
    Connect any AI agent to ComfyUI, on Comfy Cloud or on your own machine. **Start here.**
  </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.*
  </Card>

  <Card title="Comfy CLI" icon="terminal" href="/agent-tools/cli">
    ComfyUI in the terminal. Install and update ComfyUI, manage models and nodes, and generate from scripts, CI, or batch jobs.
  </Card>
</CardGroup>

***

## Which one should I use?

|                  | Comfy MCP<br />Cloud Connection                                                              | Comfy MCP<br />Local Connection                                                                                                          | Comfy In-App Agent                                                                                                          |
| ---------------- | -------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| **What is it**   | Run Comfy Cloud workflows with your own agent.                                               | Drive your own local ComfyUI with your own agent.                                                                                        | Chat with AI inside the app and watch it build and run workflows for you.                                                   |
| **Best for**     | Beginners who don't want to set up ComfyUI locally.<br />People who want to share workflows. | People who have ComfyUI locally.<br />People who have private custom nodes.<br />People who need to interact with the local file system. | Everyone from beginners to advanced workflow builders.<br />People who want to see the canvas and check workflows visually. |
| **Requires**     | Your own agent.<br />An active Comfy Cloud subscription.                                     | Your own agent.<br />A local ComfyUI setup.                                                                                              | No setup.<br />An active Comfy Cloud subscription.                                                                          |
| **GPU**          | Cloud GPUs (no hardware requirements)                                                        | Your local GPU                                                                                                                           | Cloud GPUs (no hardware requirements)                                                                                       |
| **Models**       | Comfy Cloud models.<br />You can import your own models.                                     | Local models downloaded to your machine.                                                                                                 | Comfy Cloud models.<br />You can import your own models.                                                                    |
| **Custom nodes** | The custom nodes supported on Comfy Cloud.                                                   | You can install any custom node.                                                                                                         | The custom nodes supported on Comfy Cloud.                                                                                  |

Both MCP columns are the **same product and the same page**. See [Comfy MCP](/agent-tools/mcp) to pick one. You can connect both at once.

***

## What is MCP?

The **Model Context Protocol (MCP)** is an open standard that allows AI assistants to interact with external tools and services through a standardized interface. Instead of an AI agent needing to know custom API formats for every service, MCP provides a uniform way to expose tools.

When you connect an MCP server to Claude Desktop, Claude Code, Cursor, or Amp, the AI assistant can:

* **Generate images** from text descriptions
* **Create videos** from text or images
* **Generate 3D models** from text or images
* **Generate audio and music** using AI models
* **Search models and templates** to find the right tools for your task

...all through natural language conversation, without writing API calls manually.
