Skip to main content

huggingface

Hugging Face models and datasets. Use when the agent needs this capability via MCP.

Ir para a instalação

Informações da origem

Repositório
RabbitAI-Lab/rabbit-plugins-mcp
Última atividade na origem
26 de julho de 2026 às 14:08
Idioma detectado do SKILL.md
inglês
Estrelas
0
Forks
0

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
huggingface
description
Hugging Face models and datasets. Use when the agent needs this capability via MCP.
# huggingface Hugging Face models and datasets ## When to Activate - Use **huggingface** from an MCP-aware client - AI Services tasks that huggingface supports - Register huggingface via `claude mcp add` or `.mcp.json` ## Installation huggingface is an MCP server (stdio transport). Register it with Claude Code: ```bash claude mcp add huggingface -- npx @huggingface/mcp ``` Or add to `.mcp.json`: ```json { "mcpServers": { "huggingface": { "command": "npx", "args": [ "@huggingface/mcp" ] } } } ``` A guided installer is at `scripts/install.sh`. ## Verification ```bash claude mcp list ``` ## Details - **Server**: `huggingface` - **Maintainer**: HuggingFace - **Protocol**: stdio - **Category**: AI Services - **Priority**: Recommended
Ver no GitHub