AI / ML|Development|Productivity|CommunicationPython
comfyui_LLM_party
LLM Agent Framework in ComfyUI that includes MCP server and various AI tools.
N/A rating (0 reviews)0 installs2,169 GitHub stars
LLMComfyUIAI ToolsWorkflow
ComfyUI LLM Party aims to develop a complete set of nodes for LLM workflow construction based on ComfyUI as the front end. It allows users to quickly and conveniently build their own LLM workflows and easily integrate them into their existing image workflows.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"comfyui-llm-party": {
"args": [
"mcp-server-comfyui-llm-party"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.