trendsmcp/trends-mcp
MCP server for live trend data. Query Google Search, YouTube, TikTok, Reddit, Amazon, Wikipedia, News sentiment, Web Traffic, App Downloads, Steam, npm and more. Works with Claude, Cursor, VS Code, GitHub Copilot, ChatGPT, Windsurf, Cline, Raycast and any MCP-compatible.
Platform-specific configuration:
{
"mcpServers": {
"trends-mcp": {
"command": "npx",
"args": [
"-y",
"trends-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](LICENSE) [](https://modelcontextprotocol.io) [](https://trendsmcp.ai/mcp-server-for-claude) [](https://trendsmcp.ai/mcp-server-for-cursor)
> Give your AI live trend data across Google, YouTube, TikTok, Reddit, Amazon, > Wikipedia, News, Web Traffic, App Downloads, Steam, npm, and more. > One MCP connection. No API keys. No scraping. Works with any MCP-compatible AI.
[trendsmcp.ai](https://trendsmcp.ai) | Data Sources | Use Cases | Install guides
---
| Problem | Trends MCP solution | |---------|-------------------| | AI has a training cutoff -- it doesn't know what's trending today | Live data from 12+ sources, queried at request time | | Managing TikTok, Reddit, YouTube APIs separately is painful | One MCP endpoint, all platforms, consistent schema | | pytrends scrapes Google and breaks constantly | Managed pipeline with retries, no scraping | | Trend data comes back as charts you have to read manually | Structured JSON your AI reasons over directly | | Expensive enterprise tools just for trend signals | MCP subscription, no dashboard, no per-seat pricing |
---
**+ Add to Cursor (one click)**
Or paste the config manually:
Cursor / Windsurf / Cline (~/.cursor/mcp.json or equivalent)
{
"mcpServers": {
"trends-mcp": {
"url": "https://api.trendsmcp.ai/v1/mcp",
"transport": "http"
}
}
}**VS Code / GitHub C
Loading reviews...