Hugging Face
docker-mcp/hugging-faceTools for interacting with Hugging Face models, datasets, research papers, and more.
Tools · 4
Inspect the current Hugging Face authentication context, including the account, visible organization memberships, and credential access details. Read-only and never returns credential values.
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…
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…
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
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
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
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
skill://hf-cloud-python-env-setup/requirements.txt
skill://hf-cloud-python-env-setup/scripts/check_versions.py
skill://hf-cloud-python-env-setup/scripts/setup_env.py
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
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
skill://hf-cloud-sagemaker-iam-preflight/references/minimum-permissions.json
skill://hf-cloud-sagemaker-iam-preflight/references/trust-policy.json
skill://hf-cloud-sagemaker-iam-preflight/scripts/check_role.py
skill://hf-cloud-sagemaker-iam-preflight/scripts/create_role.py
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
skill://hf-cloud-sagemaker-production-defaults/references/deployment-template.md
skill://hf-cloud-sagemaker-production-defaults/scripts/_common.py
skill://hf-cloud-sagemaker-production-defaults/scripts/deploy.py
skill://hf-cloud-sagemaker-production-defaults/scripts/deploy_async.py
skill://hf-cloud-sagemaker-production-defaults/scripts/deploy_ic.py
skill://hf-cloud-sagemaker-production-defaults/scripts/invoke_endpoint.py
skill://hf-cloud-sagemaker-production-defaults/scripts/teardown.py
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
skill://hf-cloud-serving-image-selection/references/model-to-image.md
skill://hf-cloud-serving-image-selection/scripts/mirror_image.py
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
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
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
skill://huggingface-community-evals/examples/.env.example
skill://huggingface-community-evals/examples/USAGE_EXAMPLES.md
skill://huggingface-community-evals/scripts/inspect_eval_uv.py
skill://huggingface-community-evals/scripts/inspect_vllm_uv.py
skill://huggingface-community-evals/scripts/lighteval_vllm_uv.py
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
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
skill://huggingface-gradio/examples.md
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
skill://huggingface-llm-trainer/references/gguf_conversion.md
skill://huggingface-llm-trainer/references/hardware_guide.md
skill://huggingface-llm-trainer/references/hub_saving.md
skill://huggingface-llm-trainer/references/local_training_macos.md
skill://huggingface-llm-trainer/references/reliability_principles.md
skill://huggingface-llm-trainer/references/trackio_guide.md
skill://huggingface-llm-trainer/references/training_methods.md
skill://huggingface-llm-trainer/references/training_patterns.md
skill://huggingface-llm-trainer/references/troubleshooting.md
skill://huggingface-llm-trainer/references/unsloth.md
skill://huggingface-llm-trainer/scripts/convert_to_gguf.py
skill://huggingface-llm-trainer/scripts/dataset_inspector.py
skill://huggingface-llm-trainer/scripts/estimate_cost.py
skill://huggingface-llm-trainer/scripts/hf_benchmarks.py
skill://huggingface-llm-trainer/scripts/train_dpo_example.py
skill://huggingface-llm-trainer/scripts/train_grpo_example.py
skill://huggingface-llm-trainer/scripts/train_sft_example.py
skill://huggingface-llm-trainer/scripts/unsloth_sft_example.py
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
skill://huggingface-local-models/references/hardware.md
skill://huggingface-local-models/references/hub-discovery.md
skill://huggingface-local-models/references/quantization.md
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
skill://huggingface-lora-space-builder/references/adapting-to-the-lora.md
skill://huggingface-lora-space-builder/references/base-models/krea-2.md
skill://huggingface-lora-space-builder/references/base-models/ltx.md
skill://huggingface-lora-space-builder/references/base-models/qwen-image.md
skill://huggingface-lora-space-builder/references/creative-mode.md
skill://huggingface-lora-space-builder/references/tasks.md
skill://huggingface-lora-space-builder/references/zerogpu-and-publishing.md
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
skill://huggingface-paper-publisher/examples/example_usage.md
skill://huggingface-paper-publisher/references/quick_reference.md
skill://huggingface-paper-publisher/scripts/paper_manager.py
skill://huggingface-paper-publisher/templates/arxiv.md
skill://huggingface-paper-publisher/templates/ml-report.md
skill://huggingface-paper-publisher/templates/modern.md
skill://huggingface-paper-publisher/templates/standard.md
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
skill://huggingface-spaces/README.md
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
skill://huggingface-spaces/references/3d-cuda-extensions.md
skill://huggingface-spaces/references/3d-generation.md
skill://huggingface-spaces/references/3d-gsplat.md
skill://huggingface-spaces/references/3d-models.md
skill://huggingface-spaces/references/3d-outputs.md
skill://huggingface-spaces/references/buckets.md
skill://huggingface-spaces/references/debugging.md
skill://huggingface-spaces/references/gradio.md
skill://huggingface-spaces/references/grants.md
skill://huggingface-spaces/references/inference-providers.md
skill://huggingface-spaces/references/known-errors.md
skill://huggingface-spaces/references/requirements.md
skill://huggingface-spaces/references/zerogpu.md
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
skill://huggingface-tool-builder/references/baseline_hf_api.py
skill://huggingface-tool-builder/references/baseline_hf_api.sh
skill://huggingface-tool-builder/references/baseline_hf_api.tsx
skill://huggingface-tool-builder/references/find_models_by_paper.sh
skill://huggingface-tool-builder/references/hf_enrich_models.sh
skill://huggingface-tool-builder/references/hf_model_card_frontmatter.sh
skill://huggingface-tool-builder/references/hf_model_papers_auth.sh
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
skill://huggingface-trackio/references/alerts.md
skill://huggingface-trackio/references/logging_metrics.md
skill://huggingface-trackio/references/retrieving_metrics.md
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
skill://huggingface-vision-trainer/references/finetune_sam2_trainer.md
skill://huggingface-vision-trainer/references/hub_saving.md
skill://huggingface-vision-trainer/references/image_classification_training_notebook.md
skill://huggingface-vision-trainer/references/object_detection_training_notebook.md
skill://huggingface-vision-trainer/references/reliability_principles.md
skill://huggingface-vision-trainer/references/timm_trainer.md
skill://huggingface-vision-trainer/scripts/dataset_inspector.py
skill://huggingface-vision-trainer/scripts/estimate_cost.py
skill://huggingface-vision-trainer/scripts/image_classification_training.py
skill://huggingface-vision-trainer/scripts/object_detection_training.py
skill://huggingface-vision-trainer/scripts/sam_segmentation_training.py
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
skill://huggingface-zerogpu/references/concurrency.md
skill://huggingface-zerogpu/references/cuda-and-deps.md
skill://huggingface-zerogpu/references/how-quota-works.md
skill://huggingface-zerogpu/references/how-zerogpu-works.md
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
skill://train-sentence-transformers/references/base_model_selection.md
skill://train-sentence-transformers/references/dataset_formats.md
skill://train-sentence-transformers/references/evaluators_cross_encoder.md
skill://train-sentence-transformers/references/evaluators_sentence_transformer.md
skill://train-sentence-transformers/references/evaluators_sparse_encoder.md
skill://train-sentence-transformers/references/hardware_guide.md
skill://train-sentence-transformers/references/hf_jobs_execution.md
skill://train-sentence-transformers/references/losses_cross_encoder.md
skill://train-sentence-transformers/references/losses_sentence_transformer.md
skill://train-sentence-transformers/references/losses_sparse_encoder.md
skill://train-sentence-transformers/references/model_architectures.md
skill://train-sentence-transformers/references/prompts_and_instructions.md
skill://train-sentence-transformers/references/training_args.md
skill://train-sentence-transformers/references/troubleshooting.md
skill://train-sentence-transformers/scripts/mine_hard_negatives.py
skill://train-sentence-transformers/scripts/train_cross_encoder_distillation_example.py
skill://train-sentence-transformers/scripts/train_cross_encoder_example.py
skill://train-sentence-transformers/scripts/train_cross_encoder_listwise_example.py
skill://train-sentence-transformers/scripts/train_sentence_transformer_distillation_example.py
skill://train-sentence-transformers/scripts/train_sentence_transformer_example.py
skill://train-sentence-transformers/scripts/train_sentence_transformer_make_multilingual_example.py
skill://train-sentence-transformers/scripts/train_sentence_transformer_matryoshka_example.py
skill://train-sentence-transformers/scripts/train_sentence_transformer_multi_dataset_example.py
skill://train-sentence-transformers/scripts/train_sentence_transformer_static_embedding_example.py
skill://train-sentence-transformers/scripts/train_sentence_transformer_with_lora_example.py
skill://train-sentence-transformers/scripts/train_sparse_encoder_distillation_example.py
skill://train-sentence-transformers/scripts/train_sparse_encoder_example.py
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
skill://transformers-js/references/CACHE.md
skill://transformers-js/references/CONFIGURATION.md
skill://transformers-js/references/EXAMPLES.md
skill://transformers-js/references/MODEL_ARCHITECTURES.md
skill://transformers-js/references/MODEL_REGISTRY.md
skill://transformers-js/references/PIPELINE_OPTIONS.md
skill://transformers-js/references/TEXT_GENERATION.md
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
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"hugging_face": {
"url": "https://huggingface.co/mcp",
"transport": "streamable-http"
}
}
}