[ MCP_NODE_3817 ]

huggingface

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Access Hugging Face models, datasets, Spaces, papers, collections via MCP.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "huggingface-en": {
            "description": "Access Hugging Face models, datasets, Spaces, papers, collections via MCP.",
            "url": "https://huggingface.co/mcp",
            "headers": {
                "Authorization": "Bearer <YOUR_HF_TOKEN>"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
ENDPOINT
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.