Skip to main content
Glama
kukapay

hf-trending-mcp

by kukapay

HF 트렌딩 MCP 서버

Hugging Face 의 트렌드 모델, 데이터 세트 및 공간을 추적하는 MCP 서버입니다.

트렌드 콘텐츠를 가져오고, 특정 항목을 검색하고, 현재 트렌드를 분석할 수 있는 도구와 프롬프트를 제공하므로 개발자, 연구자, AI 애호가에게 귀중한 도구입니다.

특허파이썬상태

특징

  • 트렌드 도구 : 사용자 정의 가능한 제한을 통해 상위 트렌드 모델, 데이터 세트 및 공간을 검색합니다.

  • 검색 기능 : 모델, 데이터 세트 또는 공간에서 쿼리를 통해 인기 있는 항목을 검색합니다.

  • 트렌드 분석 프롬프트 : 허깅 페이스의 현재 트렌드를 분석하고 요약하는 내장 프롬프트입니다.

Related MCP server: Hugging Face MCP Server

설치

설정

  1. 저장소 복제 :

    지엑스피1

  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
...

추세 분석

입력 :

"허깅 페이스의 현재 트렌드를 분석합니다."

출력 :

모든 추세 도구의 결과를 결합한 자세한 응답과 클라이언트의 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 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

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