huggingface-mcp.md

HuggingFace MCP

from"huggingface"
1.6k

Access HuggingFace models and datasets

AI & ML
HuggingFacemodelsdatasetsML
install.sh
# Clone the repository
$git clone https://github.com/huggingface/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve