Skip to main content
Glama
trendsmcp-ai

tiktok-trends-mcp

by trendsmcp-ai

tiktok-trends-mcp

TikTok Trends MCP Works with Claude Works with Cursor

AI 어시스턴트를 위한 TikTok 트렌드 데이터 TikTok 트렌드가 대중화되기 전에 포착하세요. 해시태그 볼륨 성장, 바이럴 급증, 플랫폼별 수요 신호를 추적하세요. AI에서 일반 언어로 모두 접근 가능합니다.

전체 문서 및 라이브 데모: https://trendsmcp.ai/tiktok-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: TikTok Complete MCP Server

예시 질문

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

get_trends(keyword='booktok', source='tiktok', data_mode='weekly')

사용 가능한 도구

도구

기능 설명

get_trends

이 소스에서 키워드의 시계열 데이터 조회

get_growth

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

get_top_trends

이 소스에서 현재 인기 있는 트렌드 조회

get_ranked_trends

볼륨 기준 상위 주제 순위 조회


FAQ

TikTok 해시태그 트렌드 볼륨 - 정규화된 관심도, 성장률, 과거 시계열 데이터입니다. 이는 해시태그가 플랫폼에서 얼마나 자주 나타나고 성장하는지를 반영합니다.

TikTok 트렌드를 얼마나 빨리 감지할 수 있나요?

Trends MCP는 주간 및 일간 데이터를 제공합니다. 일간 데이터(최근 30일)를 통해 해시태그가 주류 포화 상태에 도달하기 전 초기 성장 급증을 포착할 수 있습니다.

TikTok 트렌드를 Google 검색과 비교할 수 있나요?

네. 한 번의 호출로 두 소스를 모두 쿼리할 수 있습니다. TikTok은 동일한 주제가 Google 검색에서 상승하기 2-4주 전에 급증을 보이는 경우가 많아, 교차 플랫폼 비교가 선행 지표 전략이 됩니다.

브랜드 모니터링에 TikTok 데이터를 사용할 수 있나요?

네. 브랜드명이나 제품 해시태그를 시간에 따라 추적하여 경쟁사 대비 TikTok에서의 존재감 성장을 측정할 수 있습니다.

TikTok 해시태그는 대소문자를 구분하나요?

아니요. 쿼리는 조회 전에 정규화됩니다. 'booktok', 'BookTok', '#booktok' 모두 동일한 신호를 반환합니다.


모든 데이터 소스

Trends MCP는 하나의 연결로 12개 이상의 소스를 지원합니다: Google 검색, YouTube, TikTok, Reddit, Amazon, Wikipedia, 뉴스 감성, 웹 트래픽, 앱 다운로드, Steam, npm 등.

전체 목록: https://trendsmcp.ai/data-sources


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

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

pip install tiktok-trends-mcp
import os
from tiktok_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="Tiktok", 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

  • Cross-platform social trend signals from TikTok, YouTube, Reddit and X. Free key at trendsapi.ai

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

  • Cross-platform social media intelligence. Trend volume and growth signals. Free key at trendsmcp.ai

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/tiktok-trends-mcp'

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