Fetches trending Gradio spaces from Hugging Face, allowing users to discover popular interactive demos built with Gradio.
Tracks trending models, datasets, and spaces on Hugging Face, providing tools to fetch trending content, search for specific items, and analyze current trends on the platform.
Retrieves trending Streamlit spaces from Hugging Face, enabling users to find popular interactive applications built with Streamlit.
HF Trending MCP Server
An MCP server that tracks trending models, datasets, and spaces on Hugging Face.
It provides tools and prompts to fetch trending content, search for specific items, and analyze current trends, making it a valuable tool for developers, researchers, and AI enthusiasts.
Features
- Trending Tools: Retrieve the top trending models, datasets, and spaces with customizable limits.
- Search Functionality: Search trending items by query across models, datasets, or spaces.
- Trend Analysis Prompt: A built-in prompt to analyze and summarize current trends on Hugging Face.
Installation
Setup
- Clone the Repository:
- Install Dependencies:
- Client Configuration:
Usage
Once the server is running or installed, you can interact with it using an MCP client (e.g., Claude Desktop). Below are some example prompts:
Fetch Trending Content
Input:
"Show me the top 5 trending models on Hugging Face."
Output:
Input:
"What are the top 10 trending datasets right now?"
Output:
Input:
"List the top 3 trending spaces."
Output:
Search Trending Items
Input:
"Search for trending NLP models, limit to 5."
Output:
Input:
"Find trending datasets about computer vision."
Output:
Analyze Trends
Input:
"Analyze the current trends on Hugging Face."
Output:
A detailed response combining results from all trending tools, followed by an analysis (generated by the client’s AI):
API Details
Tools
get_trending_models(limit: int = 10)
: Fetches trending models with downloads, likes, and tags.get_trending_datasets(limit: int = 10)
: Fetches trending datasets with downloads, likes, and tags.get_trending_spaces(limit: int = 10)
: Fetches trending spaces with likes, SDK info, and tags.search_trending(query: str, type: str = "models", limit: int = 10)
: Searches trending items by query and type.
Prompt
analyze_trends()
: Guides the analysis of trending items with a structured prompt.
License
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
An MCP server that tracks trending AI models, datasets, and spaces on Hugging Face.
Related MCP Servers
- -securityAlicense-qualityAn MCP server that generates 2D and 3D game assets from text prompts using AI models from Hugging Face Spaces, allowing developers to easily create game art through Claude Desktop or other MCP clients.Last updated -74JavaScriptMIT License
- -securityAlicense-qualityA 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.Last updated -54PythonMIT License
- AsecurityAlicenseAqualityMCP server for Hugeicons integration and documentation This is a TypeScript-based MCP server that provides tools and resources for integrating Hugeicons into various platforms. It implements a Model Context Protocol (MCP) server that helps AI assistants provide accurate guidance for using HugeiconsLast updated -3446TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that allows Claude and other MCP-compatible AI assistants to interact with the Hugging Face ecosystem, enabling repository management, file operations, search, and collections management through natural language.Last updated -1PythonMIT License