Liblib
基于 'mark3labs/mcp-go' 开发的 MCP Server,将 Liblib 平台的 ComfyUI 工作流动态发布为 MCP Tools
What is Liblib?
Liblib is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 基于 'mark3labs/mcp-go' 开发的 mcp server,将 liblib 平台的 comfyui 工作流动态发布为 mcp tools
基于 'mark3labs/mcp-go' 开发的 MCP Server,将 Liblib 平台的 ComfyUI 工作流动态发布为 MCP Tools
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- 基于 'mark3labs/mcp-go' 开发的 MCP Server,将 Liblib 平台的 ComfyUI 工作
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx liblibConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Liblib
Liblib MCP Server is a Go-based MCP server built with mark3labs/mcp-go that dynamically publishes ComfyUI workflows from the Liblib AI platform as MCP tools. It allows AI assistants to trigger image generation and custom ComfyUI pipelines on Liblib by treating each workflow as a callable tool, bridging conversational AI with advanced generative image workflows.
Prerequisites
- Go 1.21 or later installed (for building from source)
- A Liblib AI platform account with API access
- Liblib API key and access credentials
- Claude Desktop or another MCP-compatible client
- ComfyUI workflows published on the Liblib platform
Clone the repository
Fetch the Liblib MCP server source from GitHub.
git clone https://github.com/WW-AI-Lab/liblib-mcp-server.git
cd liblib-mcp-serverBuild the Go binary
Compile the server. The output binary will be placed in the current directory.
go build -o liblib-mcp-server ./...Configure your Liblib API credentials
The server requires your Liblib platform API key to authenticate and discover your published ComfyUI workflows. Set the credentials as environment variables or in a config file as documented in the repository.
export LIBLIB_API_KEY=your-liblib-api-key
export LIBLIB_API_SECRET=your-liblib-api-secretRun the server to verify workflow discovery
Start the server in stdio mode. It will connect to the Liblib platform and enumerate your published ComfyUI workflows as MCP tools.
./liblib-mcp-serverRegister with Claude Desktop
Add the server to your Claude Desktop configuration with your API credentials passed as environment variables.
{
"mcpServers": {
"liblib": {
"command": "/absolute/path/to/liblib-mcp-server",
"env": {
"LIBLIB_API_KEY": "your-liblib-api-key",
"LIBLIB_API_SECRET": "your-liblib-api-secret"
}
}
}
}Liblib Examples
Client configuration
Claude Desktop configuration for the Liblib MCP server with API credentials.
{
"mcpServers": {
"liblib": {
"command": "/path/to/liblib-mcp-server",
"env": {
"LIBLIB_API_KEY": "your-liblib-api-key",
"LIBLIB_API_SECRET": "your-liblib-api-secret"
}
}
}
}Prompts to try
Example prompts to trigger Liblib ComfyUI workflows via Claude.
- "List all available ComfyUI workflows from my Liblib account"
- "Run my portrait generation workflow with the prompt: a young woman with curly hair, photorealistic"
- "Generate an image using my anime style workflow with a landscape scene"
- "What parameters does my text-to-image workflow accept?"Troubleshooting Liblib
go build fails with missing dependencies
Run 'go mod tidy' to resolve and download all required Go module dependencies before building.
Server starts but no workflow tools appear in Claude
Verify your LIBLIB_API_KEY and LIBLIB_API_SECRET are correct and that you have ComfyUI workflows published on the Liblib platform. The server only exposes workflows that are in a published/active state.
Workflow execution times out
ComfyUI workflows on Liblib may take time to generate images depending on the model and resolution. Check the Liblib platform dashboard for job status and increase any timeout settings in your MCP client configuration if needed.
Frequently Asked Questions about Liblib
What is Liblib?
Liblib is a Model Context Protocol (MCP) server that 基于 'mark3labs/mcp-go' 开发的 mcp server,将 liblib 平台的 comfyui 工作流动态发布为 mcp tools It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Liblib?
Follow the installation instructions on the Liblib GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Liblib?
Liblib works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Liblib free to use?
Yes, Liblib is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Liblib Alternatives — Similar Developer Tools Servers
Looking for alternatives to Liblib? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Liblib in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Liblib?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.