tiktok-trends-mcp
tiktok-trends-mcp
AIアシスタントのためのTikTokトレンドデータ 主流になる前にTikTokのトレンドを察知しましょう。ハッシュタグのボリューム成長、急上昇、プラットフォーム固有の需要シグナルを追跡できます。すべてAIから自然言語でアクセス可能です。
完全なドキュメントとライブデモ: https://trendsmcp.ai/tiktok-trends
Trends MCP の一部です。12以上のソースからライブトレンドデータを提供するMCPサーバーです。 メインリポジトリ: https://github.com/trendsmcp/trends-mcp
2ステップで始める
ステップ1: trendsmcp.ai で無料APIキーを取得する 1日100リクエストまで、クレジットカード不要。
ステップ2: AIクライアントに追加する(YOUR_API_KEY を置き換えてください):
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/mcpRelated MCP server: TikTok Complete MCP Server
クエリ例
接続後、AIに次のように尋ねてください:
get_trends(keyword='booktok', source='tiktok', data_mode='weekly')利用可能なツール
ツール | 機能 |
| キーワードの時系列データを取得 |
| 1週間、1ヶ月、3ヶ月、6ヶ月、1年間の成長率 |
| 現在の急上昇トレンドを取得 |
| ボリューム順にランク付けされたトピック |
FAQ
Trends MCPが提供するTikTokデータは何ですか?
TikTokのハッシュタグトレンドボリューム(正規化された関心度、成長率、過去の時系列)です。これはハッシュタグがプラットフォーム上でどの程度の頻度で出現し、成長しているかを反映します。
TikTokトレンドはどのくらい早く検出できますか?
Trends MCPは週次および日次のデータを返します。日次データ(過去30日間)により、ハッシュタグが主流に達する前の初期段階の成長スパイクを発見できます。
TikTokトレンドとGoogle検索を比較できますか?
はい。1回の呼び出しで両方のソースをクエリできます。TikTokは、同じトピックがGoogle検索で上昇する2〜4週間前にスパイクを示すことが多く、クロスプラットフォーム比較は先行指標戦略として有効です。
ブランドモニタリングに利用できますか?
はい。ブランド名や製品のハッシュタグを経時的に追跡し、競合に対するTikTokでの存在感の成長を測定できます。
TikTokハッシュタグは大文字小文字を区別しますか?
いいえ。クエリは検索前に正規化されます。'booktok'、'BookTok'、'#booktok'のいずれを使用しても同じシグナルが返されます。
全データソース
Trends MCPは1つの接続で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 tiktok-trends-mcpimport 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
This server cannot be installed
Maintenance
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
- AlicenseCqualityDmaintenanceEnables access to TikTok data without watermarks, including trending users, hashtags, post analytics, user profiles, and download links for specific countries. Supports searching by username, user ID, or post links.10MIT
- Flicense-qualityDmaintenanceEnables AI assistants to download TikTok videos without watermarks, analyze creator metrics and audience insights, track trending content and hashtags, and search videos, users, and sounds through RapidAPI integration.
- Alicense-qualityBmaintenanceProvides TikTok hashtag trend data including volume growth, viral spikes, and historical time series, enabling AI assistants to spot emerging trends before they go mainstream.MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to access TikTok organic analytics including video performance, engagement metrics, and profile insights via the TikTok Developer API.536MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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