civitai

Installation
SKILL.md

Civitai + comfyui-mcp

comfyui-mcp has native Civitai search built in (download_model action:"search_civitai") plus the local half of the loop: download, wire, queue, tag. The full flow (find, install, generate) needs no other server and no API key, and works on every backend, including small local models behind the compact router.

The built-in flow (default path)

download_model({ action: "search_civitai", query, types: ["LORA"], base_models: ["Flux.1 D"] })
        │                    each hit: model_id · model_version_id · trigger words
download_model({ action: "download_civitai", model_version_id, target_subfolder: "loras" })
list_local_models({ action: "list" })  →  panel_add_node loader / generate_image   # use it
Installs
16
GitHub Stars
729
First Seen
Jun 14, 2026
civitai — artokun/comfyui-mcp