Liblib

v1.0.0Developer Toolsstable

基于 'mark3labs/mcp-go' 开发的 MCP Server,将 Liblib 平台的 ComfyUI 工作流动态发布为 MCP Tools

liblibmcpai-integration
Share:
8
Stars
0
Downloads
0
Weekly
0/5

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

Publish ComfyUI workflows as MCP tools from Liblib platform.
WW-AI-Lab

Maintainer

LicenseMIT
Languagego
Versionv1.0.0
UpdatedApr 4, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx liblib

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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-server
2

Build the Go binary

Compile the server. The output binary will be placed in the current directory.

go build -o liblib-mcp-server ./...
3

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-secret
4

Run 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-server
5

Register 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.

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.

Quick Config Preview

{ "mcpServers": { "liblib": { "command": "npx", "args": ["-y", "liblib"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides