Hugging Face
Official
🤖 AI & Machine Learning
Official Hugging Face MCP server connecting AI assistants to the Hub. Search models, datasets, Spaces, and papers, browse documentation, run community Gradio tools, and manage compute jobs on HF infrastructure.
Tags
Tools (15)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"hugging-face": {
"command": "npx",
"args": [
"-y",
"@llmindset/hf-mcp-server"
],
"env": {
"HF_TOKEN": "your-hf-token-here"
}
}
}
}