SYS NOMINALLISTINGS 912 SERVERS 573CLIENTS 103AI AGENTS 236
All tools
Hu
MCP SERVER

Hugging Face MCP Server

Hugging Face MCP server for the Hub, models, datasets, papers and Gradio applications.

AI & language modelsmcpmachine learning
Visit project

About Hugging Face MCP Server

Hugging Face MCP server for the Hub, models, datasets, papers and Gradio applications. The observed Official MCP Registry record provides its connection details.

What you can do

  • Hub search
  • Model and dataset lookup
  • Gradio applications

How to connect

What is the endpoint and how does it run?

Hosted remote server over Streamable HTTP at https://huggingface.co/mcp?login.

Does it need authentication?

The publisher documents its own access method.

Required request headers: Authorization.

How do I add Hugging Face MCP Server to Claude Code, Cursor or Claude Desktop?

Claude Code
claude mcp add --transport http hugging-face https://huggingface.co/mcp?login
Cursor, Windsurf and other clients that accept a URL (mcp.json)
{
  "mcpServers": {
    "hugging-face": {
      "url": "https://huggingface.co/mcp?login"
    }
  }
}
Claude Desktop (claude_desktop_config.json, via the mcp-remote bridge)
{
  "mcpServers": {
    "hugging-face": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://huggingface.co/mcp?login"
      ]
    }
  }
}

Snippets are generated from the published endpoint; the server name hugging-face is only a label you can change. Add the credentials the publisher documents.

REMOTE ENDPOINThttps://huggingface.co/mcpUse this URL in a compatible client. Follow the provider’s authentication instructions.
3 published remote connections
streamable-httphttps://huggingface.co/mcp?login
streamable-httphttps://huggingface.co/mcp

Authorization — Hugging Face API token for authentication

streamable-httphttps://huggingface.co/mcp

Sources and checks

View the source

Registry name: co.huggingface/hf-mcp-server
Published version: 0.2.33

Source information collected September 8, 2026.

Badge and embed

Show this listing on your website or README. The badge and the card link back to this page.

Listed on RUAGENTICHugging Face MCP Server on RUAGENTIC
Markdown badge
[![Listed on RUAGENTIC](https://ruagentic.com/badge/hugging-face-mcp.svg)](https://ruagentic.com/tools/hugging-face-mcp)
HTML badge
<a href="https://ruagentic.com/tools/hugging-face-mcp"><img src="https://ruagentic.com/badge/hugging-face-mcp.svg" alt="Listed on RUAGENTIC" height="28"></a>
Markdown card
[![Hugging Face MCP Server on RUAGENTIC](https://ruagentic.com/embed/hugging-face-mcp.svg)](https://ruagentic.com/tools/hugging-face-mcp)
HTML embed
<iframe src="https://ruagentic.com/embed/hugging-face-mcp" width="480" height="150" style="border:0;max-width:100%" loading="lazy" title="Hugging Face MCP Server on RUAGENTIC"></iframe>