Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Hugging Face

docker-mcp/hugging-face

Tools for interacting with Hugging Face models, datasets, research papers, and more.

Uptime
100.0%
1 direct probes · 30d
Response
352ms
last probe
Tools
4
callable
Resources
155
readable
Prompts
0
available

Tools · 4

hf_whoami

Inspect the current Hugging Face authentication context, including the account, visible organization memberships, and credential access details. Read-only and never returns credential values.

hub_repo_search

Search Hugging Face repositories with a shared query interface. You can target models, datasets, spaces, or aggregate across multiple repo types in one call. Include links to repositories in your resp…

hub_repo_details

Get details for one or more Hugging Face repos (model, dataset, or space). Auto-detects type unless specified. For datasets, use operations: overview, dataset_structure, dataset_preview. Use dataset_s…

hf_fs

When to use: Hugging Face Hub models, datasets, Spaces, collections, papers, daily papers, today's trending models, current paper leaderboard, docs, and repository files. Examples: {"operations":[{…

Resources · 155

hf-cli

Hugging Face Hub CLI (`hf`) for downloading, uploading, and managing models, datasets, spaces, buckets, repos, papers, jobs, and more on the Hugging Face Hub. Use when: handling authentication; managi…

skill://hf-cli/SKILL.md
hf-cloud-aws-context-discovery

Discover the user's local AWS context (active profile, region, account ID, caller identity) at the start of any AWS task. Use this skill before any other AWS work — deploying to SageMaker, creating re…

skill://hf-cloud-aws-context-discovery/SKILL.md
hf-cloud-python-env-setup

Set up an isolated Python environment for SageMaker / AWS work, with the right Python version and current boto3. Use this skill whenever Python code will be executed for a SageMaker deployment, traini…

skill://hf-cloud-python-env-setup/SKILL.md
requirements.txt skill://hf-cloud-python-env-setup/requirements.txt
check_versions.py skill://hf-cloud-python-env-setup/scripts/check_versions.py
setup_env.py skill://hf-cloud-python-env-setup/scripts/setup_env.py
hf-cloud-sagemaker-deployment-planner

Plan and coordinate the deployment of a model to Amazon SageMaker AI. Use this skill whenever the user wants to deploy, host, serve, or expose a model on SageMaker or AWS — including phrases like "dep…

skill://hf-cloud-sagemaker-deployment-planner/SKILL.md
hf-cloud-sagemaker-iam-preflight

Ensure a usable SageMaker execution role exists before deploying or training. Use this skill whenever about to create a SageMaker endpoint, model, training job, or any resource that requires an execut…

skill://hf-cloud-sagemaker-iam-preflight/SKILL.md
minimum-permissions.json skill://hf-cloud-sagemaker-iam-preflight/references/minimum-permissions.json
trust-policy.json skill://hf-cloud-sagemaker-iam-preflight/references/trust-policy.json
check_role.py skill://hf-cloud-sagemaker-iam-preflight/scripts/check_role.py
create_role.py skill://hf-cloud-sagemaker-iam-preflight/scripts/create_role.py
hf-cloud-sagemaker-production-defaults

Create a SageMaker endpoint (real-time, real-time scale-to-zero, or async) with autoscaling, CloudWatch alarms, and tagging enabled by default. Use this skill whenever about to create a SageMaker endp…

skill://hf-cloud-sagemaker-production-defaults/SKILL.md
deployment-template.md skill://hf-cloud-sagemaker-production-defaults/references/deployment-template.md
_common.py skill://hf-cloud-sagemaker-production-defaults/scripts/_common.py
deploy.py skill://hf-cloud-sagemaker-production-defaults/scripts/deploy.py
deploy_async.py skill://hf-cloud-sagemaker-production-defaults/scripts/deploy_async.py
deploy_ic.py skill://hf-cloud-sagemaker-production-defaults/scripts/deploy_ic.py
invoke_endpoint.py skill://hf-cloud-sagemaker-production-defaults/scripts/invoke_endpoint.py
teardown.py skill://hf-cloud-sagemaker-production-defaults/scripts/teardown.py
hf-cloud-serving-image-selection

Pick the right serving container for a SageMaker model deployment and find its current image URI. Use this skill whenever about to deploy a model to a SageMaker endpoint and an image URI needs to be c…

skill://hf-cloud-serving-image-selection/SKILL.md
model-to-image.md skill://hf-cloud-serving-image-selection/references/model-to-image.md
mirror_image.py skill://hf-cloud-serving-image-selection/scripts/mirror_image.py
hf-mem

Hugging Face CLI to estimate the required memory to load Safetensors or GGUF model weights for inference from the Hugging Face Hub

skill://hf-mem/SKILL.md
huggingface-best

Use when the user asks about finding the best, top, or recommended model for a task, wants to know what AI model to use, or wants to compare models by benchmark scores. Triggers on: "best model for X"…

skill://huggingface-best/SKILL.md
huggingface-community-evals

Run evaluations for Hugging Face Hub models using inspect-ai and lighteval on local hardware. Use for backend selection, local GPU evals, and choosing between vLLM / Transformers / accelerate. Not for…

skill://huggingface-community-evals/SKILL.md
.env.example skill://huggingface-community-evals/examples/.env.example
USAGE_EXAMPLES.md skill://huggingface-community-evals/examples/USAGE_EXAMPLES.md
inspect_eval_uv.py skill://huggingface-community-evals/scripts/inspect_eval_uv.py
inspect_vllm_uv.py skill://huggingface-community-evals/scripts/inspect_vllm_uv.py
lighteval_vllm_uv.py skill://huggingface-community-evals/scripts/lighteval_vllm_uv.py
huggingface-datasets

Use this skill for Hugging Face Dataset Viewer API workflows that fetch subset/split metadata, paginate rows, search text, apply filters, download parquet URLs, and read size or statistics.

skill://huggingface-datasets/SKILL.md
huggingface-gradio

Build Gradio web UIs and demos in Python. Use when creating or editing Gradio apps, components, event listeners, layouts, or chatbots.

skill://huggingface-gradio/SKILL.md
examples.md skill://huggingface-gradio/examples.md
huggingface-llm-trainer

Train or fine-tune language and vision models using TRL (Transformer Reinforcement Learning) or Unsloth with Hugging Face Jobs infrastructure. Covers SFT, DPO, GRPO and reward modeling training method…

skill://huggingface-llm-trainer/SKILL.md
gguf_conversion.md skill://huggingface-llm-trainer/references/gguf_conversion.md
hardware_guide.md skill://huggingface-llm-trainer/references/hardware_guide.md
hub_saving.md skill://huggingface-llm-trainer/references/hub_saving.md
local_training_macos.md skill://huggingface-llm-trainer/references/local_training_macos.md
reliability_principles.md skill://huggingface-llm-trainer/references/reliability_principles.md
trackio_guide.md skill://huggingface-llm-trainer/references/trackio_guide.md
training_methods.md skill://huggingface-llm-trainer/references/training_methods.md
training_patterns.md skill://huggingface-llm-trainer/references/training_patterns.md
troubleshooting.md skill://huggingface-llm-trainer/references/troubleshooting.md
unsloth.md skill://huggingface-llm-trainer/references/unsloth.md
convert_to_gguf.py skill://huggingface-llm-trainer/scripts/convert_to_gguf.py
dataset_inspector.py skill://huggingface-llm-trainer/scripts/dataset_inspector.py
estimate_cost.py skill://huggingface-llm-trainer/scripts/estimate_cost.py
hf_benchmarks.py skill://huggingface-llm-trainer/scripts/hf_benchmarks.py
train_dpo_example.py skill://huggingface-llm-trainer/scripts/train_dpo_example.py
train_grpo_example.py skill://huggingface-llm-trainer/scripts/train_grpo_example.py
train_sft_example.py skill://huggingface-llm-trainer/scripts/train_sft_example.py
unsloth_sft_example.py skill://huggingface-llm-trainer/scripts/unsloth_sft_example.py
huggingface-local-models

Use to select models to run locally with llama.cpp and GGUF on CPU, Mac Metal, CUDA, or ROCm. Covers finding GGUFs, quant selection, running servers, exact GGUF file lookup, conversion, and OpenAI-com…

skill://huggingface-local-models/SKILL.md
hardware.md skill://huggingface-local-models/references/hardware.md
hub-discovery.md skill://huggingface-local-models/references/hub-discovery.md
quantization.md skill://huggingface-local-models/references/quantization.md
huggingface-lora-space-builder

Build and publish a Gradio demo on Hugging Face Spaces for a user-provided LoRA. Use when someone asks to create, generate, ship, or publish a Space, demo, Gradio app, or playground for a LoRA — inclu…

skill://huggingface-lora-space-builder/SKILL.md
adapting-to-the-lora.md skill://huggingface-lora-space-builder/references/adapting-to-the-lora.md
krea-2.md skill://huggingface-lora-space-builder/references/base-models/krea-2.md
ltx.md skill://huggingface-lora-space-builder/references/base-models/ltx.md
qwen-image.md skill://huggingface-lora-space-builder/references/base-models/qwen-image.md
creative-mode.md skill://huggingface-lora-space-builder/references/creative-mode.md
tasks.md skill://huggingface-lora-space-builder/references/tasks.md
zerogpu-and-publishing.md skill://huggingface-lora-space-builder/references/zerogpu-and-publishing.md
huggingface-paper-publisher

Publish and manage research papers on Hugging Face Hub. Supports creating paper pages, linking papers to models/datasets, claiming authorship, and generating professional markdown-based research artic…

skill://huggingface-paper-publisher/SKILL.md
example_usage.md skill://huggingface-paper-publisher/examples/example_usage.md
quick_reference.md skill://huggingface-paper-publisher/references/quick_reference.md
paper_manager.py skill://huggingface-paper-publisher/scripts/paper_manager.py
arxiv.md skill://huggingface-paper-publisher/templates/arxiv.md
ml-report.md skill://huggingface-paper-publisher/templates/ml-report.md
modern.md skill://huggingface-paper-publisher/templates/modern.md
standard.md skill://huggingface-paper-publisher/templates/standard.md
huggingface-papers

Look up and read Hugging Face paper pages in markdown, and use the papers API for structured metadata such as authors, linked models/datasets/spaces, Github repo and project page. Use when the user sh…

skill://huggingface-papers/SKILL.md
README.md skill://huggingface-spaces/README.md
huggingface-spaces

Build, deploy, and maintain applications on Hugging Face Spaces — Gradio / Docker / Static SDKs, ZeroGPU and dedicated hardware, model loading, debugging, buckets, inference providers, community grant…

skill://huggingface-spaces/SKILL.md
3d-cuda-extensions.md skill://huggingface-spaces/references/3d-cuda-extensions.md
3d-generation.md skill://huggingface-spaces/references/3d-generation.md
3d-gsplat.md skill://huggingface-spaces/references/3d-gsplat.md
3d-models.md skill://huggingface-spaces/references/3d-models.md
3d-outputs.md skill://huggingface-spaces/references/3d-outputs.md
buckets.md skill://huggingface-spaces/references/buckets.md
debugging.md skill://huggingface-spaces/references/debugging.md
gradio.md skill://huggingface-spaces/references/gradio.md
grants.md skill://huggingface-spaces/references/grants.md
inference-providers.md skill://huggingface-spaces/references/inference-providers.md
known-errors.md skill://huggingface-spaces/references/known-errors.md
requirements.md skill://huggingface-spaces/references/requirements.md
zerogpu.md skill://huggingface-spaces/references/zerogpu.md
huggingface-tool-builder

Use this skill when the user wants to build tool/scripts or achieve a task where using data from the Hugging Face API would help. This is especially useful when chaining or combining API calls or the …

skill://huggingface-tool-builder/SKILL.md
baseline_hf_api.py skill://huggingface-tool-builder/references/baseline_hf_api.py
baseline_hf_api.sh skill://huggingface-tool-builder/references/baseline_hf_api.sh
baseline_hf_api.tsx skill://huggingface-tool-builder/references/baseline_hf_api.tsx
find_models_by_paper.sh skill://huggingface-tool-builder/references/find_models_by_paper.sh
hf_enrich_models.sh skill://huggingface-tool-builder/references/hf_enrich_models.sh
hf_model_card_frontmatter.sh skill://huggingface-tool-builder/references/hf_model_card_frontmatter.sh
hf_model_papers_auth.sh skill://huggingface-tool-builder/references/hf_model_papers_auth.sh
huggingface-trackio

Track and visualize ML training experiments with Trackio. Use when logging metrics during training (Python API), firing alerts for training diagnostics, or retrieving/analyzing logged metrics (CLI). S…

skill://huggingface-trackio/SKILL.md
alerts.md skill://huggingface-trackio/references/alerts.md
logging_metrics.md skill://huggingface-trackio/references/logging_metrics.md
retrieving_metrics.md skill://huggingface-trackio/references/retrieving_metrics.md
huggingface-vision-trainer

Trains and fine-tunes vision models for object detection (D-FINE, RT-DETR v2, DETR, YOLOS), image classification (timm models — MobileNetV3, MobileViT, ResNet, ViT/DINOv3 — plus any Transformers class…

skill://huggingface-vision-trainer/SKILL.md
finetune_sam2_trainer.md skill://huggingface-vision-trainer/references/finetune_sam2_trainer.md
hub_saving.md skill://huggingface-vision-trainer/references/hub_saving.md
image_classification_training_notebook.md skill://huggingface-vision-trainer/references/image_classification_training_notebook.md
object_detection_training_notebook.md skill://huggingface-vision-trainer/references/object_detection_training_notebook.md
reliability_principles.md skill://huggingface-vision-trainer/references/reliability_principles.md
timm_trainer.md skill://huggingface-vision-trainer/references/timm_trainer.md
dataset_inspector.py skill://huggingface-vision-trainer/scripts/dataset_inspector.py
estimate_cost.py skill://huggingface-vision-trainer/scripts/estimate_cost.py
image_classification_training.py skill://huggingface-vision-trainer/scripts/image_classification_training.py
object_detection_training.py skill://huggingface-vision-trainer/scripts/object_detection_training.py
sam_segmentation_training.py skill://huggingface-vision-trainer/scripts/sam_segmentation_training.py
huggingface-zerogpu

AI demos and GPU compute with Gradio Spaces and Hugging Face Spaces ZeroGPU. Use when writing or reviewing code that uses `@spaces.GPU`, configuring `python_version` or `requirements.txt` for a ZeroGP…

skill://huggingface-zerogpu/SKILL.md
concurrency.md skill://huggingface-zerogpu/references/concurrency.md
cuda-and-deps.md skill://huggingface-zerogpu/references/cuda-and-deps.md
how-quota-works.md skill://huggingface-zerogpu/references/how-quota-works.md
how-zerogpu-works.md skill://huggingface-zerogpu/references/how-zerogpu-works.md
train-sentence-transformers

Train or fine-tune sentence-transformers models across `SentenceTransformer` (bi-encoder; dense or static embedding model; for retrieval, similarity, clustering, classification, paraphrase mining, ded…

skill://train-sentence-transformers/SKILL.md
base_model_selection.md skill://train-sentence-transformers/references/base_model_selection.md
dataset_formats.md skill://train-sentence-transformers/references/dataset_formats.md
evaluators_cross_encoder.md skill://train-sentence-transformers/references/evaluators_cross_encoder.md
evaluators_sentence_transformer.md skill://train-sentence-transformers/references/evaluators_sentence_transformer.md
evaluators_sparse_encoder.md skill://train-sentence-transformers/references/evaluators_sparse_encoder.md
hardware_guide.md skill://train-sentence-transformers/references/hardware_guide.md
hf_jobs_execution.md skill://train-sentence-transformers/references/hf_jobs_execution.md
losses_cross_encoder.md skill://train-sentence-transformers/references/losses_cross_encoder.md
losses_sentence_transformer.md skill://train-sentence-transformers/references/losses_sentence_transformer.md
losses_sparse_encoder.md skill://train-sentence-transformers/references/losses_sparse_encoder.md
model_architectures.md skill://train-sentence-transformers/references/model_architectures.md
prompts_and_instructions.md skill://train-sentence-transformers/references/prompts_and_instructions.md
training_args.md skill://train-sentence-transformers/references/training_args.md
troubleshooting.md skill://train-sentence-transformers/references/troubleshooting.md
mine_hard_negatives.py skill://train-sentence-transformers/scripts/mine_hard_negatives.py
train_cross_encoder_distillation_example.py skill://train-sentence-transformers/scripts/train_cross_encoder_distillation_example.py
train_cross_encoder_example.py skill://train-sentence-transformers/scripts/train_cross_encoder_example.py
train_cross_encoder_listwise_example.py skill://train-sentence-transformers/scripts/train_cross_encoder_listwise_example.py
train_sentence_transformer_distillation_example.py skill://train-sentence-transformers/scripts/train_sentence_transformer_distillation_example.py
train_sentence_transformer_example.py skill://train-sentence-transformers/scripts/train_sentence_transformer_example.py
train_sentence_transformer_make_multilingual_example.py skill://train-sentence-transformers/scripts/train_sentence_transformer_make_multilingual_example.py
train_sentence_transformer_matryoshka_example.py skill://train-sentence-transformers/scripts/train_sentence_transformer_matryoshka_example.py
train_sentence_transformer_multi_dataset_example.py skill://train-sentence-transformers/scripts/train_sentence_transformer_multi_dataset_example.py
train_sentence_transformer_static_embedding_example.py skill://train-sentence-transformers/scripts/train_sentence_transformer_static_embedding_example.py
train_sentence_transformer_with_lora_example.py skill://train-sentence-transformers/scripts/train_sentence_transformer_with_lora_example.py
train_sparse_encoder_distillation_example.py skill://train-sentence-transformers/scripts/train_sparse_encoder_distillation_example.py
train_sparse_encoder_example.py skill://train-sentence-transformers/scripts/train_sparse_encoder_example.py
transformers-js

Use Transformers.js to run state-of-the-art machine learning models directly in JavaScript/TypeScript. Supports NLP (text classification, translation, summarization), computer vision (image classifica…

skill://transformers-js/SKILL.md
CACHE.md skill://transformers-js/references/CACHE.md
CONFIGURATION.md skill://transformers-js/references/CONFIGURATION.md
EXAMPLES.md skill://transformers-js/references/EXAMPLES.md
MODEL_ARCHITECTURES.md skill://transformers-js/references/MODEL_ARCHITECTURES.md
MODEL_REGISTRY.md skill://transformers-js/references/MODEL_REGISTRY.md
PIPELINE_OPTIONS.md skill://transformers-js/references/PIPELINE_OPTIONS.md
TEXT_GENERATION.md skill://transformers-js/references/TEXT_GENERATION.md
trl-training

Train and fine-tune transformer language models using TRL (Transformers Reinforcement Learning). Supports SFT, DPO, GRPO, KTO, RLOO and Reward Model training via CLI commands.

skill://trl-training/SKILL.md

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "hugging_face": {
      "url": "https://huggingface.co/mcp",
      "transport": "streamable-http"
    }
  }
}