trendsmcp/tiktok-trends-mcp
MCP server for live TikTok hashtag trend data. Track viral hashtags and growth spikes from Claude, Cursor, VS Code and more.
Platform-specific configuration:
{
"mcpServers": {
"tiktok-trends-mcp": {
"command": "npx",
"args": [
"-y",
"tiktok-trends-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://trendsmcp.ai/tiktok-trends) [](https://modelcontextprotocol.io) [](https://trendsmcp.ai/mcp-server-for-claude) [](https://trendsmcp.ai/mcp-server-for-cursor)
> TikTok trend data for AI assistants > Spot TikTok trends before they go mainstream. Track hashtag volume growth, viral spikes, and platform-specific demand signals - all accessible from your AI in plain language.
Full docs and live demo: https://trendsmcp.ai/tiktok-trends
Part of [Trends MCP](https://trendsmcp.ai) -- the MCP server for live trend data across 12+ sources. See the main repo: https://github.com/trendsmcp/trends-mcp
---
Step 1: Get your free API key at [trendsmcp.ai](https://trendsmcp.ai) 100 requests/day, no credit card required.
Step 2: Add to your AI client (replace YOUR_API_KEY):
**+ Add to Cursor (one click)**
Cursor / Windsurf / Cline (~/.cursor/mcp.json or equivalent)
{
"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 Deskt
Loading reviews...