Connects Claude to the Hugging Face Hub API for browsing and inspecting models, datasets, and Spaces. You get search across all three categories, detailed metadata retrieval, file listings at the repo root, and trending feeds. Useful when you need Claude to recommend models for a task, pull dataset documentation, or check what files ship with a particular checkpoint. Part of the Pipeworx gateway, so you can either connect to this standalone endpoint or use the full gateway with its ask_pipeworx natural language wrapper that routes your questions to the right tool automatically.
Public tool metadata for what this MCP can expose to an agent.
hf_whoamiHugging Face tools are being used anonymously and may be rate limited. Call this tool for instructions on joining and authenticating.Hugging Face tools are being used anonymously and may be rate limited. Call this tool for instructions on joining and authenticating.
No parameter schema in public metadata yet.
space_searchFind Hugging Face Spaces using semantic search. IMPORTANT Only MCP Servers can be used with the dynamic_space toolInclude links to the Space when presenting the results.3 paramsFind Hugging Face Spaces using semantic search. IMPORTANT Only MCP Servers can be used with the dynamic_space toolInclude links to the Space when presenting the results.
mcpbooleanlimitnumberquerystringhub_repo_searchSearch Hugging Face repositories with a shared query interface. You can target models, datasets, spaces, or aggregate across multiple repo types in one call. Use space_search for semantic-first discovery of Spaces. Include links to repositories in your response.6 paramsSearch Hugging Face repositories with a shared query interface. You can target models, datasets, spaces, or aggregate across multiple repo types in one call. Use space_search for semantic-first discovery of Spaces. Include links to repositories in your response.
sortstringtrendingScore · downloads · likes · createdAt · lastModifiedlimitnumberquerystringauthorstringfiltersarrayrepo_typesarraypaper_searchFind Machine Learning research papers on the Hugging Face hub. Include 'Link to paper' When presenting the results. Consider whether tabulating results matches user intent.3 paramsFind Machine Learning research papers on the Hugging Face hub. Include 'Link to paper' When presenting the results. Consider whether tabulating results matches user intent.
querystringconcise_onlybooleanresults_limitnumberhub_repo_detailsGet details for one or more Hugging Face repos (model, dataset, or space). Auto-detects type unless specified.2 paramsGet details for one or more Hugging Face repos (model, dataset, or space). Auto-detects type unless specified.
repo_idsarrayrepo_typestringmodel · dataset · spacehf_doc_searchSearch and Discover Hugging Face Product and Library documentation. Send an empty query to discover structure and navigation instructions. Knowledge up-to-date as at 11 March 2026. Combine with the Product filter to focus results.2 paramsSearch and Discover Hugging Face Product and Library documentation. Send an empty query to discover structure and navigation instructions. Knowledge up-to-date as at 11 March 2026. Combine with the Product filter to focus results.
querystringproductstringhf_doc_fetchFetch a document from the Hugging Face or Gradio documentation library. For large documents, use offset to get subsequent chunks.2 paramsFetch a document from the Hugging Face or Gradio documentation library. For large documents, use offset to get subsequent chunks.
offsetnumberdoc_urlstringgr1_z_image_turbo_generateGenerate an image using the Z-Image model based on the provided prompt and settings. This function is triggered when the user clicks the "Generate" button. It processes the input prompt (optionally enhancing it), configures generation parameters, and produces an image using th...6 paramsGenerate an image using the Z-Image model based on the provided prompt and settings. This function is triggered when the user clicks the "Generate" button. It processes the input prompt (optionally enhancing it), configures generation parameters, and produces an image using th...
seedintegershiftnumberstepsnumberpromptstringresolutionstring1024x1024 ( 1:1 ) · 1152x896 ( 9:7 ) · 896x1152 ( 7:9 ) · 1152x864 ( 4:3 ) · 864x1152 ( 3:4 ) · 1248x832 ( 3:2 )default: 1024x1024 ( 1:1 )random_seedbooleanHugging Face Hub MCP — models, datasets, spaces
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
search_models | Browse / search models on the Hub. |
search_datasets | Browse / search datasets on the Hub. |
search_spaces | Browse / search Spaces (demo apps). |
get_model | Detailed model info — config, tags, downloads, files at root. |
get_dataset | Detailed dataset info. |
get_space | Detailed Space info. |
list_model_files | List files at the root of a model repo. |
list_dataset_files | List files in a dataset repo. |
trending_models | Currently-trending models on the Hub. |
trending_datasets | Currently-trending datasets. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"huggingface": {
"url": "https://gateway.pipeworx.io/huggingface/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Huggingface data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent