
Liblib MCP Server
Supports UIby ww-ai-lab
Dynamically publish Liblib ComfyUI workflows as MCP Tools for AI assistants.
What it does
Liblib MCP Server connects AI assistants to the Liblib platform, allowing users to dynamically publish and execute ComfyUI workflows as MCP tools. It acts as a bridge that transforms complex image generation workflows into simple, callable functions for LLMs.
Tools
- Dynamic Workflow Tools: The server automatically generates tools based on registered ComfyUI workflows. Each tool allows the AI to trigger image generation by providing the required parameters defined in the Liblib workflow.
Installation
Deploy via Docker for the quickest setup:
docker run -d -p 8080:8080 -v $(pwd)/data:/app/data -v $(pwd)/logs:/app/logs --name liblib-mcp-server ccr.ccs.tencentyun.com/yfgaia/liblib-mcp-server:latest
To connect to Cursor or other MCP clients, use the following configuration:
{
"liblib": {
"command": "npx",
"args": ["@modelcontextprotocol/server-everything"],
"env": {
"MCP_SERVER_URL": "http://localhost:8080/mcp",
"MCP_AUTH_TOKEN": "your-bearer-token-here"
}
}
}
Supported hosts
- Claude
- Cursor
Quick install
docker run -d -p 8080:8080 ccr.ccs.tencentyun.com/yfgaia/liblib-mcp-server:latestInformation
- Pricing
- free
- Published
- 4/28/2026






