Hugging Face
Freeby AI Labs
Browse models, run inference, and manage datasets on Hugging Face Hub.
v1.0.0Added Feb 12, 2025
huggingfacemodelsinference
Hugging Face MCP Server
Browse models, run inference, and manage datasets on Hugging Face Hub.
Features
- Model Hub
- Inference
- Datasets
- Spaces
- Model Cards
Installation
{
"mcpServers": {
"huggingface": {
"command": "npx",
"args": ["-y", "mcp-huggingface"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-huggingface
Add to claude_desktop_config.json
{
"mcpServers": {
"hugging-face": {
"command": "npx",
"args": ["-y", "mcp-huggingface"]
}
}
}