Comfyui MCP
Rank #13io.github.artokun/comfyui-mcp
MCP server + Claude Code plugin for ComfyUI: run workflows, generate images, manage models & VRAM.
Comfyui MCP is a Model Context Protocol (MCP) server published by artokun. It ranks #13 of 115,460 servers tracked on MCP Toplist, and its repository has 702 GitHub stars. Comfyui MCP is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 23 tracked versions. It was first listed on May 21, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 115,447 of 115,460 servers on MCP Toplist.
Use Comfyui MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add comfyui-mcp -- npx -y comfyui-mcp[mcp_servers.comfyui-mcp]
command = "npx"
args = ["-y", "comfyui-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"comfyui-mcp": {
"command": "npx",
"args": [
"-y",
"comfyui-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"comfyui-mcp": {
"command": "npx",
"args": [
"-y",
"comfyui-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"comfyui-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"comfyui-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"comfyui-mcp": {
"command": "npx",
"args": [
"-y",
"comfyui-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"comfyui-mcp": {
"command": "npx",
"args": [
"-y",
"comfyui-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.artokun%2Fcomfyui-mcp)<a href="https://mcptoplist.com/server/io.github.artokun%2Fcomfyui-mcp"><img src="https://mcptoplist.com/badge/io.github.artokun%2Fcomfyui-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
artokun
Available versions (23)
| Version | Published |
|---|---|
| 0.52.151 | Aug 30, 2026 |
| 0.52.149 | Aug 30, 2026 |
| 0.52.144 | Aug 27, 2026 |
| 0.52.140 | Aug 27, 2026 |
| 0.52.135 | Aug 26, 2026 |
| 0.52.129 | Aug 26, 2026 |
| 0.52.119 | Aug 25, 2026 |
| 0.52.106 | Aug 25, 2026 |
| 0.52.100 | Aug 25, 2026 |
| 0.52.84 | Aug 23, 2026 |
| 0.52.73 | Aug 23, 2026 |
| 0.52.63 | Aug 22, 2026 |
| 0.52.58 | Aug 22, 2026 |
| 0.52.47 | Aug 21, 2026 |
| 0.52.46 | Aug 21, 2026 |
| 0.52.36 | Aug 21, 2026 |
| 0.52.25 | Aug 20, 2026 |
| 0.52.18 | Aug 19, 2026 |
| 0.52.11 | Aug 19, 2026 |
| 0.52.2 | Aug 18, 2026 |
| 0.52.1 | Aug 18, 2026 |
| 0.51.57 | Aug 17, 2026 |
| 0.4.1 | May 21, 2026 |
Frequently asked questions
- Who maintains Comfyui MCP?
- Comfyui MCP is maintained by artokun, which publishes 1 MCP server (23 total versions) tracked on MCP Toplist.
- Is Comfyui MCP listed on the Official MCP Registry?
- Yes — Comfyui MCP is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does Comfyui MCP have?
- MCP Toplist tracks 23 versions of Comfyui MCP, most recently published on Aug 30, 2026.
- Where can I find the source code for Comfyui MCP?
- The source code for Comfyui MCP is hosted at github.com/artokun/comfyui-mcp.