> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Tools / MCP

> Connect AI agents to ComfyUI via the Model Context Protocol (MCP) for image, video, audio, and 3D content generation.

ComfyUI provides **two MCP servers** that let AI agents (Claude Desktop, Claude Code, Cursor, Amp, and other MCP-compatible clients) generate images, video, audio, and 3D content — with no local ComfyUI installation or GPU required.

<CardGroup cols={2}>
  <Card title="Comfy Cloud MCP" icon="cloud" href="/agent-tools/cloud">
    Connect to the hosted MCP server at <code>cloud.comfy.org</code>. Runs workflows on Cloud GPUs, uses pre-installed models, and searches the full template library.

    <br />

    <br />

    **Closed beta** — sign up for the waitlist.
  </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.

    <br />

    <br />

    **Waitlist** — sign up for early access.
  </Card>
</CardGroup>

***

## Which One Should I Use?

|               | Comfy Cloud MCP                    | Comfy Partner MCP                                                           |
| ------------- | ---------------------------------- | --------------------------------------------------------------------------- |
| **Type**      | Remote (hosted)                    | Local (runs on your machine)                                                |
| **Requires**  | Comfy Cloud subscription           | [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.) |
| **Workflows** | Full ComfyUI workflow execution    | Partner API generation (no custom workflows)                                |
| **GPU**       | Cloud GPUs (no local GPU needed)   | No GPU needed (API-based)                                                   |
| **Access**    | Closed beta (waitlist)             | Waitlist                                                                    |

***

## 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.
