Back to MCP directory
publicPublicdnsLocal runtime

mcp-server-comfy-selfie

一个基于ComfyUI工作流的MCP服务器,用于根据提示词生成图像并返回图片URL

article

README

🚀 MCP 服务器:ComfyUI 自拍

本项目是一个简单的服务器,借助 MCP 运用 ComfyUI 工作流程来生成图像。它能让用户通过特定操作,轻松利用 ComfyUI 生成所需图像,为图像生成工作提供便利。

🚀 快速开始

  • 启动服务器时,你需要提供一个 ComfyUI 端点和工作流程。
  • MCP 客户端传递一个正面提示词。
  • 服务器使用 ComfyUI 工作流程生成图像,并返回图像的 URL。
help

Runtime guide

cloud

Hosted runtime

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

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

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

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client