How to Use the Hugging Face MCP in Claude Code
Automate your Hugging Face workflows from the command line. A perfect fit for your CI/CD pipelines and shell scripts with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Hugging Face MCP to Claude Code
Create your Vinkius account to connect Hugging Face to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Validate Models in Your CI/CD Pipeline
Stop letting upstream model changes break your builds. Add a step in your GitHub Actions workflow that uses Claude Code to validate a model before your deployment script runs. It's a simple check that saves a lot of headaches. A quick call to `list_model_files` can confirm that a `model.safetensors` file exists, or `get_model_tags` can verify the license hasn't changed. If the check fails, the pipeline stops, and you get notified. No surprises.
Script All Your Hub Monitoring
Get updates from the Hugging Face Hub without ever opening a browser. You can write a simple shell script and run it as a cron job. For example, have Claude Code check for new models from a specific author every morning. The script can call `list_models`, pipe the JSON output to `jq` for filtering, and then send a formatted summary to a Slack webhook. You can even use `get_user` in a health check script to confirm your API token is still valid.
Manage Repos from a Remote Server
This MCP Server is built for the terminal. If you're debugging a model on a remote machine over SSH, there's no need to switch back to your local machine to post a question on the Hub. You can do it right from the command line. Just use Claude Code with the `create_discussion` tool, passing the repo ID and your message as arguments. It's faster and keeps you in the zone. This turns the Hugging Face Hub into another command-line utility you can integrate anywhere.
Set up Hugging Face MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seehugging-face-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Hugging Face transactions." It will automatically discover and invoke the available Hugging Face tools.
claude mcp add --transport http hugging-face-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Hugging Face MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Hugging Face MCP today
We host it, we monitor it, we maintain it. You just paste one token.