tiktok-trends-mcp
tiktok-trends-mcp
TikTok 趋势数据,专为 AI 助手打造 在 TikTok 趋势成为主流之前发现它们。追踪话题标签的体量增长、病毒式爆发和平台特定的需求信号——这些都可以通过你的 AI 用自然语言获取。
完整文档和在线演示: https://trendsmcp.ai/tiktok-trends
属于 Trends MCP——该 MCP 服务器提供来自 12+ 数据源的实时趋势数据。 查看主仓库:https://github.com/trendsmcp/trends-mcp
两步快速开始
第 1 步: 在 trendsmcp.ai 免费获取你的 API 密钥 每天 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 年的增长百分比 |
| 当前该数据源上正在流行的趋势 |
| 根据体量排名靠前的话题 |
常见问题
Trends MCP 提供哪些 TikTok 数据?
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-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