Back to MCP ToolsAI/MLOfficial
Hugging Face logo

Hugging Face

Official

Access the Hugging Face Hub and Gradio MCP Servers

Provider:Hugging Face
Category:AI/ML

Installation

Command Line
npx @huggingface/cli download

Configuration

Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):

JSON Configuration
{
  "mcpServers": {
    "huggingface": {
      "command": "npx",
      "args": [
        "-y",
        "huggingface-mcp-server"
      ],
      "env": {
        "HUGGINGFACE_TOKEN": "<your-huggingface-token>"
      }
    }
  }
}