UNPKG

liblib-mcp

Version:

LiblibAI MCP Server for Claude Desktop

49 lines (36 loc) 927 B
# LiblibAI MCP Server AI image generation server for Claude Desktop and Dify, powered by LiblibAI. ## Installation ```bash npm install -g liblib-mcp # or use directly with npx npx liblib-mcp ``` ## Usage ### For Claude Desktop Add to your Claude Desktop configuration: ```json { "mcpServers": { "liblib-mcp": { "command": "npx", "args": ["-y", "liblib-mcp"], "env": { "LIBLIB_ACCESS_KEY": "your_access_key", "LIBLIB_SECRET_KEY": "your_secret_key" } } } } ``` ### Environment Variables Required: - `LIBLIB_ACCESS_KEY`: Your LiblibAI access key - `LIBLIB_SECRET_KEY`: Your LiblibAI secret key ## Features - Multiple design templates (metal, wood, plastic, fabric, etc.) - Async image generation with status checking - Support for custom prompts and parameters - Compatible with Claude Desktop and Dify ## License MIT