hf-mcp-server
Connect to Hugging Face Hub and thousands of Gradio AI Applications
The Hugging Face MCP Server provides a seamless integration for large language models (LLMs) with the Hugging Face ecosystem. Users can easily connect their models to the Hugging Face Hub, enabling access to a vast array of AI applications built on Gradio. This server simplifies the process of utilizing advanced AI tools, making it accessible for both developers and non-technical users alike. With the MCP Server, users can install it across various platforms such as Claude Desktop, Claude Code, Gemini CLI, and even VSCode. Each installation method is straightforward, requiring minimal commands to authenticate and set up. The server not only enhances the capabilities of LLMs but also allows users to leverage the extensive resources available on the Hugging Face platform, fostering innovation and creativity in AI development.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"hf-mcp-server": {
"args": [
"mcp-remote",
"https://huggingface.co/mcp?login"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions