home / mcp / trends hub mcp server
基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务
Configuration
View docs{
"mcpServers": {
"baranwang-mcp-trends-hub": {
"command": "npx",
"args": [
"-y",
"mcp-trends-hub"
],
"env": {
"TRENDS_HUB_HIDDEN_FIELDS": "cover,get_nytimes_news:description",
"TRENDS_HUB_CUSTOM_RSS_URL": "https://news.yahoo.com/rss,https://sspai.com/feed"
}
}
}
}Trends Hub is an MCP-based service that aggregates global trends from multiple sources and serves them through the Model Context Protocol, enabling AI applications to access up-to-date hotspot data in real time with flexible customization.
You integrate Trends Hub into your MCP client as a local, standard MCP server. Once configured, your client can query a wide range of trending data sources through a single endpoint, with real-time updates and the ability to hide or customize returned fields. This makes it easy to incorporate current trends into AI workflows, dashboards, or research tools.
Prerequisites you need to meet before installation.
1) Install Node.js 22 or newer.
2) Ensure you have a MCP client installed or ready to configure (examples include Claude Desktop, Cursor, VS Code, Windsurf, or any MCP-compatible client).
Configure Trends Hub as a local MCP server using the standard command configuration. This allows your MCP client to communicate with the Trends Hub service as a local process.
{
"mcpServers": {
"trends-hub": {
"command": "npx",
"args": ["-y", "mcp-trends-hub"]
}
}
}Tweak which fields are returned and add custom RSS sources using environment variables.
Trends Hub exposes a range of trending data sources. The following tools are available for retrieval through MCP:
Fetches 36Kr hot topics across entrepreneurship, business, and technology, including funding trends and market insights.
Retrieves English-language Apple-related news covering product launches, iOS updates, hardware, apps, and company developments.
Provides global and UK news coverage including business, politics, health, science, and entertainment.
Returns Bilibili ranking across sections like home, animation, music, and games to show current youth content trends.
Delivers Douban hot lists for books, movies, TV shows, and variety with ratings and popularity.
Shows Douyin (TikTok) trending topics and social discussions.
Delivers Game-related news from Gcores including reviews and developer features.
Provides tech news and product updates from iFANR.
Gathers enterprise tech news on software, architecture, cloud, and AI.
Fetches top Chinese technical articles and tutorials from Juejin in frontend, backend, AI, and more.
Presents NetEase News hot topics covering politics, society, business, tech, and entertainment.
Delivers high-quality international news from The New York Times in English or Chinese.
Shows popular consumer recommendations, deals, and product reviews from SMZDM in Chinese.
Offers trending posts from 少数派 covering tech reviews, apps, and lifestyle guidance.
Aggregates Tencent News hot topics across domestic and international coverage.
Gathers The Paper hot lists for politics, finance, society, and culture in Chinese.
Delivers The Verge technology news and reviews in English.
Shows Toutiao hot lists across politics, society, world news, and entertainment in Chinese.
Retrieves Weibo hot search topics in real time across current events and entertainment.
Provides WeChat Read rankings for hot novels and new releases.
Displays Zhihu hot topics across current events, tech, society, and entertainment.