A
securityA
licenseA
qualityA powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.
Last updated -
4
146
12
TypeScript
MIT License
Supports environment variable configuration for ComfyUI connections through .env files, allowing users to customize host and port settings.
Supports containerized deployment of the MCP server through Docker, with instructions for building and configuring the Docker image.
Provides integration with ComfyUI, a Python-based stable diffusion interface, enabling AI image generation through tools like text_to_image and download_image capabilities.
src/.env
以设置 ComfyUI 主机和端口:workflows
目录中,并在系统中将其声明为新工具。download_image
工具,或者text_to_image
)生成的图像。mcp.json
:download_image
将图像下载到本地文件夹可能会很困难。.env
中设置RETURN_URL=false
以字节形式接收图像数据。.env
中的COMFYUI_HOST
设置为适当的地址(例如, host.docker.internal
或服务器的 IP)。您也可以使用预先构建的图像。
mcp.json
(如果需要,将 localhost 更改为您的 IP 或域):注意:当添加新的工作流程作为工具时,您需要重建并重新部署 Docker 镜像以使其可用。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
ComfyUI 与 MCP 集成的服务器,允许用户通过自然语言交互生成图像并下载。