A Python MCP Server that converts ComfyUI workflows into parameter-configurable tools for AI agents. | 将 ComfyUI 工作流转化为参数可配置的 MCP 工具,供 AI 代理通过自然语言驱动图像与视频生成。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"comfyui-mcp-server-p": {
"command": "uvx",
"args": [
"comfyui-mcp-server-python"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add comfyui-mcp-server-p uvx comfyui-mcp-server-python
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"comfyui-mcp-server-p": {
"command": "uvx",
"args": [
"comfyui-mcp-server-python"
]
}
}
}
📋 Copy
Or install with pip: pip install comfyui-mcp-server-python