# Hugging Face (verified)

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

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add huggingface

# Browse available tools
npx -y @smithery/cli@latest tool list huggingface

# Get full schema for a tool
npx -y @smithery/cli@latest tool get huggingface hf_whoami

# Call a tool
npx -y @smithery/cli@latest tool call huggingface hf_whoami '{}'
```

## Direct MCP Connection

Endpoint: `https://huggingface.run.tools`

## Tools (8)

- `hf_whoami` — Hugging Face tools are being used anonymously and may be rate limited. Call this tool for instructions on joining and a…
- `space_search` — Find Hugging Face Spaces using semantic search. IMPORTANT Only MCP Servers can be used with the dynamic_space toolInclu…
- `hub_repo_search` — Search Hugging Face repositories with a shared query interface. You can target models, datasets, spaces, or aggregate a…
- `paper_search` — Find Machine Learning research papers on the Hugging Face hub. Include 'Link to paper' When presenting the results. Con…
- `hub_repo_details` — Get details for one or more Hugging Face repos (model, dataset, or space). Auto-detects type unless specified.
- `hf_doc_search` — Search and Discover Hugging Face Product and Library documentation. Send an empty query to discover structure and navig…
- `hf_doc_fetch` — Fetch a document from the Hugging Face or Gradio documentation library. For large documents, use offset to get subseque…
- `gr1_z_image_turbo_generate` — Generate an image using the Z-Image model based on the provided prompt and settings. This function is triggered when th…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get huggingface <tool-name>
```

## Prompts (4)

- `User Summary` (user_id) — Generate a summary of a Hugging Face user including their profile, models, datasets, spaces, and papers. Enter either a…
- `Paper Summary` (paper_id) — Generate a comprehensive summary of an arXiv paper including its details and related models, datasets, and spaces on Hu…
- `Model Details` (model_id) — Get detailed information about a model from the Hugging Face Hub. Includes README from the repository - review before u…
- `Dataset Details` (dataset_id) — Get detailed information about a dataset from the Hugging Face Hub. Includes README from the repository - review before…
