article
README
🚀 MCP 服务器:ComfyUI 自拍
本项目是一个简单的服务器,借助 MCP 运用 ComfyUI 工作流程来生成图像。它能让用户通过特定操作,轻松利用 ComfyUI 生成所需图像,为图像生成工作提供便利。
🚀 快速开始
- 启动服务器时,你需要提供一个 ComfyUI 端点和工作流程。
- MCP 客户端传递一个正面提示词。
- 服务器使用 ComfyUI 工作流程生成图像,并返回图像的 URL。
本项目是一个简单的服务器,借助 MCP 运用 ComfyUI 工作流程来生成图像。它能让用户通过特定操作,轻松利用 ComfyUI 生成所需图像,为图像生成工作提供便利。
Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive
Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed