The reputation layer for AI skills, tools & agents

joenorton/comfyui-mcp-server

Score: 45.5 Rank #440

lightweight Python-based MCP (Model Context Protocol) server for local ComfyUI

Overview

joenorton/comfyui-mcp-server is a Python MCP server licensed under Apache-2.0. lightweight Python-based MCP (Model Context Protocol) server for local ComfyUI Topics: comfyui, comfyui-api, image-mcp, local-data, local-mcp, mcp-server.

Ranked #440 out of 25632 indexed tools.

In the top 2% of all indexed tools.

Ecosystem

Python Apache-2.0
comfyuicomfyui-apiimage-mcplocal-datalocal-mcpmcp-server

Signal Breakdown

Stars 221
Freshness 27d ago
Issue Health 57%
Contributors 3
Dependents 0
Forks 53
Description Good
License Apache-2.0

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for joenorton/comfyui-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/joenorton--comfyui-mcp-server)](https://agentrank-ai.com/tool/joenorton--comfyui-mcp-server)
<a href="https://agentrank-ai.com/tool/joenorton--comfyui-mcp-server"><img src="https://agentrank-ai.com/api/badge/tool/joenorton--comfyui-mcp-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

From the README

# ComfyUI MCP Server

> Generate and refine AI images/audio/video through natural conversation

A lightweight MCP (Model Context Protocol) server that lets AI agents generate and iteratively refine images, audio, and video using a local ComfyUI instance.

You run the server, connect a client, and issue tool calls. Everything else is optional depth.

---

## Quick Start (2–3 minutes)

This proves everything is working.

### 1) Clone and set up

```bash
git clone https://github.com/joenorton/comfyui-mcp-server.git
cd comfyui-mcp-server
pip install -r requirements.txt
```

### 2) Start ComfyUI

Make sure ComfyUI is installed and running locally.

```bash
cd <ComfyUI_dir>
python main.py --port 8188
```

### 3) Run the MCP server

From the repository directory:

```bash
python server.py
```

The server listens at:

```
http://127.0.0.1:9000/mcp
```

### 4) Verify it works (no AI client required)

Run the included test client:

```bash
# Use default prompt
python test_client.py

# Or provide
Read full README on GitHub →
Are you the maintainer? Claim this listing