Hugging Face Model Context Protocol server

Hugging Face

AI model hub for machine learning. Discover models, explore datasets, and access model documentation and capabilities.

Hugging·No reviews yet
Repo Docs
Share:

About

AI model hub for machine learning. Discover models, explore datasets, and access model documentation and capabilities.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Install Hugging Face

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "hugging-face": {
      "url": "https://…",
      "transport": "http"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "hugging-face": {
      "url": "https://…"
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "hugging-face": {
      "type": "http",
      "url": "https://…"
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.