huggingface-mcp-server
Version:
MCP Server for HuggingFace inference endpoints with custom LoRA and story generation
13 lines • 378 B
JSON
{
"name": "HuggingFace",
"version": "1.0.4",
"description": "Generate images with custom LoRA and stories using HuggingFace models",
"command": "npx huggingface-mcp-server --api-key $HUGGINGFACE_API_KEY --transport stdio",
"env": {
"HUGGINGFACE_API_KEY": {
"description": "Your HuggingFace API key",
"required": true
}
},
"transport": "stdio"
}