AI & LLMs
Hugging Face MCP
Hugging Face’s MCP server connects assistants to the Hub and thousands of Gradio Spaces. Search models and datasets, and invoke Spaces as tools. Local STDIO package available; hosted remote endpoint supports OAuth login.
Stars
260
Installs
92.0k
License
MIT
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 260 · catalog
- Freshness: Updated 2025-10-22
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: HF_TOKEN
- · Node.js 18+
Reference command
{
"mcpServers": {
"huggingface": {
"command": "npx",
"args": ["-y", "@llmindset/hf-mcp-server"],
"env": {
"HF_TOKEN": "<your-hf-token>"
}
}
}
}