MCP server

Hugging Face

MCP

Models, spaces, and papers — official.

Hugging Face’s official MCP. Search the hub and read a model card without leaving the agent.

latest·Apache-2.0·Updated this quarter·github.com/evalstate/hf-mcp-server·Transport: stdio

Claude CodeDesktop
Scanned

claude_desktop_config.json

{
  "mcpServers": {
    "huggingface": {
      "command": "npx",
      "args": [
        "-y",
        "@llmindset/hf-mcp-server"
      ],
      "env": {
        "HF_TOKEN": "…"
      }
    }
  }
}

By Hugging Face

Spec

What the server actually exposes.

  • search_models

    read

    Search the hub.

  • get_model_card

    read

    Read a model card.

  • search_papers

    read

    Papers on the hub.

Guardrails

  • Token optional for public
  • Read-first

huggingface-mcp.mcp/tools

Tools

  • search_models

    Search the hub.

    read
  • get_model_card

    Read a model card.

    read
  • search_papers

    Papers on the hub.

    read

Last call

{ "ok": true,
  "tool": "search_models",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.