🔥 基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务
If you already use MCP Trends Hub, the mcp trends hub mcp server is the piece that lets your assistant work with it directly. 🔥 基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
macOS — ~/Library/Application Support/Claude/claude_desktop_config.jsonWindows — %APPDATA%\Claude\claude_desktop_config.jsonTRENDS_HUB_HIDDEN_FIELDS — 隐藏返回数据中的指定字段。 作用于所有工具:{field-name}(如 cover) 作用于特定工具:{tool-name}:{field-name}(如 get_toutiao_trending:cover) 多个配置用逗号分隔TRENDS_HUB_CUSTOM_RSS_URL — 添加自定义 RSS 订阅源,支持多个 URL(逗号分隔) 工具名根据 hostname 自动生成(如 news_yahoo_com) 相同域名会添加数字后缀避免冲突get_36kr_trending — 获取 36 氪热榜,提供创业、商业、科技领域的热门资讯,包含投融资动态、新兴产业分析和商业模式创新信息get_9to5mac_news — 获取 9to5Mac 苹果相关新闻,包含苹果产品发布、iOS 更新、Mac 硬件、应用推荐及苹果公司动态的英文资讯get_bbc_news — 获取 BBC 新闻,提供全球新闻、英国新闻、商业、政治、健康、教育、科技、娱乐等资讯get_bilibili_rank — 获取哔哩哔哩视频排行榜,包含全站、动画、音乐、游戏等多个分区的热门视频,反映当下年轻人的内容消费趋势get_douban_rank — 获取豆瓣实时热门榜单,提供当前热门的图书、电影、电视剧、综艺等作品信息,包含评分和热度数据get_douyin_trending — 获取抖音热搜榜单,展示当下最热门的社会话题、娱乐事件、网络热点和流行趋势get_gcores_new — 获取机核网游戏相关资讯,包含电子游戏评测、玩家文化、游戏开发和游戏周边产品的深度内容get_ifanr_news — 获取爱范儿科技快讯,包含最新的科技产品、数码设备、互联网动态等前沿科技资讯mcp-trends-hub on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Configuration is passed through the environment: TRENDS_HUB_HIDDEN_FIELDS, TRENDS_HUB_CUSTOM_RSS_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Trends Hub's toolset — macOS, Windows, TRENDS_HUB_HIDDEN_FIELDS and 11 more — is a fair guide to whether it matches your workflow. It is maintained by baranwang; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| TRENDS_HUB_HIDDEN_FIELDS | 隐藏返回数据中的指定字段。 作用于所有工具:{field-name}(如 cover) 作用于特定工具:{tool-name}:{field-name}(如 get_toutiao_trending:cover) 多个配置用逗号分隔 |
| TRENDS_HUB_CUSTOM_RSS_URL | 添加自定义 RSS 订阅源,支持多个 URL(逗号分隔) 工具名根据 hostname 自动生成(如 news_yahoo_com) 相同域名会添加数字后缀避免冲突 |
| get_36kr_trending | 获取 36 氪热榜,提供创业、商业、科技领域的热门资讯,包含投融资动态、新兴产业分析和商业模式创新信息 |
| get_9to5mac_news | 获取 9to5Mac 苹果相关新闻,包含苹果产品发布、iOS 更新、Mac 硬件、应用推荐及苹果公司动态的英文资讯 |
| get_bbc_news | 获取 BBC 新闻,提供全球新闻、英国新闻、商业、政治、健康、教育、科技、娱乐等资讯 |
| get_bilibili_rank | 获取哔哩哔哩视频排行榜,包含全站、动画、音乐、游戏等多个分区的热门视频,反映当下年轻人的内容消费趋势 |
| get_douban_rank | 获取豆瓣实时热门榜单,提供当前热门的图书、电影、电视剧、综艺等作品信息,包含评分和热度数据 |
| get_douyin_trending | 获取抖音热搜榜单,展示当下最热门的社会话题、娱乐事件、网络热点和流行趋势 |
| get_gcores_new | 获取机核网游戏相关资讯,包含电子游戏评测、玩家文化、游戏开发和游戏周边产品的深度内容 |
| get_ifanr_news | 获取爱范儿科技快讯,包含最新的科技产品、数码设备、互联网动态等前沿科技资讯 |
| get_infoq_news | 获取 InfoQ 技术资讯,包含软件开发、架构设计、云计算、AI等企业级技术内容和前沿开发者动态 |
| get_juejin_article_rank | 获取掘金文章榜,包含前端开发、后端技术、人工智能、移动开发及技术架构等领域的高质量中文技术文章和教程 |
{
"mcpServers": {
"trends-hub": {
"command": "npx",
"args": [
"-y",
"mcp-trends-hub"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| TRENDS_HUB_HIDDEN_FIELDS | Configuration value read at startup. | Optional |
| TRENDS_HUB_CUSTOM_RSS_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.