MCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode
Description: Server for seamless integration with HuggingFace spaces, optimized for Claude Desktop usage.
Category: AI Model Integration
Overview: A server implementation that enables easy connection to HuggingFace Spaces with minimal configuration. Key features include:
Installation:
Using mcp-get:
npx @michaellatman/mcp-get@latest install @llmindset/mcp-hfspace
Using Smithery:
npx @smithery/cli install @llmindset/mcp-hfspace --client claude
Configuration:
Basic claude_desktop_config.json:
{
"mcpServers": {
"mcp-hfspace": {
"command": "npx",
"args": [
"-y",
"@llmindset/mcp-hfspace",
"--work-dir=~/mcp-files/",
"--HF_TOKEN=HF_YOUR_TOKEN",
"space1/model",
"space2/model"
]
}
}
}
Key Features:
Important Notes: