Skip to main content
Glama
pipeworx-io

mcp-huggingface

by pipeworx-io

@pipeworx/huggingface

Hugging Face Hub MCP — search and inspect models, datasets, and Spaces on the largest open ML repository. No auth required for public reads.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

  • search_models(search?, author?, library?, language?, pipeline_tag?, tags?, sort?, direction?, limit?, full?)

  • search_datasets(search?, author?, language?, task_categories?, sort?, direction?, limit?, full?)

  • search_spaces(search?, author?, sdk?, sort?, direction?, limit?, full?)

  • get_model(repo_id, revision?)

  • get_dataset(repo_id, revision?)

  • get_space(repo_id, revision?)

  • list_model_files(repo_id, revision?) / list_dataset_files(repo_id, revision?)

  • trending_models(limit?) / trending_datasets(limit?)

Related MCP server: Hugging Face MCP Server

Auth

Public reads are keyless. Higher rate limits and gated/private repos require a token — optional:

  • Platform key (optional): gateway env PLATFORM_HF_KEY

  • BYO (optional): ?_apiKey=<hf_token>

Data source

https://huggingface.co/api/ — public REST.

Quick Start

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 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

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.

More

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that provides Claude and other LLMs with read-only access to Hugging Face Hub APIs, enabling interaction with models, datasets, spaces, papers, and collections through natural language.
    10
    71
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables access to the Hugging Face Hub API to search and retrieve information about machine learning models, datasets, and their metadata. Provides comprehensive tools for exploring the Hugging Face ecosystem including model details, dataset information, and parquet file access.
    8
  • F
    license
    -
    quality
    C
    maintenance
    Provides AI agents with 6 tools for searching Hugging Face models, GitHub trending repos, analyzing GitHub repositories, fetching dev.to articles, Show HN launches, and Product Hunt daily launches. Built for dev tooling research and AI ecosystem analysis.

View all related MCP servers

Related MCP Connectors

  • Search public open-source code, documentation, metadata, vulnerabilities, changelogs, and examples.

  • npm, PyPI & crates.io intel for AI agents: versions, popularity, deps, health. No API keys.

  • Browse Hacker News feeds, threads, and user profiles with full-text search.

View all MCP Connectors

Latest Blog Posts

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/pipeworx-io/mcp-huggingface'

If you have feedback or need assistance with the MCP directory API, please join our Discord server