explaingit

enidpinxit/pinxit-comfycloud-mcp-codex

Analysis updated 2026-05-18

2PythonAudience · developerComplexity · 3/5Setup · moderate

TLDR

A set of skills and setup instructions that connect OpenAI Codex to Comfy Cloud, so the AI agent can generate images, audio, video, and 3D models through the Comfy Cloud MCP server.

Mindmap

mindmap
  root((Pinxit Codex))
    What it does
      Connect Codex to Comfy Cloud
      AI generation via MCP
      Job polling and retrieval
    Skills included
      Comfy Cloud MCP skill
      Workflow builder skill
    Use cases
      Generate images via agent
      Generate audio via agent
      Search models and templates
    Setup
      Windows skill install
      API key config
      MCP server URL
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Let OpenAI Codex generate images or audio by sending jobs to Comfy Cloud through MCP.

USE CASE 2

Add Comfy Cloud generation capabilities to an AI agent without hard-coding model lists.

USE CASE 3

Set up a working Codex plus Comfy Cloud pipeline using the included example config and skill files.

What is it built with?

PythonMCPComfy Cloud APITOML

How does it compare?

enidpinxit/pinxit-comfycloud-mcp-codex0-bingwu-0/live-interpreter0xkaz/llm-governance-dashboard
Stars222
LanguagePythonPythonPython
Setup difficultymoderatemoderatehard
Complexity3/52/54/5
Audiencedevelopergeneralops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires a Comfy Cloud API key and Codex installed on Windows, the MCP server URL and key must be set in config.toml before use.

License not stated in the README.

In plain English

This repository is a set of skills and setup instructions for connecting OpenAI Codex to Comfy Cloud, a hosted service that runs AI image, video, audio, and 3D generation workflows. Comfy Cloud uses a protocol called MCP (Model Context Protocol) to expose its tools to AI agents, and this package teaches Codex how to use those tools effectively. The package includes two installable skills. The first covers the full Comfy Cloud generation workflow: submitting jobs, uploading media, polling for results, cancelling jobs, and retrieving outputs. The second is a companion skill focused on understanding ComfyUI workflow graphs and handling the different JSON formats that ComfyUI uses for its visual node editor versus its API. Together they give Codex enough context to plan and execute multi-step AI generation tasks without hard-coding assumptions about which models or templates are currently available. Setup is straightforward on Windows: copy the skills into your Codex skills directory, add the MCP server URL and your Comfy API key to Codex's config file, and restart Codex. The repository includes an example config snippet and step-by-step documentation covering the setup and known caveats around authentication. The repo also includes results from two real test runs: one that generated a 120-second Berlin-style techno track using the ACE-Step audio model, and one that recreated an image using the Krea2 Turbo model. These serve as proof that the setup actually works end to end, not just in theory. This is an unofficial companion package, not an official Comfy Org project. It was built from real testing sessions. The authoring rule for the skills is intentional: they teach Codex how to reason and search, rather than hard-coding lists of models or templates that would go stale as Comfy Cloud's catalog changes. The license is not mentioned in the README.

Copy-paste prompts

Prompt 1
I want Codex to generate a photorealistic image of a sunset using Comfy Cloud. Walk me through how to set up the pinxit-comfycloud-mcp-codex skills and trigger the first generation.
Prompt 2
How do I configure the Comfy API key in Codex's config.toml so the MCP server can authenticate my requests?
Prompt 3
Explain the difference between the comfy-cloud-mcp skill and the comfyui-workflow-builder skill in this repo. When would I use each one?
Prompt 4
I want to add a new generation task type to the comfy-cloud-mcp skill. What pattern should I follow based on how the existing tasks like generate-image are structured?

Frequently asked questions

What is pinxit-comfycloud-mcp-codex?

A set of skills and setup instructions that connect OpenAI Codex to Comfy Cloud, so the AI agent can generate images, audio, video, and 3D models through the Comfy Cloud MCP server.

What language is pinxit-comfycloud-mcp-codex written in?

Mainly Python. The stack also includes Python, MCP, Comfy Cloud API.

What license does pinxit-comfycloud-mcp-codex use?

License not stated in the README.

How hard is pinxit-comfycloud-mcp-codex to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is pinxit-comfycloud-mcp-codex for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub enidpinxit on gitmyhub

Verify against the repo before relying on details.