Add AI image, video, audio, and 3D model generation directly to Claude Code sessions with just two install commands.
Generate images from text prompts inside your AI coding workflow without switching to a separate tool.
Remove backgrounds from images or upscale them by issuing a slash command during a Claude Code chat.
Connect other MCP-compatible AI clients like Claude Desktop to the same Comfy Cloud generation tools.
Requires a Comfy Cloud account to authenticate via OAuth after running the two install commands.
This repository is the official home for Comfy Cloud's plugin and slash commands that connect AI coding agents, primarily Claude Code, to the Comfy Cloud image and media generation platform. ComfyUI is a popular tool for creating images and other media using AI image models, and Comfy Cloud is the hosted version of that system. This repository packages the connection between the two into a single installable plugin. Installing the plugin in Claude Code takes two commands: one to add it from the marketplace and one to sign in with OAuth. After that, slash commands become available for generating images, generating video, generating audio, generating 3D models, removing backgrounds from images, upscaling images, searching available models and processing nodes, searching workflow templates, and combining photos. A help command lists everything the tools can do. The technical mechanism is a hosted MCP server, which is a standardized protocol that lets an AI agent call external tools. The plugin bundles the server address and the command definitions together so the agent does not need to be manually configured. Other AI clients like Claude Desktop can also connect to the same hosted MCP server through their own configuration, with instructions documented on the Comfy website. The repository includes guidance for anyone contributing new commands. The key rule is that commands should describe an approach rather than listing specific model names, template names, or node identifiers directly. Because a command is frozen at the time a user installs it, hardcoding specific names would cause the commands to become inaccurate as the catalog changes. Instead, commands should tell the agent to use the search tools at runtime to discover what is currently available. The folder structure separates the active Claude Code plugin in the claude-code/ directory from a legacy flat layout in skills/ that is kept only for an older deprecated installer and will eventually be removed.
← comfy-org on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.