Huggingface
Freeby MCP Community
MCP Server for HuggingFace inference endpoints with custom LoRA and story generation
v1.0.26Added Apr 12, 2026
mcphuggingfaceaiinferencelora
Huggingface MCP Server
MCP Server for HuggingFace inference endpoints with custom LoRA and story generation
Installation
Reviews
Installation
Quick install
npx -y huggingface-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"huggingface": {
"command": "npx",
"args": ["-y", "huggingface-mcp-server"]
}
}
}