liblib-mcp
v1.0.31
Published
LiblibAI MCP Server for Claude Desktop
Readme
LiblibAI MCP Server
AI image generation server for Claude Desktop and Dify, powered by LiblibAI.
Installation
npm install -g liblib-mcp
# or use directly with npx
npx liblib-mcpUsage
For Claude Desktop
Add to your Claude Desktop configuration:
{
"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 keyLIBLIB_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
