Hugging Face
OfficialAccess the Hugging Face Hub and Gradio MCP Servers
Provider:Hugging Face
Category:AI/ML
Installation
Command Line
npx @huggingface/cli downloadConfiguration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"huggingface": {
"command": "npx",
"args": [
"-y",
"huggingface-mcp-server"
],
"env": {
"HUGGINGFACE_TOKEN": "<your-huggingface-token>"
}
}
}
}