MCP Directory
Back

comfyui-mcp-server

by joenorton · Python · ★ 297

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

#comfyui#comfyui-api#image-mcp#local-data#local-mcp#mcp-server

Install

pip install git+https://github.com/joenorton/comfyui-mcp-server.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "comfyui-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/joenorton/comfyui-mcp-server.git"
      ]
    }
  }
}

From the README

> 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. Once the server is running, you can connect it to an AI client. Create a project-scoped file: **Note:** Some clients use instead of . Both work with this server. If auto-discovery doesn't work, try changing the type field. Restart your AI client. You can now call t…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers