> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-chore-mintlify-theme-mint.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ComfyUI for Developers: SDKs, Server API, and Cloud

> Build on ComfyUI with official Python and TypeScript SDKs, run it as a server, call Cloud APIs, or connect AI agents via MCP.

ComfyUI is a modular GenAI inference engine that can be run as a server, accessed via API, extended with custom nodes, and managed from the command line. Most API work follows two steps: get ComfyUI running somewhere, then run workflows against it from your application.

## Use cases

<CardGroup cols={2}>
  <Card title="Run Models" icon="rocket" href="/development/comfy-router/quickstart">
    Generate with hosted models through Comfy Router.
  </Card>

  <Card title="Browse models" icon="search" href="http://comfy.org/models">
    Browse the models available on Comfy.org.
  </Card>

  <Card title="Deploy ComfyUI workflows" icon="server" href="/development/deploy/overview">
    Run your own workflows on managed infrastructure or self-hosted ComfyUI.
  </Card>
</CardGroup>
