huggingface MCP Server
Hugging Face 模型推理 MCP Server,让 AI 直接调用 HF 上的数万个开源模型
返回 MCP 专区
AI 模型
huggingface
3.8k starsHugging Face 模型推理 MCP Server,让 AI 直接调用 HF 上的数万个开源模型
安装与配置
安装命令
npx huggingface-mcpCursor / Claude Desktop 配置(mcp.json)
{
"mcpServers": {
"huggingface": {
"command": "npx",
"args": [
"huggingface-mcp"
]
}
}
}典型使用场景
- 在一个对话中调用多个 AI 模型能力
- 复杂推理任务拆解为链式步骤
- 图像生成、语音合成等多模态任务
查看源码 / 官方文档
访问 GitHub 仓库获取最新文档、配置说明和 issue 反馈。
在 GitHub 上查看相关 MCP Server
相关教程
AI-Assisted Data Labeling: Scale Annotation Workflows
Use AI to accelerate and improve training data creation
Fine-Tuning LLMs for Domain-Specific Applications
Adapt large language models to your specific use case
AI-Generated Content Detection: Tools and Techniques
Identify AI-written text, deepfakes, and synthetic media
AI in Healthcare: Clinical NLP and Medical Text Analysis
Extract clinical insights from medical records and literature