Skip to main content
Glama
kukapay

hf-trending-mcp

by kukapay

HFトレンドMCPサーバー

Hugging Face上のトレンドのモデル、データセット、スペースを追跡する MCP サーバー。

トレンドコンテンツを取得したり、特定のアイテムを検索したり、現在のトレンドを分析したりするためのツールとプロンプトが提供されており、開発者、研究者、AI 愛好家にとって貴重なツールとなっています。

ライセンスパイソン状態

特徴

  • トレンド ツール: カスタマイズ可能な制限を使用して、トップ トレンドのモデル、データセット、およびスペースを取得します。

  • 検索機能: モデル、データセット、またはスペース全体のクエリによってトレンドのアイテムを検索します。

  • トレンド分析プロンプト: Hugging Face の現在のトレンドを分析および要約するための組み込みプロンプト。

Related MCP server: Hugging Face MCP Server

インストール

設定

  1. リポジトリのクローンを作成します:

    git clone https://github.com/kukapay/hf-trending-mcp.git
    cd hf-trending-mcp
  2. 依存関係をインストール:

    pip install mcp[cli] httpx
  3. クライアント構成:

    "mcpServers": { 
      "hf-trending-mcp": { 
        "command": "python", 
        "args": [ "path/to/hf-trending-mcp/main.py" ]
      } 
    }

使用法

サーバーが起動またはインストールされたら、MCPクライアント(例:Claude Desktop)を使用してサーバーと対話できます。以下にプロンプトの例を示します。

トレンドコンテンツを取得する

入力:

「Hugging Face で人気のモデルトップ 5 を教えてください。」

出力:

google/vit-base-patch16-224 (Downloads: 12345, Likes: 678)
Tags: vision, transformer

facebook/detr-resnet-50 (Downloads: 9876, Likes: 543)
Tags: object-detection, transformer
...

入力:

「現在、最もトレンドとなっているデータセットのトップ 10 は何ですか?」

出力:

imdb (Downloads: 45678, Likes: 2345)
Tags: nlp, sentiment-analysis

squad (Downloads: 34567, Likes: 1987)
Tags: nlp, question-answering
...

入力:

「トレンドのスペーストップ 3 をリストします。」

出力:

gradio/image-classifier (Likes: 890, SDK: Gradio)
Tags: demo, vision

streamlit/text-generator (Likes: 765, SDK: Streamlit)
Tags: nlp, demo
...

トレンドアイテムを検索

入力:

「トレンドの NLP モデルを検索します。5 つまでです。」

出力:

bert-base-uncased (Likes: 456)
Tags: nlp, transformer

distilbert-base-uncased (Likes: 321)
Tags: nlp, transformer
...

入力:

「コンピューター ビジョンに関するトレンドのデータセットを見つけます。」

出力:

coco (Likes: 1234)
Tags: computer-vision, object-detection

imagenet-1k (Likes: 987)
Tags: computer-vision, classification
...

トレンドを分析する

入力:

「Hugging Faceの現在のトレンドを分析します。」

出力:

すべてのトレンドツールの結果を統合した詳細な回答と、それに続く分析(クライアントの AI によって生成):

Top Trending Models:
google/vit-base-patch16-224 (Downloads: 12345, Likes: 678)
Tags: vision, transformer
...

Top Trending Datasets:
imdb (Downloads: 45678, Likes: 2345)
Tags: nlp, sentiment-analysis
...

Top Trending Spaces:
gradio/image-classifier (Likes: 890, SDK: Gradio)
Tags: demo, vision
...

Summary: Vision models like ViT are trending, likely due to recent advancements in image processing. NLP datasets remain popular for text-based AI research, and Gradio spaces are gaining traction for interactive demos.

APIの詳細

ツール

  • get_trending_models(limit: int = 10) : ダウンロード数、いいね数、タグ数の多いトレンドモデルを取得します。

  • get_trending_datasets(limit: int = 10) : ダウンロード数、いいね数、タグを含むトレンドデータセットを取得します。

  • get_trending_spaces(limit: int = 10) : いいね、SDK 情報、タグが付いたトレンド スペースを取得します。

  • search_trending(query: str, type: str = "models", limit: int = 10) : クエリとタイプでトレンドアイテムを検索します。

プロンプト

  • analyze_trends() : 構造化されたプロンプトを使用してトレンド項目の分析をガイドします。

ライセンス

このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。

A
license - permissive license
Not graded
quality - not tested
D
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
    Not graded
    quality
    D
    maintenance
    An unofficial MCP server that provides semantic search capabilities for Hugging Face models and datasets, enabling Claude and other MCP-compatible clients to search, discover, and explore the Hugging Face ecosystem using natural language queries.
    20
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    An MCP server that provides Hugging Face Hub API and Search endpoints through multiple transport protocols (STDIO, SSE, StreamableHTTP, and StreamableHTTPJson), enabling integration with AI model capabilities.
    277
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    An MCP server for the Hugging Face Dataset Viewer API that enables searching, fetching, and filtering datasets on the Hugging Face Hub. It allows users to explore schemas, perform full-text searches, and analyze dataset statistics through natural language.
    10

View all related MCP servers

Related MCP Connectors

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/kukapay/hf-trending-mcp'

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