Skip to main content
Glama

ComfyUI MCP Server

by neutrinotek
sample_basic.json1.1 kB
{ "last_node_id": 3, "last_link_id": 2, "nodes": [ { "id": 1, "type": "CLIPTextEncode", "class_type": "CLIPTextEncode", "inputs": { "text": "A serene landscape", "clip": [2, "CLIP"] } }, { "id": 2, "type": "CheckpointLoaderSimple", "class_type": "CheckpointLoaderSimple", "inputs": { "ckpt_name": "sd_xl_base_1.0.safetensors" } }, { "id": 3, "type": "KSampler", "class_type": "KSampler", "inputs": { "model": [2, "MODEL"], "positive": [1, "CONDITIONING"], "negative": [1, "CONDITIONING"], "cfg": 8.0, "steps": 30, "seed": 42 } } ], "links": [ { "id": 1, "from_node": 2, "from_slot": 0, "to_node": 3, "to_slot": 0 }, { "id": 2, "from_node": 1, "from_slot": 0, "to_node": 3, "to_slot": 1 } ], "extra": { "metadata": { "name": "basic_workflow", "description": "A minimal text-to-image pipeline" } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/neutrinotek/ComfyUI_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server