shreyaskarnik_huggingface-mcp-server
0
The Hugging Face MCP Server provides read-only access to Hugging Face Hub APIs, enabling language models like Claude to interact with Hugging Face resources such as models, datasets, and papers. It features custom URI schemes and various tools for retrieving and summarizing information.
🤗 Hugging Face MCP Server 🤗
A Model Context Protocol (MCP) server that provides read-only access to the Hugging Face Hub APIs. It allows LLMs like Claude to interact with models, datasets, spaces, papers, and collections from Hugging Face.
Components
Resources
- Custom
hf://
URI scheme for resources - Models, Datasets, Spaces accessible via specific URIs
Prompts
- compare-models: Compare multiple Hugging Face models
- summarize-paper: Summarizes a research paper
Tools
- Model Tools: Search models, get information
- Dataset Tools: Search datasets, get information
- Space Tools: Search spaces, get information
- Paper Tools: Get paper information, list daily papers
- Collection Tools: Search collections, get information
Configuration
Optional Hugging Face authentication for higher rate limits.
Quickstart
Install
Install via Smithery for Claude Desktop.
Development
Build and publish package distributions to PyPI.