CursorPool
← 返回 MCP 列表
Hugging Face MCP

Hugging Face MCP

检索模型、数据集与 Space,接入开源 AI 生态。

Hugging Face·540 次安装·27 天前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @huggingface/mcp-server

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "huggingface": {
      "command": "npx",
      "args": [
        "-y",
        "@huggingface/mcp-server"
      ]
    }
  }
}