About
Overview
The Hugging Face MCP Server connects AI agents to Hugging Face's ecosystem. It provides tools for searching models, running inference, accessing datasets, and managing Spaces deployments.
Capabilities
Tools & Capabilities
⚡search_models
Search Hugging Face models
⚡run_inference
Run inference on a model
⚡list_datasets
List available datasets
⚡get_model
Get model details and metadata
Setup
Installation
bash
Install
pip install mcp-server-hugging-faceExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"hugging-face": {
"command": "python",
"args": ["-m", "mcp_server_hugging_face"]
}
}
}Quick Info
Authorhuggingface
LanguagePython
StatusStable
Stars★ 280
Last UpdatedFeb 12, 2026