AI & ML
Verified
Trust: 54/100 (Fair)Hugging Face MCP Guide
Browse models, run inference, and manage datasets on Hugging Face Hub.
423 stars 15,600 downloadsby Hugging Face
Quick Start
Install
npx @mcp/huggingfaceClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"hugging-face-mcp": {
"command": "npx",
"args": [
"@mcp/huggingface"
]
}
}
}What Hugging Face MCP Can Do
browse_models
Search and browse models
run_inference
Run model inference
manage_datasets
Access and manage datasets
Permissions Required
Hugging Face MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
hf.read | Read Hugging Face data | low |
hf.write | Upload models and datasets | medium |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |