{
  "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"
}