ComfyUI MCP
Rank #15,181io.github.EntityAdam/comfyui-mcp
Generate and manage ComfyUI media through the Model Context Protocol.
ComfyUI MCP is a Model Context Protocol (MCP) server published by entityadam. It ranks #15,181 of 132,046 servers tracked on MCP Toplist. ComfyUI MCP is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 26, 2026 and most recently updated on Jul 27, 2026.
Ranks ahead of 116,865 of 132,046 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 -e "ComfyMcp__BaseUrl=<your ComfyMcp__BaseUrl>" -- dnx ComfyUi.Mcp --stdioReplace each placeholder with your own value before saving.
[mcp_servers.comfyui-mcp]
command = "dnx"
args = ["ComfyUi.Mcp", "--stdio"]
[mcp_servers.comfyui-mcp.env]
ComfyMcp__BaseUrl = "<your ComfyMcp__BaseUrl>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"comfyui-mcp": {
"command": "dnx",
"args": [
"ComfyUi.Mcp",
"--stdio"
],
"env": {
"ComfyMcp__BaseUrl": "<your ComfyMcp__BaseUrl>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"comfyui-mcp": {
"command": "dnx",
"args": [
"ComfyUi.Mcp",
"--stdio"
],
"env": {
"ComfyMcp__BaseUrl": "<your ComfyMcp__BaseUrl>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"comfyui-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"ComfyUi.Mcp",
"--stdio"
],
"env": {
"ComfyMcp__BaseUrl": "<your ComfyMcp__BaseUrl>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"comfyui-mcp": {
"command": "dnx",
"args": [
"ComfyUi.Mcp",
"--stdio"
],
"env": {
"ComfyMcp__BaseUrl": "<your ComfyMcp__BaseUrl>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"comfyui-mcp": {
"command": "dnx",
"args": [
"ComfyUi.Mcp",
"--stdio"
],
"env": {
"ComfyMcp__BaseUrl": "<your ComfyMcp__BaseUrl>"
}
}
}
}Replace each placeholder with your own value before saving.
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.EntityAdam%2Fcomfyui-mcp)<a href="https://mcptoplist.com/server/io.github.EntityAdam%2Fcomfyui-mcp"><img src="https://mcptoplist.com/badge/io.github.EntityAdam%2Fcomfyui-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
entityadam
Available versions (4)
| Version | Published |
|---|---|
| 0.0.1-preview5 | Jul 27, 2026 |
| 0.0.1-preview4 | Jul 27, 2026 |
| 0.0.1-preview3 | Jul 27, 2026 |
| 0.0.1-preview2 | Jul 26, 2026 |
Frequently asked questions
- Who maintains ComfyUI MCP?
- ComfyUI MCP is maintained by entityadam, which publishes 1 MCP server (4 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 Glama.
- How many versions does ComfyUI MCP have?
- MCP Toplist tracks 4 versions of ComfyUI MCP, most recently published on Jul 27, 2026.
- Where can I find the source code for ComfyUI MCP?
- The source code for ComfyUI MCP is hosted at github.com/entityadam/comfyui-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.