Skip to main content
Glama

hf-trending-mcp

HFトレンドMCPサーバー

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

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

ライセンスパイソン状態

特徴

  • トレンド ツール: カスタマイズ可能な制限を使用して、トップ トレンドのモデル、データセット、およびスペースを取得します。
  • 検索機能: モデル、データセット、またはスペース全体のクエリによってトレンドのアイテムを検索します。
  • トレンド分析プロンプト: Hugging Face の現在のトレンドを分析および要約するための組み込みプロンプト。

インストール

設定

  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ファイルをご覧ください。

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

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

  1. 特徴
    1. インストール
      1. 設定
    2. 使用法
      1. トレンドコンテンツを取得する
      2. トレンドアイテムを検索
      3. トレンドを分析する
    3. APIの詳細
      1. ツール
      2. プロンプト
    4. ライセンス

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        An 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 -
        77
        JavaScript
        MIT License
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        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.
        Last updated -
        56
        Python
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        MCP 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 Hugeicons
        Last updated -
        3
        194
        6
        TypeScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A 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 -
        1
        Python
        MIT License
        • Apple

      View all related MCP servers

      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