基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-trends-hub": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / search
Query and manage PostgreSQL databases directly from AI assistants
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP Security Weekly
Get CVE alerts and security updates for Mcp Trends Hub and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务
首先,在你的 MCP 客户端中安装 Trends Hub MCP 服务。
标准配置适用于大部分客户端:
{
"mcpServers": {
"trends-hub": {
"command": "npx",
"args": [
"-y",
"mcp-trends-hub"
]
}
}
}
参考 MCP 安装指南,使用上述标准配置。
配置文件位置:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json前往 Cursor Settings -> MCP -> Add new MCP Server。自定义名称,类型选择 command,命令填写 npx -y mcp-trends-hub。
参考 MCP 安装指南,使用上述标准配置。
你也可以使用 VS Code CLI 安装:
code --add-mcp '{"name":"trends-hub","command":"npx","args":["-y","mcp-trends-hub"]}'
参考 Windsurf MCP 文档,使用上述标准配置。
参考 Configuring MCP Servers 文档。
在 cline_mcp_settings.json 中添加:
{
"mcpServers": {
"trends-hub": {
"type": "stdio",
"command": "npx",
"args": ["-y", "mcp-trends-hub"],
"disabled": false
}
}
}
通过 Smithery 一键安装(仅支持 Claude Desktop):
npx -y @smithery/cli install @baranwang/mcp-trends-hub --client claude
MCPorter 是一个强大的 MCP 工具包,可通过 TypeScript 或 CLI 调用 MCP,适合 OpenClaw(Clawdbot/Moltbot) 等场景使用。
使用 CLI 添加:
npx mcporter add mcp-trends-hub -- npx -y mcp-trends-hub
或在配置文件中添加:
{
"mcps": {
"trends-hub": {
"command": "npx",
"args": ["-y", "mcp-trends-hub"]
}
}
}
Trends Hub 支持以下环境变量配置,可在 JSON 配置的 "env" 对象中设置:
| 选项 | 说明 |
|---|---|
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)相同域名会添加数字后缀避免冲突 |
示例配置:
{
"mcpServers": {
"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"
}
}
}
}
| 工具名称 | 描述 |
|---|---|
| get_36kr_trending | 获取 36 氪热榜,提供创业、商业、科技领域的热门资讯,包含投融资动态、新兴产业分析和商业模式创新信息 |
| get_9to5mac_news | 获取 9to5Mac 苹果相关新闻,包含苹果产品发布、iOS 更新、Mac 硬件、应用推荐及苹果公司动态的英文资讯 |
| get_bbc_news | 获取 BBC 新闻,提供全球新闻、英国新闻、商业、政治、健康、教育、科技、娱乐等资讯 |
| get_bilibili_rank | 获取哔哩哔哩视频排行榜,包含全站、动画、音乐、游戏等多个分区的热门视频,反映当下年轻人的内容消费趋势 |
| get_douban_rank | 获取豆瓣实时热门榜单,提供当前热门的图书、电影、电视剧、综艺等作品信息,包含评分和热度数据 |
| get_douyin_tre |