69
/ 100
5 days ago
glama

ComfyUI MCP

Minimal MCP server that wraps ComfyUI HTTP routes enabling LLM clients to inspect server status, models, features, node metadata, submit workflows, manage queue/history, interrupt runs, and upload images.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
11 tools verified — handlers match their declared behaviour
6 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: COMFYUI_BEARER_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCOMFYUI_BASE_URLexport ="http://127.0.0.1:8188"
configCOMFYUI_ROUTE_PREFIXexport =""
configCOMFYUI_TIMEOUT_SECONDSexport ="60"
🔐 secretCOMFYUI_BEARER_TOKENexport =""
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/ericsunsk-comfyui-mcp-1qokg3)](https://m8ven.ai/mcp/ericsunsk-comfyui-mcp-1qokg3)
commit: 9dccef51db5de6591440025bbd18e7dd8d3915b2
code hash: 98c51f591391a9d09100016fedddb54a8f6e126a5108d5d5ba076cb91c7a82b9
verified: 6/21/2026, 10:44:48 AM
view raw JSON →