Hugging Face Hub MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 3003 |
| HF_BASE_URL | No | Base URL for Hugging Face API | https://huggingface.co |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hf_list_modelsA | Get information from all models in the Hub. Supports filtering by search terms, authors, tags, and more. Returns paginated results with model metadata including downloads, likes, and tags. |
| hf_get_model_infoC | Get detailed information for a specific model including metadata, files, configuration, and more. |
| hf_get_model_tagsB | Gets all available model tags hosted in the Hub, organized by type (e.g., task types, libraries, languages). |
| hf_list_datasetsB | Get information from all datasets in the Hub. Supports filtering by search terms, authors, tags, and more. Returns paginated results with dataset metadata including downloads, likes, and tags. |
| hf_get_dataset_infoB | Get detailed information for a specific dataset including metadata, files, configuration, and more. |
| hf_get_dataset_parquetB | Get the list of auto-converted parquet files for a dataset. Can specify subset (config) and split to get specific files. |
| hf_get_croissantC | Get the Croissant metadata for a dataset. Croissant is a high-level format for machine learning datasets. |
| hf_get_dataset_tagsB | Gets all available dataset tags hosted in the Hub, organized by type (e.g., task categories, languages, licenses). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/michaelwaves/hf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server