joenorton/comfyui-mcp-server
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
Dependents medium impact
Matched Queries
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 provideRead full README on GitHub →
Are you the maintainer? Claim this listing