Skip to main content
Glama
trendsmcp-ai

youtube-trends-mcp

by trendsmcp-ai

youtube-trends-mcp

YouTube Trends MCP Works with Claude Works with Cursor

AI 어시스턴트를 위한 YouTube 트렌드 데이터 사람들이 YouTube에서 무엇을 검색하는지 알아보세요. 상승 중인 주제, 증가하는 동영상 키워드, 과거 검색 수요까지 – AI가 자연어로 질의할 수 있습니다.

전체 문서 및 라이브 데모: https://trendsmcp.ai/youtube-trends

**Trends MCP**의 일부 – 12개 이상의 소스에서 실시간 트렌드 데이터를 제공하는 MCP 서버입니다. 주 저장소 참조: https://github.com/trendsmcp/trends-mcp


2단계로 시작하기

1단계: **trendsmcp.ai**에서 무료 API 키를 받으세요. 하루 100회 요청, 신용카드 필요 없음.

2단계: AI 클라이언트에 추가 ( YOUR_API_KEY를 교체):

+ Cursor에 추가 (원클릭)

Cursor / Windsurf / Cline   (~/.cursor/mcp.json 또는 동등 파일)

{
  "mcpServers": {
    "trends-mcp": {
      "url": "https://api.trendsmcp.ai/mcp",
      "transport": "http",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

VS Code / GitHub Copilot   (.vscode/mcp.json)

{
  "servers": {
    "trends-mcp": {
      "type": "http",
      "url": "https://api.trendsmcp.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

Claude Desktop   (claude_desktop_config.json) 사용자 → 설정 → 개발자 → 구성 편집 — mcpServers 안에 추가

{
  "mcpServers": {
    "trends-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.trendsmcp.ai/mcp",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Claude.ai (브라우저)   설정 → 커넥터 → 사용자 지정 커넥터 추가:

https://api.trendsmcp.ai/mcp

Related MCP server: YouTube Content Management MCP Server

예시 질의

연결한 후 AI에게 물어보세요:

get_trends(keyword='morning routine', source='youtube', data_mode='weekly')

사용 가능한 도구

도구

기능 설명

get_trends

이 소스의 키워드에 대한 시계열 데이터

get_growth

1주, 1개월, 3개월, 6개월, 1년 기간의 성장률

get_top_trends

현재 이 소스에서 트렌딩 중인 항목

get_ranked_trends

볼륨 기준 상위 주제 순위


FAQ

YouTube 동영상 검색량 트렌드 – 시간에 따른 정규화된 관심도, 성장 지표, 시계열 데이터입니다. 이는 특정 주제에 대한 동영상 콘텐츠 수요를 반영하며, 개별 동영상의 조회수가 아닙니다.

YouTube 검색 데이터는 Google 검색 데이터와 어떻게 다른가요?

YouTube는 동영상 관련 의도를 반영합니다. '물구나무서기 하는 방법' 같은 키워드는 YouTube에서 수요가 높지만 Google 검색량은 낮을 수 있습니다. 둘을 비교하면 콘텐츠 형식 선호도를 알 수 있습니다.

이 데이터로 트렌딩 YouTube 콘텐츠 아이디어를 찾을 수 있나요?

네. 주제 키워드 세트를 질의하고, 최근 30일간의 성장률로 순위를 매기면, AI가 현재 검색 모멘텀이 있는 동영상 주제를 알려줍니다.

YouTube Shorts 검색 수요도 포함되나요?

이 신호는 YouTube Shorts 발견을 포함한 전체 YouTube 검색량을 반영합니다. YouTube는 Shorts 검색 데이터를 분리하여 제공하지 않으므로, 결과는 플랫폼 전체의 검색 관심도를 나타냅니다.


모든 데이터 소스

Trends MCP는 하나의 연결로 12개 이상의 소스를 다룹니다: Google Search, YouTube, TikTok, Reddit, Amazon, Wikipedia, News Sentiment, Web Traffic, App Downloads, Steam, npm 등.

모두 보기: https://trendsmcp.ai/data-sources


Python 클라이언트로도 사용 가능

동일한 API 키가 Python에서 직접 작동합니다 – MCP 호스트가 필요 없습니다.

pip install youtube-trends-mcp
import os
from youtube_trends_mcp import TrendsMcpClient, SOURCE

client = TrendsMcpClient(api_key=os.environ["TRENDSMCP_API_KEY"])

series  = client.get_trends(source=SOURCE, keyword="your keyword")
growth  = client.get_growth(source=SOURCE, keyword="your keyword", percent_growth=["1M", "3M", "12M"])
top     = client.get_top_trends(type="Youtube", limit=10)

전체 Python 문서: trendsmcp.ai/docs

라이선스

MIT © Trends MCP

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (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

View all related MCP servers

Related MCP Connectors

  • Trend data from Google Trends, YouTube, TikTok, Reddit, Amazon, Wikipedia, npm, Steam and more

  • Spot keyword demand rising or fading across search and social. Free key at trendsapi.ai

  • Provide token-optimized, structured YouTube data to enhance your LLM applications. Access efficien…

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/trendsmcp-ai/youtube-trends-mcp'

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