MCP HuggingFetch
MCP HuggingFace Fast Download Tool
⚡ High-speed HuggingFace model downloads with concurrent downloading, resume support, and intelligent retry - 3-5x faster than traditional methods. Supports Claude Desktop, Claude Code, Cursor, VS Code, and other clients.
中文版 | 日本語 | Français | Deutsch
📋 Quick Setup
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"huggingfetch": {
"command": "npx",
"args": ["-y", "mcp-huggingfetch@latest"],
"env": {
"HUGGINGFACE_TOKEN": "your_token_here"
}
}
}
}Claude Code
Add to .claude/claude_config.json:
{
"mcpServers": {
"huggingfetch": {
"command": "npx",
"args": ["-y", "mcp-huggingfetch@latest"],
"env": {
"HUGGINGFACE_TOKEN": "your_token_here"
}
}
}
}Cursor / VS Code (Continue Extension)
Add to config.json:
{
"mcp": [
{
"name": "huggingfetch",
"command": "npx",
"args": ["-y", "mcp-huggingfetch@latest"],
"env": {
"HUGGINGFACE_TOKEN": "your_token_here"
}
}
]
}🔑 Get HuggingFace Token
Visit HuggingFace Settings
Create a new Access Token
Copy the token to
HUGGINGFACE_TOKENin the above configuration
🛠 Usage
After configuration, use the following features directly in conversations:
📋 List Files
View and filter repository files:
List JSON files in the 2Noise/ChatTTS repository🔍 Explore Repository
Understand repository structure:
Explore the directory structure of microsoft/DialoGPT-medium🔎 Search Files
Find specific files by name:
Search for config files in openai/whisper-large-v3📥 Download Models
Selectively download required files:
Please download the ChatTTS model to ./models directoryDownload microsoft/DialoGPT-medium model, only .bin filesDownload openai/whisper-large-v3 model, exclude test files📝 Available Tools
File Listing (list_huggingface_files)
List and filter repository files with pattern matching and sorting.
Parameter | Type | Description | Default |
| string | HuggingFace repository ID | - |
| string | Git branch/tag |
|
| string | File filter pattern (glob) | - |
| string | Exclusion pattern | - |
| number | Maximum files to return |
|
| string | Sort by: |
|
Repository Explorer (explore_huggingface_repo)
Explore repository structure and get hierarchical file tree.
Parameter | Type | Description | Default |
| string | HuggingFace repository ID | - |
| string | Git branch/tag |
|
| number | Maximum scan depth |
|
| boolean | Generate ASCII tree view |
|
File Search (search_huggingface_files)
Search files by name or pattern within repository.
Parameter | Type | Description | Default |
| string | HuggingFace repository ID | - |
| string | Search keyword or pattern | - |
| string | Git branch/tag |
|
| number | Maximum results to return |
|
Download Tool Options (download_huggingface_model)
Parameter | Type | Description | Example |
| string | HuggingFace repository ID |
|
| string | Download directory |
|
| array | Specific file list |
|
| string/array | Include patterns |
|
| string/array | Exclude patterns |
|
| string | Git branch/tag |
|
| boolean | Force re-download |
|
🔧 Environment Variables
Variable | Required | Default | Description |
| ✅ | - | HuggingFace access token |
| ❌ |
| Default download directory |
| ❌ |
| Cache directory |
| ❌ |
| Log level ( |
❓ FAQ
Q: Token authentication failed, what should I do?
A: Check if HUGGINGFACE_TOKEN is correctly set, ensure the token is valid and has sufficient permissions.
Q: Download speed is slow, what can I do?
A: The tool supports resume downloads and concurrent downloading. Network issues may cause slow speeds, automatic retry will occur.
Q: How to download private models?
A: Ensure your HuggingFace account has access permissions and use a valid token.
Q: What file formats are supported?
A: All file formats on HuggingFace are supported, including .pt, .bin, .safetensors, .json, .txt, etc.
🏗 Development
Prerequisites
Node.js 18+
npm or yarn
Installation
git clone https://github.com/freefish1218/mcp-huggingfetch.git
cd mcp-huggingfetch
npm installDevelopment Commands
npm run dev # Run with file watching
npm start # Run the MCP server
npm run test:basic # Run basic functionality tests
npm test # Run Jest unit tests
npm run lint # Check code style
npm run lint:fix # Auto-fix linting issuesRelease Commands
npm run release:patch # Release patch version (1.0.0 -> 1.0.1)
npm run release:minor # Release minor version (1.0.0 -> 1.1.0)
npm run release:major # Release major version (1.0.0 -> 2.0.0)The release scripts will automatically:
Run tests and linting
Update version number
Create git tag
Push to GitHub
Publish to npm
For more details, see Release Guide
Building
npm run build # Build single binary
npm run build:all # Build for all platforms (Linux, macOS, Windows)📄 License
MIT License - see LICENSE file for details.
📖 Links
GitHub: freefish1218/mcp-huggingfetch
Issues: Report Issues
NPM: mcp-huggingfetch
🤝 Contributing
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/freefish1218/mcp-huggingfetch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server