Documentation
README
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, 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
This is the opening of the README. Read the full README on GitHub.